Shades of Cinnabar #DC4721
Tints of Cinnabar #DC4721
RGB
CMYK
RGB Variations
Color information
#DC4721 (or 0xDC4721) is known color: Cinnabar. HEX triplet: DC, 47 and 21. RGB value is (220,71,33). Sum of RGB (Red+Green+Blue) = 220+71+33=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4721 is #23B8DE. Grayscale: #6F6F6F. Windows color (decimal): -2341087 or 2181084. OLE color: 2181084.
HSL color Cylindrical-coordinate representation of color #DC4721: hue angle of 12.19º 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 #DC4721 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.14 |
| HSL | 12.19º | 0.74% | 0.5% | - |
| HSV(B) | 12.19º | 0.85% | 0.86% | - |
| XYZ | 32.04 | 19.83 | 3.58 | - |
| YUV | 111.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 33 | 0 | 0.68 | 0.85 | 0.14 | 12.19 | 0.74 | 0.5 |
| Hex | DC | 47 | 21 | 0 | 44 | 55 | E | C | 4A | 32 |
| Octal | 334 | 107 | 41 | 0 | 104 | 125 | 16 | 14 | 112 | 62 |
| Binary | 11011100 | 1000111 | 100001 | 0 | 1000100 | 1010101 | 1110 | 1100 | 1001010 | 110010 |
Color Harmonies of #DC4721
Complementary color
Monochromatic Colors of #DC4721
Black with #DC4721
Text Example
Text Example
White with #DC4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4721; }
p { color: rgb(220,71,33); }
H1.HeaderClassName
{
color: #DC4721;
}
.AnyTagClassName
{
color: #DC4721;
}
</style>
background-color css
<style>
a { background-color: #DC4721; }
a { background-color: rgb(220,71,33); }
div.DivClassName
{
background-color: #DC4721;
}
.BgClassName
{
background-color: #DC4721;
}
</style>
border-color css
<style>
span { border-color: #DC4721; }
span { border-color: rgb(220,71,33); }
td.TdClassName
{
border-color: #DC4721;
}
.TagClassName
{
border-color: #DC4721;
}
</style>