Shades of Alizarin #DD213F
Tints of Alizarin #DD213F
RGB
CMYK
RGB Variations
Color information
#DD213F (or 0xDD213F) is known color: Alizarin. HEX triplet: DD, 21 and 3F. RGB value is (221,33,63). Sum of RGB (Red+Green+Blue) = 221+33+63=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD213F is #22DEC0. Grayscale: #5C5C5C. Windows color (decimal): -2285249 or 4137437. OLE color: 4137437.
HSL color Cylindrical-coordinate representation of color #DD213F: hue angle of 350.43º 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 #DD213F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 63 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.13 |
| HSL | 350.43º | 0.74% | 0.5% | - |
| HSV(B) | 350.43º | 0.85% | 0.87% | - |
| XYZ | 31.26 | 16.82 | 6.3 | - |
| YUV | 92.63 | 111.28 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 63 | 0 | 0.85 | 0.71 | 0.13 | 350.43 | 0.74 | 0.5 |
| Hex | DD | 21 | 3F | 0 | 55 | 47 | D | 15E | 4A | 32 |
| Octal | 335 | 41 | 77 | 0 | 125 | 107 | 15 | 536 | 112 | 62 |
| Binary | 11011101 | 100001 | 111111 | 0 | 1010101 | 1000111 | 1101 | 101011110 | 1001010 | 110010 |
Color Harmonies of #DD213F
Complementary color
Monochromatic Colors of #DD213F
Black with #DD213F
Text Example
Text Example
White with #DD213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD213F; }
p { color: rgb(221,33,63); }
H1.HeaderClassName
{
color: #DD213F;
}
.AnyTagClassName
{
color: #DD213F;
}
</style>
background-color css
<style>
a { background-color: #DD213F; }
a { background-color: rgb(221,33,63); }
div.DivClassName
{
background-color: #DD213F;
}
.BgClassName
{
background-color: #DD213F;
}
</style>
border-color css
<style>
span { border-color: #DD213F; }
span { border-color: rgb(221,33,63); }
td.TdClassName
{
border-color: #DD213F;
}
.TagClassName
{
border-color: #DD213F;
}
</style>