Shades of Cinnabar #DD4420
Tints of Cinnabar #DD4420
RGB
CMYK
RGB Variations
Color information
#DD4420 (or 0xDD4420) is known color: Cinnabar. HEX triplet: DD, 44 and 20. RGB value is (221,68,32). Sum of RGB (Red+Green+Blue) = 221+68+32=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4420 is #22BBDF. Grayscale: #6D6D6D. Windows color (decimal): -2276320 or 2114781. OLE color: 2114781.
HSL color Cylindrical-coordinate representation of color #DD4420: hue angle of 11.43º 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 #DD4420 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 11.43º | 0.75% | 0.5% | - |
| HSV(B) | 11.43º | 0.86% | 0.87% | - |
| XYZ | 32.15 | 19.61 | 3.46 | - |
| YUV | 109.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 32 | 0 | 0.69 | 0.86 | 0.13 | 11.43 | 0.75 | 0.5 |
| Hex | DD | 44 | 20 | 0 | 45 | 56 | D | B | 4B | 32 |
| Octal | 335 | 104 | 40 | 0 | 105 | 126 | 15 | 13 | 113 | 62 |
| Binary | 11011101 | 1000100 | 100000 | 0 | 1000101 | 1010110 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DD4420
Complementary color
Monochromatic Colors of #DD4420
Black with #DD4420
Text Example
Text Example
White with #DD4420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4420; }
p { color: rgb(221,68,32); }
H1.HeaderClassName
{
color: #DD4420;
}
.AnyTagClassName
{
color: #DD4420;
}
</style>
background-color css
<style>
a { background-color: #DD4420; }
a { background-color: rgb(221,68,32); }
div.DivClassName
{
background-color: #DD4420;
}
.BgClassName
{
background-color: #DD4420;
}
</style>
border-color css
<style>
span { border-color: #DD4420; }
span { border-color: rgb(221,68,32); }
td.TdClassName
{
border-color: #DD4420;
}
.TagClassName
{
border-color: #DD4420;
}
</style>