Shades of Cinnabar #DD3422
Tints of Cinnabar #DD3422
RGB
CMYK
RGB Variations
Color information
#DD3422 (or 0xDD3422) is known color: Cinnabar. HEX triplet: DD, 34 and 22. RGB value is (221,52,34). Sum of RGB (Red+Green+Blue) = 221+52+34=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3422 is #22CBDD. Grayscale: #646464. Windows color (decimal): -2280414 or 2241757. OLE color: 2241757.
HSL color Cylindrical-coordinate representation of color #DD3422: hue angle of 5.78º 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 #DD3422 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 34 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.13 |
| HSL | 5.78º | 0.73% | 0.5% | - |
| HSV(B) | 5.78º | 0.85% | 0.87% | - |
| XYZ | 31.34 | 17.94 | 3.33 | - |
| YUV | 100.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 34 | 0 | 0.76 | 0.85 | 0.13 | 5.78 | 0.73 | 0.5 |
| Hex | DD | 34 | 22 | 0 | 4C | 55 | D | 6 | 49 | 32 |
| Octal | 335 | 64 | 42 | 0 | 114 | 125 | 15 | 6 | 111 | 62 |
| Binary | 11011101 | 110100 | 100010 | 0 | 1001100 | 1010101 | 1101 | 110 | 1001001 | 110010 |
Color Harmonies of #DD3422
Complementary color
Monochromatic Colors of #DD3422
Black with #DD3422
Text Example
Text Example
White with #DD3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3422; }
p { color: rgb(221,52,34); }
H1.HeaderClassName
{
color: #DD3422;
}
.AnyTagClassName
{
color: #DD3422;
}
</style>
background-color css
<style>
a { background-color: #DD3422; }
a { background-color: rgb(221,52,34); }
div.DivClassName
{
background-color: #DD3422;
}
.BgClassName
{
background-color: #DD3422;
}
</style>
border-color css
<style>
span { border-color: #DD3422; }
span { border-color: rgb(221,52,34); }
td.TdClassName
{
border-color: #DD3422;
}
.TagClassName
{
border-color: #DD3422;
}
</style>