Shades of Cinnabar #DD4221
Tints of Cinnabar #DD4221
RGB
CMYK
RGB Variations
Color information
#DD4221 (or 0xDD4221) is known color: Cinnabar. HEX triplet: DD, 42 and 21. RGB value is (221,66,33). Sum of RGB (Red+Green+Blue) = 221+66+33=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4221 is #22BDDE. Grayscale: #6C6C6C. Windows color (decimal): -2276831 or 2179805. OLE color: 2179805.
HSL color Cylindrical-coordinate representation of color #DD4221: hue angle of 10.53º 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 #DD4221 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.13 |
| HSL | 10.53º | 0.74% | 0.5% | - |
| HSV(B) | 10.53º | 0.85% | 0.87% | - |
| XYZ | 32.04 | 19.38 | 3.49 | - |
| YUV | 108.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 33 | 0 | 0.70 | 0.85 | 0.13 | 10.53 | 0.74 | 0.5 |
| Hex | DD | 42 | 21 | 0 | 46 | 55 | D | B | 4A | 32 |
| Octal | 335 | 102 | 41 | 0 | 106 | 125 | 15 | 13 | 112 | 62 |
| Binary | 11011101 | 1000010 | 100001 | 0 | 1000110 | 1010101 | 1101 | 1011 | 1001010 | 110010 |
Color Harmonies of #DD4221
Complementary color
Monochromatic Colors of #DD4221
Black with #DD4221
Text Example
Text Example
White with #DD4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4221; }
p { color: rgb(221,66,33); }
H1.HeaderClassName
{
color: #DD4221;
}
.AnyTagClassName
{
color: #DD4221;
}
</style>
background-color css
<style>
a { background-color: #DD4221; }
a { background-color: rgb(221,66,33); }
div.DivClassName
{
background-color: #DD4221;
}
.BgClassName
{
background-color: #DD4221;
}
</style>
border-color css
<style>
span { border-color: #DD4221; }
span { border-color: rgb(221,66,33); }
td.TdClassName
{
border-color: #DD4221;
}
.TagClassName
{
border-color: #DD4221;
}
</style>