Shades of Cinnabar #DC4021
Tints of Cinnabar #DC4021
RGB
CMYK
RGB Variations
Color information
#DC4021 (or 0xDC4021) is known color: Cinnabar. HEX triplet: DC, 40 and 21. RGB value is (220,64,33). Sum of RGB (Red+Green+Blue) = 220+64+33=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4021 is #23BFDE. Grayscale: #6B6B6B. Windows color (decimal): -2342879 or 2179292. OLE color: 2179292.
HSL color Cylindrical-coordinate representation of color #DC4021: hue angle of 9.95º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC4021 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 33 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.14 |
| HSL | 9.95º | 0.74% | 0.5% | - |
| HSV(B) | 9.95º | 0.85% | 0.86% | - |
| XYZ | 31.62 | 18.99 | 3.44 | - |
| YUV | 107.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 33 | 0 | 0.71 | 0.85 | 0.14 | 9.95 | 0.74 | 0.5 |
| Hex | DC | 40 | 21 | 0 | 47 | 55 | E | A | 4A | 32 |
| Octal | 334 | 100 | 41 | 0 | 107 | 125 | 16 | 12 | 112 | 62 |
| Binary | 11011100 | 1000000 | 100001 | 0 | 1000111 | 1010101 | 1110 | 1010 | 1001010 | 110010 |
Color Harmonies of #DC4021
Complementary color
Monochromatic Colors of #DC4021
Black with #DC4021
Text Example
Text Example
White with #DC4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4021; }
p { color: rgb(220,64,33); }
H1.HeaderClassName
{
color: #DC4021;
}
.AnyTagClassName
{
color: #DC4021;
}
</style>
background-color css
<style>
a { background-color: #DC4021; }
a { background-color: rgb(220,64,33); }
div.DivClassName
{
background-color: #DC4021;
}
.BgClassName
{
background-color: #DC4021;
}
</style>
border-color css
<style>
span { border-color: #DC4021; }
span { border-color: rgb(220,64,33); }
td.TdClassName
{
border-color: #DC4021;
}
.TagClassName
{
border-color: #DC4021;
}
</style>