Shades of Cinnabar #DC4E29
Tints of Cinnabar #DC4E29
RGB
CMYK
RGB Variations
Color information
#DC4E29 (or 0xDC4E29) is known color: Cinnabar. HEX triplet: DC, 4E and 29. RGB value is (220,78,41). Sum of RGB (Red+Green+Blue) = 220+78+41=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E29 is #23B1D6. Grayscale: #747474. Windows color (decimal): -2339287 or 2707164. OLE color: 2707164.
HSL color Cylindrical-coordinate representation of color #DC4E29: hue angle of 12.4º 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 #DC4E29 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 41 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.14 |
| HSL | 12.4º | 0.72% | 0.51% | - |
| HSV(B) | 12.4º | 0.81% | 0.86% | - |
| XYZ | 32.64 | 20.82 | 4.4 | - |
| YUV | 116.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 41 | 0 | 0.65 | 0.81 | 0.14 | 12.4 | 0.72 | 0.51 |
| Hex | DC | 4E | 29 | 0 | 41 | 51 | E | C | 48 | 33 |
| Octal | 334 | 116 | 51 | 0 | 101 | 121 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001110 | 101001 | 0 | 1000001 | 1010001 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4E29
Complementary color
Monochromatic Colors of #DC4E29
Black with #DC4E29
Text Example
Text Example
White with #DC4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E29; }
p { color: rgb(220,78,41); }
H1.HeaderClassName
{
color: #DC4E29;
}
.AnyTagClassName
{
color: #DC4E29;
}
</style>
background-color css
<style>
a { background-color: #DC4E29; }
a { background-color: rgb(220,78,41); }
div.DivClassName
{
background-color: #DC4E29;
}
.BgClassName
{
background-color: #DC4E29;
}
</style>
border-color css
<style>
span { border-color: #DC4E29; }
span { border-color: rgb(220,78,41); }
td.TdClassName
{
border-color: #DC4E29;
}
.TagClassName
{
border-color: #DC4E29;
}
</style>