Shades of Cinnabar #DC4024
Tints of Cinnabar #DC4024
RGB
CMYK
RGB Variations
Color information
#DC4024 (or 0xDC4024) is known color: Cinnabar. HEX triplet: DC, 40 and 24. RGB value is (220,64,36). Sum of RGB (Red+Green+Blue) = 220+64+36=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4024 is #23BFDB. Grayscale: #6B6B6B. Windows color (decimal): -2342876 or 2375900. OLE color: 2375900.
HSL color Cylindrical-coordinate representation of color #DC4024: hue angle of 9.13º 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 #DC4024 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 36 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.14 |
| HSL | 9.13º | 0.72% | 0.5% | - |
| HSV(B) | 9.13º | 0.84% | 0.86% | - |
| XYZ | 31.67 | 19.01 | 3.67 | - |
| YUV | 107.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 36 | 0 | 0.71 | 0.84 | 0.14 | 9.13 | 0.72 | 0.5 |
| Hex | DC | 40 | 24 | 0 | 47 | 54 | E | 9 | 48 | 32 |
| Octal | 334 | 100 | 44 | 0 | 107 | 124 | 16 | 11 | 110 | 62 |
| Binary | 11011100 | 1000000 | 100100 | 0 | 1000111 | 1010100 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DC4024
Complementary color
Monochromatic Colors of #DC4024
Black with #DC4024
Text Example
Text Example
White with #DC4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4024; }
p { color: rgb(220,64,36); }
H1.HeaderClassName
{
color: #DC4024;
}
.AnyTagClassName
{
color: #DC4024;
}
</style>
background-color css
<style>
a { background-color: #DC4024; }
a { background-color: rgb(220,64,36); }
div.DivClassName
{
background-color: #DC4024;
}
.BgClassName
{
background-color: #DC4024;
}
</style>
border-color css
<style>
span { border-color: #DC4024; }
span { border-color: rgb(220,64,36); }
td.TdClassName
{
border-color: #DC4024;
}
.TagClassName
{
border-color: #DC4024;
}
</style>