Shades of Alizarin #DD212C
Tints of Alizarin #DD212C
RGB
CMYK
RGB Variations
Color information
#DD212C (or 0xDD212C) is known color: Alizarin. HEX triplet: DD, 21 and 2C. RGB value is (221,33,44). Sum of RGB (Red+Green+Blue) = 221+33+44=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212C is #22DED3. Grayscale: #5A5A5A. Windows color (decimal): -2285268 or 2892253. OLE color: 2892253.
HSL color Cylindrical-coordinate representation of color #DD212C: hue angle of 356.49º degrees, saturation: 0.74, 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 #DD212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.13 |
| HSL | 356.49º | 0.74% | 0.5% | - |
| HSV(B) | 356.49º | 0.85% | 0.87% | - |
| XYZ | 30.82 | 16.64 | 3.97 | - |
| YUV | 90.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 44 | 0 | 0.85 | 0.80 | 0.13 | 356.49 | 0.74 | 0.5 |
| Hex | DD | 21 | 2C | 0 | 55 | 50 | D | 164 | 4A | 32 |
| Octal | 335 | 41 | 54 | 0 | 125 | 120 | 15 | 544 | 112 | 62 |
| Binary | 11011101 | 100001 | 101100 | 0 | 1010101 | 1010000 | 1101 | 101100100 | 1001010 | 110010 |
Color Harmonies of #DD212C
Complementary color
Monochromatic Colors of #DD212C
Black with #DD212C
Text Example
Text Example
White with #DD212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD212C; }
p { color: rgb(221,33,44); }
H1.HeaderClassName
{
color: #DD212C;
}
.AnyTagClassName
{
color: #DD212C;
}
</style>
background-color css
<style>
a { background-color: #DD212C; }
a { background-color: rgb(221,33,44); }
div.DivClassName
{
background-color: #DD212C;
}
.BgClassName
{
background-color: #DD212C;
}
</style>
border-color css
<style>
span { border-color: #DD212C; }
span { border-color: rgb(221,33,44); }
td.TdClassName
{
border-color: #DD212C;
}
.TagClassName
{
border-color: #DD212C;
}
</style>