Shades of Cinnabar #DC4629
Tints of Cinnabar #DC4629
RGB
CMYK
RGB Variations
Color information
#DC4629 (or 0xDC4629) is known color: Cinnabar. HEX triplet: DC, 46 and 29. RGB value is (220,70,41). Sum of RGB (Red+Green+Blue) = 220+70+41=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4629 is #23B9D6. Grayscale: #6F6F6F. Windows color (decimal): -2341335 or 2705116. OLE color: 2705116.
HSL color Cylindrical-coordinate representation of color #DC4629: hue angle of 9.72º 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 #DC4629 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 41 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.14 |
| HSL | 9.72º | 0.72% | 0.51% | - |
| HSV(B) | 9.72º | 0.81% | 0.86% | - |
| XYZ | 32.11 | 19.76 | 4.22 | - |
| YUV | 111.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 41 | 0 | 0.68 | 0.81 | 0.14 | 9.72 | 0.72 | 0.51 |
| Hex | DC | 46 | 29 | 0 | 44 | 51 | E | A | 48 | 33 |
| Octal | 334 | 106 | 51 | 0 | 104 | 121 | 16 | 12 | 110 | 63 |
| Binary | 11011100 | 1000110 | 101001 | 0 | 1000100 | 1010001 | 1110 | 1010 | 1001000 | 110011 |
Color Harmonies of #DC4629
Complementary color
Monochromatic Colors of #DC4629
Black with #DC4629
Text Example
Text Example
White with #DC4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4629; }
p { color: rgb(220,70,41); }
H1.HeaderClassName
{
color: #DC4629;
}
.AnyTagClassName
{
color: #DC4629;
}
</style>
background-color css
<style>
a { background-color: #DC4629; }
a { background-color: rgb(220,70,41); }
div.DivClassName
{
background-color: #DC4629;
}
.BgClassName
{
background-color: #DC4629;
}
</style>
border-color css
<style>
span { border-color: #DC4629; }
span { border-color: rgb(220,70,41); }
td.TdClassName
{
border-color: #DC4629;
}
.TagClassName
{
border-color: #DC4629;
}
</style>