Shades of Cinnabar #DC4524
Tints of Cinnabar #DC4524
RGB
CMYK
RGB Variations
Color information
#DC4524 (or 0xDC4524) is known color: Cinnabar. HEX triplet: DC, 45 and 24. RGB value is (220,69,36). Sum of RGB (Red+Green+Blue) = 220+69+36=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4524 is #23BADB. Grayscale: #6E6E6E. Windows color (decimal): -2341596 or 2377180. OLE color: 2377180.
HSL color Cylindrical-coordinate representation of color #DC4524: hue angle of 10.76º 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 #DC4524 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 36 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.14 |
| HSL | 10.76º | 0.72% | 0.5% | - |
| HSV(B) | 10.76º | 0.84% | 0.86% | - |
| XYZ | 31.96 | 19.6 | 3.77 | - |
| YUV | 110.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 36 | 0 | 0.69 | 0.84 | 0.14 | 10.76 | 0.72 | 0.5 |
| Hex | DC | 45 | 24 | 0 | 45 | 54 | E | B | 48 | 32 |
| Octal | 334 | 105 | 44 | 0 | 105 | 124 | 16 | 13 | 110 | 62 |
| Binary | 11011100 | 1000101 | 100100 | 0 | 1000101 | 1010100 | 1110 | 1011 | 1001000 | 110010 |
Color Harmonies of #DC4524
Complementary color
Monochromatic Colors of #DC4524
Black with #DC4524
Text Example
Text Example
White with #DC4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4524; }
p { color: rgb(220,69,36); }
H1.HeaderClassName
{
color: #DC4524;
}
.AnyTagClassName
{
color: #DC4524;
}
</style>
background-color css
<style>
a { background-color: #DC4524; }
a { background-color: rgb(220,69,36); }
div.DivClassName
{
background-color: #DC4524;
}
.BgClassName
{
background-color: #DC4524;
}
</style>
border-color css
<style>
span { border-color: #DC4524; }
span { border-color: rgb(220,69,36); }
td.TdClassName
{
border-color: #DC4524;
}
.TagClassName
{
border-color: #DC4524;
}
</style>