Shades of Cinnabar #DD4222
Tints of Cinnabar #DD4222
RGB
CMYK
RGB Variations
Color information
#DD4222 (or 0xDD4222) is known color: Cinnabar. HEX triplet: DD, 42 and 22. RGB value is (221,66,34). Sum of RGB (Red+Green+Blue) = 221+66+34=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4222 is #22BDDD. Grayscale: #6C6C6C. Windows color (decimal): -2276830 or 2245341. OLE color: 2245341.
HSL color Cylindrical-coordinate representation of color #DD4222: hue angle of 10.27º degrees, saturation: 0.73, 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 #DD4222 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 34 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.13 |
| HSL | 10.27º | 0.73% | 0.5% | - |
| HSV(B) | 10.27º | 0.85% | 0.87% | - |
| XYZ | 32.06 | 19.38 | 3.57 | - |
| YUV | 108.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 34 | 0 | 0.70 | 0.85 | 0.13 | 10.27 | 0.73 | 0.5 |
| Hex | DD | 42 | 22 | 0 | 46 | 55 | D | A | 49 | 32 |
| Octal | 335 | 102 | 42 | 0 | 106 | 125 | 15 | 12 | 111 | 62 |
| Binary | 11011101 | 1000010 | 100010 | 0 | 1000110 | 1010101 | 1101 | 1010 | 1001001 | 110010 |
Color Harmonies of #DD4222
Complementary color
Monochromatic Colors of #DD4222
Black with #DD4222
Text Example
Text Example
White with #DD4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4222; }
p { color: rgb(221,66,34); }
H1.HeaderClassName
{
color: #DD4222;
}
.AnyTagClassName
{
color: #DD4222;
}
</style>
background-color css
<style>
a { background-color: #DD4222; }
a { background-color: rgb(221,66,34); }
div.DivClassName
{
background-color: #DD4222;
}
.BgClassName
{
background-color: #DD4222;
}
</style>
border-color css
<style>
span { border-color: #DD4222; }
span { border-color: rgb(221,66,34); }
td.TdClassName
{
border-color: #DD4222;
}
.TagClassName
{
border-color: #DD4222;
}
</style>