Shades of Cinnabar #DC4520
Tints of Cinnabar #DC4520
RGB
CMYK
RGB Variations
Color information
#DC4520 (or 0xDC4520) is known color: Cinnabar. HEX triplet: DC, 45 and 20. RGB value is (220,69,32). Sum of RGB (Red+Green+Blue) = 220+69+32=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4520 is #23BADF. Grayscale: #6E6E6E. Windows color (decimal): -2341600 or 2115036. OLE color: 2115036.
HSL color Cylindrical-coordinate representation of color #DC4520: hue angle of 11.81º 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 #DC4520 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 32 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.14 |
| HSL | 11.81º | 0.75% | 0.49% | - |
| HSV(B) | 11.81º | 0.85% | 0.86% | - |
| XYZ | 31.9 | 19.58 | 3.46 | - |
| YUV | 109.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 32 | 0 | 0.69 | 0.85 | 0.14 | 11.81 | 0.75 | 0.49 |
| Hex | DC | 45 | 20 | 0 | 45 | 55 | E | C | 4B | 31 |
| Octal | 334 | 105 | 40 | 0 | 105 | 125 | 16 | 14 | 113 | 61 |
| Binary | 11011100 | 1000101 | 100000 | 0 | 1000101 | 1010101 | 1110 | 1100 | 1001011 | 110001 |
Color Harmonies of #DC4520
Complementary color
Monochromatic Colors of #DC4520
Black with #DC4520
Text Example
Text Example
White with #DC4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4520; }
p { color: rgb(220,69,32); }
H1.HeaderClassName
{
color: #DC4520;
}
.AnyTagClassName
{
color: #DC4520;
}
</style>
background-color css
<style>
a { background-color: #DC4520; }
a { background-color: rgb(220,69,32); }
div.DivClassName
{
background-color: #DC4520;
}
.BgClassName
{
background-color: #DC4520;
}
</style>
border-color css
<style>
span { border-color: #DC4520; }
span { border-color: rgb(220,69,32); }
td.TdClassName
{
border-color: #DC4520;
}
.TagClassName
{
border-color: #DC4520;
}
</style>