Shades of Cinnabar #DD4220
Tints of Cinnabar #DD4220
RGB
CMYK
RGB Variations
Color information
#DD4220 (or 0xDD4220) is known color: Cinnabar. HEX triplet: DD, 42 and 20. RGB value is (221,66,32). Sum of RGB (Red+Green+Blue) = 221+66+32=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4220 is #22BDDF. Grayscale: #6C6C6C. Windows color (decimal): -2276832 or 2114269. OLE color: 2114269.
HSL color Cylindrical-coordinate representation of color #DD4220: hue angle of 10.79º 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 #DD4220 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 10.79º | 0.75% | 0.5% | - |
| HSV(B) | 10.79º | 0.86% | 0.87% | - |
| XYZ | 32.03 | 19.37 | 3.42 | - |
| YUV | 108.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 32 | 0 | 0.70 | 0.86 | 0.13 | 10.79 | 0.75 | 0.5 |
| Hex | DD | 42 | 20 | 0 | 46 | 56 | D | B | 4B | 32 |
| Octal | 335 | 102 | 40 | 0 | 106 | 126 | 15 | 13 | 113 | 62 |
| Binary | 11011101 | 1000010 | 100000 | 0 | 1000110 | 1010110 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DD4220
Complementary color
Monochromatic Colors of #DD4220
Black with #DD4220
Text Example
Text Example
White with #DD4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4220; }
p { color: rgb(221,66,32); }
H1.HeaderClassName
{
color: #DD4220;
}
.AnyTagClassName
{
color: #DD4220;
}
</style>
background-color css
<style>
a { background-color: #DD4220; }
a { background-color: rgb(221,66,32); }
div.DivClassName
{
background-color: #DD4220;
}
.BgClassName
{
background-color: #DD4220;
}
</style>
border-color css
<style>
span { border-color: #DD4220; }
span { border-color: rgb(221,66,32); }
td.TdClassName
{
border-color: #DD4220;
}
.TagClassName
{
border-color: #DD4220;
}
</style>