Shades of Cinnabar #DC4120
Tints of Cinnabar #DC4120
RGB
CMYK
RGB Variations
Color information
#DC4120 (or 0xDC4120) is known color: Cinnabar. HEX triplet: DC, 41 and 20. RGB value is (220,65,32). Sum of RGB (Red+Green+Blue) = 220+65+32=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4120 is #23BEDF. Grayscale: #6B6B6B. Windows color (decimal): -2342624 or 2114012. OLE color: 2114012.
HSL color Cylindrical-coordinate representation of color #DC4120: hue angle of 10.53º 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 #DC4120 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 32 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.14 |
| HSL | 10.53º | 0.75% | 0.49% | - |
| HSV(B) | 10.53º | 0.85% | 0.86% | - |
| XYZ | 31.67 | 19.1 | 3.38 | - |
| YUV | 107.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 32 | 0 | 0.70 | 0.85 | 0.14 | 10.53 | 0.75 | 0.49 |
| Hex | DC | 41 | 20 | 0 | 46 | 55 | E | B | 4B | 31 |
| Octal | 334 | 101 | 40 | 0 | 106 | 125 | 16 | 13 | 113 | 61 |
| Binary | 11011100 | 1000001 | 100000 | 0 | 1000110 | 1010101 | 1110 | 1011 | 1001011 | 110001 |
Color Harmonies of #DC4120
Complementary color
Monochromatic Colors of #DC4120
Black with #DC4120
Text Example
Text Example
White with #DC4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4120; }
p { color: rgb(220,65,32); }
H1.HeaderClassName
{
color: #DC4120;
}
.AnyTagClassName
{
color: #DC4120;
}
</style>
background-color css
<style>
a { background-color: #DC4120; }
a { background-color: rgb(220,65,32); }
div.DivClassName
{
background-color: #DC4120;
}
.BgClassName
{
background-color: #DC4120;
}
</style>
border-color css
<style>
span { border-color: #DC4120; }
span { border-color: rgb(220,65,32); }
td.TdClassName
{
border-color: #DC4120;
}
.TagClassName
{
border-color: #DC4120;
}
</style>