Shades of Cinnabar #DC4A2C
Tints of Cinnabar #DC4A2C
RGB
CMYK
RGB Variations
Color information
#DC4A2C (or 0xDC4A2C) is known color: Cinnabar. HEX triplet: DC, 4A and 2C. RGB value is (220,74,44). Sum of RGB (Red+Green+Blue) = 220+74+44=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A2C is #23B5D3. Grayscale: #727272. Windows color (decimal): -2340308 or 2902748. OLE color: 2902748.
HSL color Cylindrical-coordinate representation of color #DC4A2C: hue angle of 10.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC4A2C is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 44 | - |
| CMYK | 0 | 0.66 | 0.8 | 0.14 |
| HSL | 10.23º | 0.72% | 0.52% | - |
| HSV(B) | 10.23º | 0.8% | 0.86% | - |
| XYZ | 32.42 | 20.3 | 4.59 | - |
| YUV | 114.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 44 | 0 | 0.66 | 0.8 | 0.14 | 10.23 | 0.72 | 0.52 |
| Hex | DC | 4A | 2C | 0 | 42 | 50 | E | A | 48 | 34 |
| Octal | 334 | 112 | 54 | 0 | 102 | 120 | 16 | 12 | 110 | 64 |
| Binary | 11011100 | 1001010 | 101100 | 0 | 1000010 | 1010000 | 1110 | 1010 | 1001000 | 110100 |
Color Harmonies of #DC4A2C
Complementary color
Monochromatic Colors of #DC4A2C
Black with #DC4A2C
Text Example
Text Example
White with #DC4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A2C; }
p { color: rgb(220,74,44); }
H1.HeaderClassName
{
color: #DC4A2C;
}
.AnyTagClassName
{
color: #DC4A2C;
}
</style>
background-color css
<style>
a { background-color: #DC4A2C; }
a { background-color: rgb(220,74,44); }
div.DivClassName
{
background-color: #DC4A2C;
}
.BgClassName
{
background-color: #DC4A2C;
}
</style>
border-color css
<style>
span { border-color: #DC4A2C; }
span { border-color: rgb(220,74,44); }
td.TdClassName
{
border-color: #DC4A2C;
}
.TagClassName
{
border-color: #DC4A2C;
}
</style>