Shades of Cinnabar #DD4D20
Tints of Cinnabar #DD4D20
RGB
CMYK
RGB Variations
Color information
#DD4D20 (or 0xDD4D20) is known color: Cinnabar. HEX triplet: DD, 4D and 20. RGB value is (221,77,32). Sum of RGB (Red+Green+Blue) = 221+77+32=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D20 is #22B2DF. Grayscale: #737373. Windows color (decimal): -2274016 or 2117085. OLE color: 2117085.
HSL color Cylindrical-coordinate representation of color #DD4D20: hue angle of 14.29º 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 #DD4D20 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 32 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.13 |
| HSL | 14.29º | 0.75% | 0.5% | - |
| HSV(B) | 14.29º | 0.86% | 0.87% | - |
| XYZ | 32.73 | 20.78 | 3.65 | - |
| YUV | 114.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 32 | 0 | 0.65 | 0.86 | 0.13 | 14.29 | 0.75 | 0.5 |
| Hex | DD | 4D | 20 | 0 | 41 | 56 | D | E | 4B | 32 |
| Octal | 335 | 115 | 40 | 0 | 101 | 126 | 15 | 16 | 113 | 62 |
| Binary | 11011101 | 1001101 | 100000 | 0 | 1000001 | 1010110 | 1101 | 1110 | 1001011 | 110010 |
Color Harmonies of #DD4D20
Complementary color
Monochromatic Colors of #DD4D20
Black with #DD4D20
Text Example
Text Example
White with #DD4D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D20; }
p { color: rgb(221,77,32); }
H1.HeaderClassName
{
color: #DD4D20;
}
.AnyTagClassName
{
color: #DD4D20;
}
</style>
background-color css
<style>
a { background-color: #DD4D20; }
a { background-color: rgb(221,77,32); }
div.DivClassName
{
background-color: #DD4D20;
}
.BgClassName
{
background-color: #DD4D20;
}
</style>
border-color css
<style>
span { border-color: #DD4D20; }
span { border-color: rgb(221,77,32); }
td.TdClassName
{
border-color: #DD4D20;
}
.TagClassName
{
border-color: #DD4D20;
}
</style>