Shades of Cinnabar #DD4520
Tints of Cinnabar #DD4520
RGB
CMYK
RGB Variations
Color information
#DD4520 (or 0xDD4520) is known color: Cinnabar. HEX triplet: DD, 45 and 20. RGB value is (221,69,32). Sum of RGB (Red+Green+Blue) = 221+69+32=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4520 is #22BADF. Grayscale: #6E6E6E. Windows color (decimal): -2276064 or 2115037. OLE color: 2115037.
HSL color Cylindrical-coordinate representation of color #DD4520: hue angle of 11.75º 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 #DD4520 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 11.75º | 0.75% | 0.5% | - |
| HSV(B) | 11.75º | 0.86% | 0.87% | - |
| XYZ | 32.21 | 19.73 | 3.48 | - |
| YUV | 110.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 32 | 0 | 0.69 | 0.86 | 0.13 | 11.75 | 0.75 | 0.5 |
| Hex | DD | 45 | 20 | 0 | 45 | 56 | D | C | 4B | 32 |
| Octal | 335 | 105 | 40 | 0 | 105 | 126 | 15 | 14 | 113 | 62 |
| Binary | 11011101 | 1000101 | 100000 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001011 | 110010 |
Color Harmonies of #DD4520
Complementary color
Monochromatic Colors of #DD4520
Black with #DD4520
Text Example
Text Example
White with #DD4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4520; }
p { color: rgb(221,69,32); }
H1.HeaderClassName
{
color: #DD4520;
}
.AnyTagClassName
{
color: #DD4520;
}
</style>
background-color css
<style>
a { background-color: #DD4520; }
a { background-color: rgb(221,69,32); }
div.DivClassName
{
background-color: #DD4520;
}
.BgClassName
{
background-color: #DD4520;
}
</style>
border-color css
<style>
span { border-color: #DD4520; }
span { border-color: rgb(221,69,32); }
td.TdClassName
{
border-color: #DD4520;
}
.TagClassName
{
border-color: #DD4520;
}
</style>