Shades of Alizarin #E1212E
Tints of Alizarin #E1212E
RGB
CMYK
RGB Variations
Color information
#E1212E (or 0xE1212E) is known color: Alizarin. HEX triplet: E1, 21 and 2E. RGB value is (225,33,46). Sum of RGB (Red+Green+Blue) = 225+33+46=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212E is #1EDED1. Grayscale: #5C5C5C. Windows color (decimal): -2023122 or 3023329. OLE color: 3023329.
HSL color Cylindrical-coordinate representation of color #E1212E: hue angle of 355.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1212E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 46 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.12 |
| HSL | 355.94º | 0.76% | 0.51% | - |
| HSV(B) | 355.94º | 0.85% | 0.88% | - |
| XYZ | 32.09 | 17.29 | 4.23 | - |
| YUV | 91.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 46 | 0 | 0.85 | 0.80 | 0.12 | 355.94 | 0.76 | 0.51 |
| Hex | E1 | 21 | 2E | 0 | 55 | 50 | C | 164 | 4C | 33 |
| Octal | 341 | 41 | 56 | 0 | 125 | 120 | 14 | 544 | 114 | 63 |
| Binary | 11100001 | 100001 | 101110 | 0 | 1010101 | 1010000 | 1100 | 101100100 | 1001100 | 110011 |
Color Harmonies of #E1212E
Complementary color
Monochromatic Colors of #E1212E
Black with #E1212E
Text Example
Text Example
White with #E1212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1212E; }
p { color: rgb(225,33,46); }
H1.HeaderClassName
{
color: #E1212E;
}
.AnyTagClassName
{
color: #E1212E;
}
</style>
background-color css
<style>
a { background-color: #E1212E; }
a { background-color: rgb(225,33,46); }
div.DivClassName
{
background-color: #E1212E;
}
.BgClassName
{
background-color: #E1212E;
}
</style>
border-color css
<style>
span { border-color: #E1212E; }
span { border-color: rgb(225,33,46); }
td.TdClassName
{
border-color: #E1212E;
}
.TagClassName
{
border-color: #E1212E;
}
</style>