Shades of Cinnabar #DB4224
Tints of Cinnabar #DB4224
RGB
CMYK
RGB Variations
Color information
#DB4224 (or 0xDB4224) is known color: Cinnabar. HEX triplet: DB, 42 and 24. RGB value is (219,66,36). Sum of RGB (Red+Green+Blue) = 219+66+36=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4224 is #24BDDB. Grayscale: #6C6C6C. Windows color (decimal): -2407900 or 2376411. OLE color: 2376411.
HSL color Cylindrical-coordinate representation of color #DB4224: hue angle of 9.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB4224 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.14 |
| HSL | 9.84º | 0.72% | 0.5% | - |
| HSV(B) | 9.84º | 0.84% | 0.86% | - |
| XYZ | 31.48 | 19.08 | 3.69 | - |
| YUV | 108.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 36 | 0 | 0.70 | 0.84 | 0.14 | 9.84 | 0.72 | 0.5 |
| Hex | DB | 42 | 24 | 0 | 46 | 54 | E | A | 48 | 32 |
| Octal | 333 | 102 | 44 | 0 | 106 | 124 | 16 | 12 | 110 | 62 |
| Binary | 11011011 | 1000010 | 100100 | 0 | 1000110 | 1010100 | 1110 | 1010 | 1001000 | 110010 |
Color Harmonies of #DB4224
Complementary color
Monochromatic Colors of #DB4224
Black with #DB4224
Text Example
Text Example
White with #DB4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4224; }
p { color: rgb(219,66,36); }
H1.HeaderClassName
{
color: #DB4224;
}
.AnyTagClassName
{
color: #DB4224;
}
</style>
background-color css
<style>
a { background-color: #DB4224; }
a { background-color: rgb(219,66,36); }
div.DivClassName
{
background-color: #DB4224;
}
.BgClassName
{
background-color: #DB4224;
}
</style>
border-color css
<style>
span { border-color: #DB4224; }
span { border-color: rgb(219,66,36); }
td.TdClassName
{
border-color: #DB4224;
}
.TagClassName
{
border-color: #DB4224;
}
</style>