Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Paprika | 8D0B2C | #8D0B2C | 141, 11, 44 | 55.29, 4.31, 17.25 | 0, 92.2, 68.79, 44.71 | 344.76923076923, 92.198581560284, 55.294117647059 |
Color #8d0b2c is Paprika. In RGB: 55.29, 4.31, 17.25. In CMYK: 0, 92.2, 68.79, 44.71.
div { background: #8d0b2c; color: #000; }
div { background: #8d0b2c; color: #fff; }
div { background: linear-gradient(to bottom, #700018 0%, #AB2F42 100%); color: #000; }
div { background: linear-gradient(to bottom, #AB2F42 0%, #700018 100%); color: #000; }
div { background: linear-gradient(to bottom, #700018 0%, #AB2F42 100%); color: #fff; }
div { background: linear-gradient(to bottom, #AB2F42 0%, #700018 100%); color: #fff; }
div { border: 1px solid #8d0b2c; }
div { border: 5px solid #8d0b2c; }
div { border: 1px dashed #8d0b2c; }
div { border: 5px dashed #8d0b2c; }
div { border: 1px dotted #8d0b2c; }
div { border: 5px dotted #8d0b2c; }