Shades of Cinnabar #DD3222
Tints of Cinnabar #DD3222
RGB
CMYK
RGB Variations
Color information
#DD3222 (or 0xDD3222) is known color: Cinnabar. HEX triplet: DD, 32 and 22. RGB value is (221,50,34). Sum of RGB (Red+Green+Blue) = 221+50+34=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3222 is #22CDDD. Grayscale: #636363. Windows color (decimal): -2280926 or 2241245. OLE color: 2241245.
HSL color Cylindrical-coordinate representation of color #DD3222: hue angle of 5.13º 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 #DD3222 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.13 |
| HSL | 5.13º | 0.73% | 0.5% | - |
| HSV(B) | 5.13º | 0.85% | 0.87% | - |
| XYZ | 31.25 | 17.77 | 3.3 | - |
| YUV | 99.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 34 | 0 | 0.77 | 0.85 | 0.13 | 5.13 | 0.73 | 0.5 |
| Hex | DD | 32 | 22 | 0 | 4D | 55 | D | 5 | 49 | 32 |
| Octal | 335 | 62 | 42 | 0 | 115 | 125 | 15 | 5 | 111 | 62 |
| Binary | 11011101 | 110010 | 100010 | 0 | 1001101 | 1010101 | 1101 | 101 | 1001001 | 110010 |
Color Harmonies of #DD3222
Complementary color
Monochromatic Colors of #DD3222
Black with #DD3222
Text Example
Text Example
White with #DD3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3222; }
p { color: rgb(221,50,34); }
H1.HeaderClassName
{
color: #DD3222;
}
.AnyTagClassName
{
color: #DD3222;
}
</style>
background-color css
<style>
a { background-color: #DD3222; }
a { background-color: rgb(221,50,34); }
div.DivClassName
{
background-color: #DD3222;
}
.BgClassName
{
background-color: #DD3222;
}
</style>
border-color css
<style>
span { border-color: #DD3222; }
span { border-color: rgb(221,50,34); }
td.TdClassName
{
border-color: #DD3222;
}
.TagClassName
{
border-color: #DD3222;
}
</style>