Shades of Cinnabar #DD3224
Tints of Cinnabar #DD3224
RGB
CMYK
RGB Variations
Color information
#DD3224 (or 0xDD3224) is known color: Cinnabar. HEX triplet: DD, 32 and 24. RGB value is (221,50,36). Sum of RGB (Red+Green+Blue) = 221+50+36=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3224 is #22CDDB. Grayscale: #636363. Windows color (decimal): -2280924 or 2372317. OLE color: 2372317.
HSL color Cylindrical-coordinate representation of color #DD3224: hue angle of 4.54º 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 #DD3224 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 36 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.13 |
| HSL | 4.54º | 0.73% | 0.5% | - |
| HSV(B) | 4.54º | 0.84% | 0.87% | - |
| XYZ | 31.28 | 17.78 | 3.45 | - |
| YUV | 99.53 | 92.15 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 36 | 0 | 0.77 | 0.84 | 0.13 | 4.54 | 0.73 | 0.5 |
| Hex | DD | 32 | 24 | 0 | 4D | 54 | D | 5 | 49 | 32 |
| Octal | 335 | 62 | 44 | 0 | 115 | 124 | 15 | 5 | 111 | 62 |
| Binary | 11011101 | 110010 | 100100 | 0 | 1001101 | 1010100 | 1101 | 101 | 1001001 | 110010 |
Color Harmonies of #DD3224
Complementary color
Monochromatic Colors of #DD3224
Black with #DD3224
Text Example
Text Example
White with #DD3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3224; }
p { color: rgb(221,50,36); }
H1.HeaderClassName
{
color: #DD3224;
}
.AnyTagClassName
{
color: #DD3224;
}
</style>
background-color css
<style>
a { background-color: #DD3224; }
a { background-color: rgb(221,50,36); }
div.DivClassName
{
background-color: #DD3224;
}
.BgClassName
{
background-color: #DD3224;
}
</style>
border-color css
<style>
span { border-color: #DD3224; }
span { border-color: rgb(221,50,36); }
td.TdClassName
{
border-color: #DD3224;
}
.TagClassName
{
border-color: #DD3224;
}
</style>