Shades of Cinnabar #DC4F29
Tints of Cinnabar #DC4F29
RGB
CMYK
RGB Variations
Color information
#DC4F29 (or 0xDC4F29) is known color: Cinnabar. HEX triplet: DC, 4F and 29. RGB value is (220,79,41). Sum of RGB (Red+Green+Blue) = 220+79+41=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F29 is #23B0D6. Grayscale: #757575. Windows color (decimal): -2339031 or 2707420. OLE color: 2707420.
HSL color Cylindrical-coordinate representation of color #DC4F29: hue angle of 12.74º 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 #DC4F29 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 41 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.14 |
| HSL | 12.74º | 0.72% | 0.51% | - |
| HSV(B) | 12.74º | 0.81% | 0.86% | - |
| XYZ | 32.71 | 20.97 | 4.42 | - |
| YUV | 116.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 41 | 0 | 0.64 | 0.81 | 0.14 | 12.74 | 0.72 | 0.51 |
| Hex | DC | 4F | 29 | 0 | 40 | 51 | E | D | 48 | 33 |
| Octal | 334 | 117 | 51 | 0 | 100 | 121 | 16 | 15 | 110 | 63 |
| Binary | 11011100 | 1001111 | 101001 | 0 | 1000000 | 1010001 | 1110 | 1101 | 1001000 | 110011 |
Color Harmonies of #DC4F29
Complementary color
Monochromatic Colors of #DC4F29
Black with #DC4F29
Text Example
Text Example
White with #DC4F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F29; }
p { color: rgb(220,79,41); }
H1.HeaderClassName
{
color: #DC4F29;
}
.AnyTagClassName
{
color: #DC4F29;
}
</style>
background-color css
<style>
a { background-color: #DC4F29; }
a { background-color: rgb(220,79,41); }
div.DivClassName
{
background-color: #DC4F29;
}
.BgClassName
{
background-color: #DC4F29;
}
</style>
border-color css
<style>
span { border-color: #DC4F29; }
span { border-color: rgb(220,79,41); }
td.TdClassName
{
border-color: #DC4F29;
}
.TagClassName
{
border-color: #DC4F29;
}
</style>