Shades of Cinnabar #DD4224
Tints of Cinnabar #DD4224
RGB
CMYK
RGB Variations
Color information
#DD4224 (or 0xDD4224) is known color: Cinnabar. HEX triplet: DD, 42 and 24. RGB value is (221,66,36). Sum of RGB (Red+Green+Blue) = 221+66+36=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4224 is #22BDDB. Grayscale: #6D6D6D. Windows color (decimal): -2276828 or 2376413. OLE color: 2376413.
HSL color Cylindrical-coordinate representation of color #DD4224: hue angle of 9.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD4224 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 9.73º | 0.73% | 0.5% | - |
| HSV(B) | 9.73º | 0.84% | 0.87% | - |
| XYZ | 32.09 | 19.4 | 3.72 | - |
| YUV | 108.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 36 | 0 | 0.70 | 0.84 | 0.13 | 9.73 | 0.73 | 0.5 |
| Hex | DD | 42 | 24 | 0 | 46 | 54 | D | A | 49 | 32 |
| Octal | 335 | 102 | 44 | 0 | 106 | 124 | 15 | 12 | 111 | 62 |
| Binary | 11011101 | 1000010 | 100100 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001001 | 110010 |
Color Harmonies of #DD4224
Complementary color
Monochromatic Colors of #DD4224
Black with #DD4224
Text Example
Text Example
White with #DD4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4224; }
p { color: rgb(221,66,36); }
H1.HeaderClassName
{
color: #DD4224;
}
.AnyTagClassName
{
color: #DD4224;
}
</style>
background-color css
<style>
a { background-color: #DD4224; }
a { background-color: rgb(221,66,36); }
div.DivClassName
{
background-color: #DD4224;
}
.BgClassName
{
background-color: #DD4224;
}
</style>
border-color css
<style>
span { border-color: #DD4224; }
span { border-color: rgb(221,66,36); }
td.TdClassName
{
border-color: #DD4224;
}
.TagClassName
{
border-color: #DD4224;
}
</style>