Shades of Cinnabar #DD4721
Tints of Cinnabar #DD4721
RGB
CMYK
RGB Variations
Color information
#DD4721 (or 0xDD4721) is known color: Cinnabar. HEX triplet: DD, 47 and 21. RGB value is (221,71,33). Sum of RGB (Red+Green+Blue) = 221+71+33=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4721 is #22B8DE. Grayscale: #6F6F6F. Windows color (decimal): -2275551 or 2181085. OLE color: 2181085.
HSL color Cylindrical-coordinate representation of color #DD4721: hue angle of 12.13º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD4721 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 33 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.13 |
| HSL | 12.13º | 0.74% | 0.5% | - |
| HSV(B) | 12.13º | 0.85% | 0.87% | - |
| XYZ | 32.35 | 19.99 | 3.59 | - |
| YUV | 111.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 33 | 0 | 0.68 | 0.85 | 0.13 | 12.13 | 0.74 | 0.5 |
| Hex | DD | 47 | 21 | 0 | 44 | 55 | D | C | 4A | 32 |
| Octal | 335 | 107 | 41 | 0 | 104 | 125 | 15 | 14 | 112 | 62 |
| Binary | 11011101 | 1000111 | 100001 | 0 | 1000100 | 1010101 | 1101 | 1100 | 1001010 | 110010 |
Color Harmonies of #DD4721
Complementary color
Monochromatic Colors of #DD4721
Black with #DD4721
Text Example
Text Example
White with #DD4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4721; }
p { color: rgb(221,71,33); }
H1.HeaderClassName
{
color: #DD4721;
}
.AnyTagClassName
{
color: #DD4721;
}
</style>
background-color css
<style>
a { background-color: #DD4721; }
a { background-color: rgb(221,71,33); }
div.DivClassName
{
background-color: #DD4721;
}
.BgClassName
{
background-color: #DD4721;
}
</style>
border-color css
<style>
span { border-color: #DD4721; }
span { border-color: rgb(221,71,33); }
td.TdClassName
{
border-color: #DD4721;
}
.TagClassName
{
border-color: #DD4721;
}
</style>