Shades of Cinnabar #DD4C20
Tints of Cinnabar #DD4C20
RGB
CMYK
RGB Variations
Color information
#DD4C20 (or 0xDD4C20) is known color: Cinnabar. HEX triplet: DD, 4C and 20. RGB value is (221,76,32). Sum of RGB (Red+Green+Blue) = 221+76+32=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C20 is #22B3DF. Grayscale: #727272. Windows color (decimal): -2274272 or 2116829. OLE color: 2116829.
HSL color Cylindrical-coordinate representation of color #DD4C20: hue angle of 13.97º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD4C20 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 32 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.13 |
| HSL | 13.97º | 0.75% | 0.5% | - |
| HSV(B) | 13.97º | 0.86% | 0.87% | - |
| XYZ | 32.66 | 20.65 | 3.63 | - |
| YUV | 114.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 32 | 0 | 0.66 | 0.86 | 0.13 | 13.97 | 0.75 | 0.5 |
| Hex | DD | 4C | 20 | 0 | 42 | 56 | D | E | 4B | 32 |
| Octal | 335 | 114 | 40 | 0 | 102 | 126 | 15 | 16 | 113 | 62 |
| Binary | 11011101 | 1001100 | 100000 | 0 | 1000010 | 1010110 | 1101 | 1110 | 1001011 | 110010 |
Color Harmonies of #DD4C20
Complementary color
Monochromatic Colors of #DD4C20
Black with #DD4C20
Text Example
Text Example
White with #DD4C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C20; }
p { color: rgb(221,76,32); }
H1.HeaderClassName
{
color: #DD4C20;
}
.AnyTagClassName
{
color: #DD4C20;
}
</style>
background-color css
<style>
a { background-color: #DD4C20; }
a { background-color: rgb(221,76,32); }
div.DivClassName
{
background-color: #DD4C20;
}
.BgClassName
{
background-color: #DD4C20;
}
</style>
border-color css
<style>
span { border-color: #DD4C20; }
span { border-color: rgb(221,76,32); }
td.TdClassName
{
border-color: #DD4C20;
}
.TagClassName
{
border-color: #DD4C20;
}
</style>