Shades of Cinnabar #DC4C24
Tints of Cinnabar #DC4C24
RGB
CMYK
RGB Variations
Color information
#DC4C24 (or 0xDC4C24) is known color: Cinnabar. HEX triplet: DC, 4C and 24. RGB value is (220,76,36). Sum of RGB (Red+Green+Blue) = 220+76+36=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C24 is #23B3DB. Grayscale: #727272. Windows color (decimal): -2339804 or 2378972. OLE color: 2378972.
HSL color Cylindrical-coordinate representation of color #DC4C24: hue angle of 13.04º 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 #DC4C24 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 36 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.14 |
| HSL | 13.04º | 0.72% | 0.5% | - |
| HSV(B) | 13.04º | 0.84% | 0.86% | - |
| XYZ | 32.42 | 20.51 | 3.92 | - |
| YUV | 114.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 36 | 0 | 0.65 | 0.84 | 0.14 | 13.04 | 0.72 | 0.5 |
| Hex | DC | 4C | 24 | 0 | 41 | 54 | E | D | 48 | 32 |
| Octal | 334 | 114 | 44 | 0 | 101 | 124 | 16 | 15 | 110 | 62 |
| Binary | 11011100 | 1001100 | 100100 | 0 | 1000001 | 1010100 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DC4C24
Complementary color
Monochromatic Colors of #DC4C24
Black with #DC4C24
Text Example
Text Example
White with #DC4C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C24; }
p { color: rgb(220,76,36); }
H1.HeaderClassName
{
color: #DC4C24;
}
.AnyTagClassName
{
color: #DC4C24;
}
</style>
background-color css
<style>
a { background-color: #DC4C24; }
a { background-color: rgb(220,76,36); }
div.DivClassName
{
background-color: #DC4C24;
}
.BgClassName
{
background-color: #DC4C24;
}
</style>
border-color css
<style>
span { border-color: #DC4C24; }
span { border-color: rgb(220,76,36); }
td.TdClassName
{
border-color: #DC4C24;
}
.TagClassName
{
border-color: #DC4C24;
}
</style>