Shades of Cinnabar #DB4024
Tints of Cinnabar #DB4024
RGB
CMYK
RGB Variations
Color information
#DB4024 (or 0xDB4024) is known color: Cinnabar. HEX triplet: DB, 40 and 24. RGB value is (219,64,36). Sum of RGB (Red+Green+Blue) = 219+64+36=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4024 is #24BFDB. Grayscale: #6B6B6B. Windows color (decimal): -2408412 or 2375899. OLE color: 2375899.
HSL color Cylindrical-coordinate representation of color #DB4024: hue angle of 9.18º 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 #DB4024 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 36 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.14 |
| HSL | 9.18º | 0.72% | 0.5% | - |
| HSV(B) | 9.18º | 0.84% | 0.86% | - |
| XYZ | 31.37 | 18.85 | 3.66 | - |
| YUV | 107.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 36 | 0 | 0.71 | 0.84 | 0.14 | 9.18 | 0.72 | 0.5 |
| Hex | DB | 40 | 24 | 0 | 47 | 54 | E | 9 | 48 | 32 |
| Octal | 333 | 100 | 44 | 0 | 107 | 124 | 16 | 11 | 110 | 62 |
| Binary | 11011011 | 1000000 | 100100 | 0 | 1000111 | 1010100 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DB4024
Complementary color
Monochromatic Colors of #DB4024
Black with #DB4024
Text Example
Text Example
White with #DB4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4024; }
p { color: rgb(219,64,36); }
H1.HeaderClassName
{
color: #DB4024;
}
.AnyTagClassName
{
color: #DB4024;
}
</style>
background-color css
<style>
a { background-color: #DB4024; }
a { background-color: rgb(219,64,36); }
div.DivClassName
{
background-color: #DB4024;
}
.BgClassName
{
background-color: #DB4024;
}
</style>
border-color css
<style>
span { border-color: #DB4024; }
span { border-color: rgb(219,64,36); }
td.TdClassName
{
border-color: #DB4024;
}
.TagClassName
{
border-color: #DB4024;
}
</style>