Shades of Alizarin #DD213E
Tints of Alizarin #DD213E
RGB
CMYK
RGB Variations
Color information
#DD213E (or 0xDD213E) is known color: Alizarin. HEX triplet: DD, 21 and 3E. RGB value is (221,33,62). Sum of RGB (Red+Green+Blue) = 221+33+62=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD213E is #22DEC1. Grayscale: #5C5C5C. Windows color (decimal): -2285250 or 4071901. OLE color: 4071901.
HSL color Cylindrical-coordinate representation of color #DD213E: hue angle of 350.74º 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 #DD213E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 62 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.13 |
| HSL | 350.74º | 0.74% | 0.5% | - |
| HSV(B) | 350.74º | 0.85% | 0.87% | - |
| XYZ | 31.23 | 16.81 | 6.16 | - |
| YUV | 92.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 62 | 0 | 0.85 | 0.72 | 0.13 | 350.74 | 0.74 | 0.5 |
| Hex | DD | 21 | 3E | 0 | 55 | 48 | D | 15F | 4A | 32 |
| Octal | 335 | 41 | 76 | 0 | 125 | 110 | 15 | 537 | 112 | 62 |
| Binary | 11011101 | 100001 | 111110 | 0 | 1010101 | 1001000 | 1101 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DD213E
Complementary color
Monochromatic Colors of #DD213E
Black with #DD213E
Text Example
Text Example
White with #DD213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD213E; }
p { color: rgb(221,33,62); }
H1.HeaderClassName
{
color: #DD213E;
}
.AnyTagClassName
{
color: #DD213E;
}
</style>
background-color css
<style>
a { background-color: #DD213E; }
a { background-color: rgb(221,33,62); }
div.DivClassName
{
background-color: #DD213E;
}
.BgClassName
{
background-color: #DD213E;
}
</style>
border-color css
<style>
span { border-color: #DD213E; }
span { border-color: rgb(221,33,62); }
td.TdClassName
{
border-color: #DD213E;
}
.TagClassName
{
border-color: #DD213E;
}
</style>