Shades of Cinnabar #DC4620
Tints of Cinnabar #DC4620
RGB
CMYK
RGB Variations
Color information
#DC4620 (or 0xDC4620) is known color: Cinnabar. HEX triplet: DC, 46 and 20. RGB value is (220,70,32). Sum of RGB (Red+Green+Blue) = 220+70+32=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4620 is #23B9DF. Grayscale: #6E6E6E. Windows color (decimal): -2341344 or 2115292. OLE color: 2115292.
HSL color Cylindrical-coordinate representation of color #DC4620: hue angle of 12.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC4620 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 32 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.14 |
| HSL | 12.13º | 0.75% | 0.49% | - |
| HSV(B) | 12.13º | 0.85% | 0.86% | - |
| XYZ | 31.97 | 19.7 | 3.48 | - |
| YUV | 110.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 32 | 0 | 0.68 | 0.85 | 0.14 | 12.13 | 0.75 | 0.49 |
| Hex | DC | 46 | 20 | 0 | 44 | 55 | E | C | 4B | 31 |
| Octal | 334 | 106 | 40 | 0 | 104 | 125 | 16 | 14 | 113 | 61 |
| Binary | 11011100 | 1000110 | 100000 | 0 | 1000100 | 1010101 | 1110 | 1100 | 1001011 | 110001 |
Color Harmonies of #DC4620
Complementary color
Monochromatic Colors of #DC4620
Black with #DC4620
Text Example
Text Example
White with #DC4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4620; }
p { color: rgb(220,70,32); }
H1.HeaderClassName
{
color: #DC4620;
}
.AnyTagClassName
{
color: #DC4620;
}
</style>
background-color css
<style>
a { background-color: #DC4620; }
a { background-color: rgb(220,70,32); }
div.DivClassName
{
background-color: #DC4620;
}
.BgClassName
{
background-color: #DC4620;
}
</style>
border-color css
<style>
span { border-color: #DC4620; }
span { border-color: rgb(220,70,32); }
td.TdClassName
{
border-color: #DC4620;
}
.TagClassName
{
border-color: #DC4620;
}
</style>