Shades of Cinnabar #DC4E24
Tints of Cinnabar #DC4E24
RGB
CMYK
RGB Variations
Color information
#DC4E24 (or 0xDC4E24) is known color: Cinnabar. HEX triplet: DC, 4E and 24. RGB value is (220,78,36). Sum of RGB (Red+Green+Blue) = 220+78+36=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E24 is #23B1DB. Grayscale: #737373. Windows color (decimal): -2339292 or 2379484. OLE color: 2379484.
HSL color Cylindrical-coordinate representation of color #DC4E24: hue angle of 13.7º 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 #DC4E24 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 36 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.14 |
| HSL | 13.7º | 0.72% | 0.5% | - |
| HSV(B) | 13.7º | 0.84% | 0.86% | - |
| XYZ | 32.56 | 20.79 | 3.97 | - |
| YUV | 115.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 36 | 0 | 0.65 | 0.84 | 0.14 | 13.7 | 0.72 | 0.5 |
| Hex | DC | 4E | 24 | 0 | 41 | 54 | E | E | 48 | 32 |
| Octal | 334 | 116 | 44 | 0 | 101 | 124 | 16 | 16 | 110 | 62 |
| Binary | 11011100 | 1001110 | 100100 | 0 | 1000001 | 1010100 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DC4E24
Complementary color
Monochromatic Colors of #DC4E24
Black with #DC4E24
Text Example
Text Example
White with #DC4E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E24; }
p { color: rgb(220,78,36); }
H1.HeaderClassName
{
color: #DC4E24;
}
.AnyTagClassName
{
color: #DC4E24;
}
</style>
background-color css
<style>
a { background-color: #DC4E24; }
a { background-color: rgb(220,78,36); }
div.DivClassName
{
background-color: #DC4E24;
}
.BgClassName
{
background-color: #DC4E24;
}
</style>
border-color css
<style>
span { border-color: #DC4E24; }
span { border-color: rgb(220,78,36); }
td.TdClassName
{
border-color: #DC4E24;
}
.TagClassName
{
border-color: #DC4E24;
}
</style>