Shades of Cinnabar #DC3E20
Tints of Cinnabar #DC3E20
RGB
CMYK
RGB Variations
Color information
#DC3E20 (or 0xDC3E20) is known color: Cinnabar. HEX triplet: DC, 3E and 20. RGB value is (220,62,32). Sum of RGB (Red+Green+Blue) = 220+62+32=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E20 is #23C1DF. Grayscale: #6A6A6A. Windows color (decimal): -2343392 or 2113244. OLE color: 2113244.
HSL color Cylindrical-coordinate representation of color #DC3E20: hue angle of 9.57º 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 #DC3E20 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 32 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.14 |
| HSL | 9.57º | 0.75% | 0.49% | - |
| HSV(B) | 9.57º | 0.85% | 0.86% | - |
| XYZ | 31.5 | 18.77 | 3.33 | - |
| YUV | 105.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 32 | 0 | 0.72 | 0.85 | 0.14 | 9.57 | 0.75 | 0.49 |
| Hex | DC | 3E | 20 | 0 | 48 | 55 | E | A | 4B | 31 |
| Octal | 334 | 76 | 40 | 0 | 110 | 125 | 16 | 12 | 113 | 61 |
| Binary | 11011100 | 111110 | 100000 | 0 | 1001000 | 1010101 | 1110 | 1010 | 1001011 | 110001 |
Color Harmonies of #DC3E20
Complementary color
Monochromatic Colors of #DC3E20
Black with #DC3E20
Text Example
Text Example
White with #DC3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E20; }
p { color: rgb(220,62,32); }
H1.HeaderClassName
{
color: #DC3E20;
}
.AnyTagClassName
{
color: #DC3E20;
}
</style>
background-color css
<style>
a { background-color: #DC3E20; }
a { background-color: rgb(220,62,32); }
div.DivClassName
{
background-color: #DC3E20;
}
.BgClassName
{
background-color: #DC3E20;
}
</style>
border-color css
<style>
span { border-color: #DC3E20; }
span { border-color: rgb(220,62,32); }
td.TdClassName
{
border-color: #DC3E20;
}
.TagClassName
{
border-color: #DC3E20;
}
</style>