Shades of Cinnabar #DB4232
Tints of Cinnabar #DB4232
RGB
CMYK
RGB Variations
Color information
#DB4232 (or 0xDB4232) is known color: Cinnabar. HEX triplet: DB, 42 and 32. RGB value is (219,66,50). Sum of RGB (Red+Green+Blue) = 219+66+50=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4232 is #24BDCD. Grayscale: #6E6E6E. Windows color (decimal): -2407886 or 3293915. OLE color: 3293915.
HSL color Cylindrical-coordinate representation of color #DB4232: hue angle of 5.68º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB4232 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 50 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.14 |
| HSL | 5.68º | 0.7% | 0.53% | - |
| HSV(B) | 5.68º | 0.77% | 0.86% | - |
| XYZ | 31.74 | 19.19 | 5.05 | - |
| YUV | 109.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 50 | 0 | 0.70 | 0.77 | 0.14 | 5.68 | 0.7 | 0.53 |
| Hex | DB | 42 | 32 | 0 | 46 | 4D | E | 6 | 46 | 35 |
| Octal | 333 | 102 | 62 | 0 | 106 | 115 | 16 | 6 | 106 | 65 |
| Binary | 11011011 | 1000010 | 110010 | 0 | 1000110 | 1001101 | 1110 | 110 | 1000110 | 110101 |
Color Harmonies of #DB4232
Complementary color
Monochromatic Colors of #DB4232
Black with #DB4232
Text Example
Text Example
White with #DB4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4232; }
p { color: rgb(219,66,50); }
H1.HeaderClassName
{
color: #DB4232;
}
.AnyTagClassName
{
color: #DB4232;
}
</style>
background-color css
<style>
a { background-color: #DB4232; }
a { background-color: rgb(219,66,50); }
div.DivClassName
{
background-color: #DB4232;
}
.BgClassName
{
background-color: #DB4232;
}
</style>
border-color css
<style>
span { border-color: #DB4232; }
span { border-color: rgb(219,66,50); }
td.TdClassName
{
border-color: #DB4232;
}
.TagClassName
{
border-color: #DB4232;
}
</style>