Shades of Alizarin #DD212F
Tints of Alizarin #DD212F
RGB
CMYK
RGB Variations
Color information
#DD212F (or 0xDD212F) is known color: Alizarin. HEX triplet: DD, 21 and 2F. RGB value is (221,33,47). Sum of RGB (Red+Green+Blue) = 221+33+47=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212F is #22DED0. Grayscale: #5A5A5A. Windows color (decimal): -2285265 or 3088861. OLE color: 3088861.
HSL color Cylindrical-coordinate representation of color #DD212F: hue angle of 355.53º 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 #DD212F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.13 |
| HSL | 355.53º | 0.74% | 0.5% | - |
| HSV(B) | 355.53º | 0.85% | 0.87% | - |
| XYZ | 30.88 | 16.67 | 4.28 | - |
| YUV | 90.81 | 103.28 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 47 | 0 | 0.85 | 0.79 | 0.13 | 355.53 | 0.74 | 0.5 |
| Hex | DD | 21 | 2F | 0 | 55 | 4F | D | 164 | 4A | 32 |
| Octal | 335 | 41 | 57 | 0 | 125 | 117 | 15 | 544 | 112 | 62 |
| Binary | 11011101 | 100001 | 101111 | 0 | 1010101 | 1001111 | 1101 | 101100100 | 1001010 | 110010 |
Color Harmonies of #DD212F
Complementary color
Monochromatic Colors of #DD212F
Black with #DD212F
Text Example
Text Example
White with #DD212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD212F; }
p { color: rgb(221,33,47); }
H1.HeaderClassName
{
color: #DD212F;
}
.AnyTagClassName
{
color: #DD212F;
}
</style>
background-color css
<style>
a { background-color: #DD212F; }
a { background-color: rgb(221,33,47); }
div.DivClassName
{
background-color: #DD212F;
}
.BgClassName
{
background-color: #DD212F;
}
</style>
border-color css
<style>
span { border-color: #DD212F; }
span { border-color: rgb(221,33,47); }
td.TdClassName
{
border-color: #DD212F;
}
.TagClassName
{
border-color: #DD212F;
}
</style>