Shades of Alizarin #E0212D
Tints of Alizarin #E0212D
RGB
CMYK
RGB Variations
Color information
#E0212D (or 0xE0212D) is known color: Alizarin. HEX triplet: E0, 21 and 2D. RGB value is (224,33,45). Sum of RGB (Red+Green+Blue) = 224+33+45=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0212D is #1FDED2. Grayscale: #5B5B5B. Windows color (decimal): -2088659 or 2957792. OLE color: 2957792.
HSL color Cylindrical-coordinate representation of color #E0212D: hue angle of 356.23º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0212D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 45 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.12 |
| HSL | 356.23º | 0.75% | 0.5% | - |
| HSV(B) | 356.23º | 0.85% | 0.88% | - |
| XYZ | 31.76 | 17.12 | 4.11 | - |
| YUV | 91.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 45 | 0 | 0.85 | 0.80 | 0.12 | 356.23 | 0.75 | 0.5 |
| Hex | E0 | 21 | 2D | 0 | 55 | 50 | C | 164 | 4B | 32 |
| Octal | 340 | 41 | 55 | 0 | 125 | 120 | 14 | 544 | 113 | 62 |
| Binary | 11100000 | 100001 | 101101 | 0 | 1010101 | 1010000 | 1100 | 101100100 | 1001011 | 110010 |
Color Harmonies of #E0212D
Complementary color
Monochromatic Colors of #E0212D
Black with #E0212D
Text Example
Text Example
White with #E0212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0212D; }
p { color: rgb(224,33,45); }
H1.HeaderClassName
{
color: #E0212D;
}
.AnyTagClassName
{
color: #E0212D;
}
</style>
background-color css
<style>
a { background-color: #E0212D; }
a { background-color: rgb(224,33,45); }
div.DivClassName
{
background-color: #E0212D;
}
.BgClassName
{
background-color: #E0212D;
}
</style>
border-color css
<style>
span { border-color: #E0212D; }
span { border-color: rgb(224,33,45); }
td.TdClassName
{
border-color: #E0212D;
}
.TagClassName
{
border-color: #E0212D;
}
</style>