Shades of Alizarin #DD212A
Tints of Alizarin #DD212A
RGB
CMYK
RGB Variations
Color information
#DD212A (or 0xDD212A) is known color: Alizarin. HEX triplet: DD, 21 and 2A. RGB value is (221,33,42). Sum of RGB (Red+Green+Blue) = 221+33+42=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212A is #22DED5. Grayscale: #5A5A5A. Windows color (decimal): -2285270 or 2761181. OLE color: 2761181.
HSL color Cylindrical-coordinate representation of color #DD212A: hue angle of 357.13º 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 #DD212A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.13 |
| HSL | 357.13º | 0.74% | 0.5% | - |
| HSV(B) | 357.13º | 0.85% | 0.87% | - |
| XYZ | 30.78 | 16.63 | 3.78 | - |
| YUV | 90.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 42 | 0 | 0.85 | 0.81 | 0.13 | 357.13 | 0.74 | 0.5 |
| Hex | DD | 21 | 2A | 0 | 55 | 51 | D | 165 | 4A | 32 |
| Octal | 335 | 41 | 52 | 0 | 125 | 121 | 15 | 545 | 112 | 62 |
| Binary | 11011101 | 100001 | 101010 | 0 | 1010101 | 1010001 | 1101 | 101100101 | 1001010 | 110010 |
Color Harmonies of #DD212A
Complementary color
Monochromatic Colors of #DD212A
Black with #DD212A
Text Example
Text Example
White with #DD212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD212A; }
p { color: rgb(221,33,42); }
H1.HeaderClassName
{
color: #DD212A;
}
.AnyTagClassName
{
color: #DD212A;
}
</style>
background-color css
<style>
a { background-color: #DD212A; }
a { background-color: rgb(221,33,42); }
div.DivClassName
{
background-color: #DD212A;
}
.BgClassName
{
background-color: #DD212A;
}
</style>
border-color css
<style>
span { border-color: #DD212A; }
span { border-color: rgb(221,33,42); }
td.TdClassName
{
border-color: #DD212A;
}
.TagClassName
{
border-color: #DD212A;
}
</style>