Shades of Cinnabar #DC4624
Tints of Cinnabar #DC4624
RGB
CMYK
RGB Variations
Color information
#DC4624 (or 0xDC4624) is known color: Cinnabar. HEX triplet: DC, 46 and 24. RGB value is (220,70,36). Sum of RGB (Red+Green+Blue) = 220+70+36=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4624 is #23B9DB. Grayscale: #6F6F6F. Windows color (decimal): -2341340 or 2377436. OLE color: 2377436.
HSL color Cylindrical-coordinate representation of color #DC4624: hue angle of 11.09º 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 #DC4624 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 36 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.14 |
| HSL | 11.09º | 0.72% | 0.5% | - |
| HSV(B) | 11.09º | 0.84% | 0.86% | - |
| XYZ | 32.02 | 19.72 | 3.79 | - |
| YUV | 110.97 | 85.7 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 36 | 0 | 0.68 | 0.84 | 0.14 | 11.09 | 0.72 | 0.5 |
| Hex | DC | 46 | 24 | 0 | 44 | 54 | E | B | 48 | 32 |
| Octal | 334 | 106 | 44 | 0 | 104 | 124 | 16 | 13 | 110 | 62 |
| Binary | 11011100 | 1000110 | 100100 | 0 | 1000100 | 1010100 | 1110 | 1011 | 1001000 | 110010 |
Color Harmonies of #DC4624
Complementary color
Monochromatic Colors of #DC4624
Black with #DC4624
Text Example
Text Example
White with #DC4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4624; }
p { color: rgb(220,70,36); }
H1.HeaderClassName
{
color: #DC4624;
}
.AnyTagClassName
{
color: #DC4624;
}
</style>
background-color css
<style>
a { background-color: #DC4624; }
a { background-color: rgb(220,70,36); }
div.DivClassName
{
background-color: #DC4624;
}
.BgClassName
{
background-color: #DC4624;
}
</style>
border-color css
<style>
span { border-color: #DC4624; }
span { border-color: rgb(220,70,36); }
td.TdClassName
{
border-color: #DC4624;
}
.TagClassName
{
border-color: #DC4624;
}
</style>