Shades of Cinnabar #DC4929
Tints of Cinnabar #DC4929
RGB
CMYK
RGB Variations
Color information
#DC4929 (or 0xDC4929) is known color: Cinnabar. HEX triplet: DC, 49 and 29. RGB value is (220,73,41). Sum of RGB (Red+Green+Blue) = 220+73+41=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4929 is #23B6D6. Grayscale: #717171. Windows color (decimal): -2340567 or 2705884. OLE color: 2705884.
HSL color Cylindrical-coordinate representation of color #DC4929: hue angle of 10.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC4929 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.14 |
| HSL | 10.73º | 0.72% | 0.51% | - |
| HSV(B) | 10.73º | 0.81% | 0.86% | - |
| XYZ | 32.3 | 20.14 | 4.28 | - |
| YUV | 113.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 41 | 0 | 0.67 | 0.81 | 0.14 | 10.73 | 0.72 | 0.51 |
| Hex | DC | 49 | 29 | 0 | 43 | 51 | E | B | 48 | 33 |
| Octal | 334 | 111 | 51 | 0 | 103 | 121 | 16 | 13 | 110 | 63 |
| Binary | 11011100 | 1001001 | 101001 | 0 | 1000011 | 1010001 | 1110 | 1011 | 1001000 | 110011 |
Color Harmonies of #DC4929
Complementary color
Monochromatic Colors of #DC4929
Black with #DC4929
Text Example
Text Example
White with #DC4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4929; }
p { color: rgb(220,73,41); }
H1.HeaderClassName
{
color: #DC4929;
}
.AnyTagClassName
{
color: #DC4929;
}
</style>
background-color css
<style>
a { background-color: #DC4929; }
a { background-color: rgb(220,73,41); }
div.DivClassName
{
background-color: #DC4929;
}
.BgClassName
{
background-color: #DC4929;
}
</style>
border-color css
<style>
span { border-color: #DC4929; }
span { border-color: rgb(220,73,41); }
td.TdClassName
{
border-color: #DC4929;
}
.TagClassName
{
border-color: #DC4929;
}
</style>