Shades of Alizarin #E1212A
Tints of Alizarin #E1212A
RGB
CMYK
RGB Variations
Color information
#E1212A (or 0xE1212A) is known color: Alizarin. HEX triplet: E1, 21 and 2A. RGB value is (225,33,42). Sum of RGB (Red+Green+Blue) = 225+33+42=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212A is #1EDED5. Grayscale: #5B5B5B. Windows color (decimal): -2023126 or 2761185. OLE color: 2761185.
HSL color Cylindrical-coordinate representation of color #E1212A: hue angle of 357.19º 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 #E1212A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.12 |
| HSL | 357.19º | 0.76% | 0.51% | - |
| HSV(B) | 357.19º | 0.85% | 0.88% | - |
| XYZ | 32.01 | 17.26 | 3.84 | - |
| YUV | 91.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 42 | 0 | 0.85 | 0.81 | 0.12 | 357.19 | 0.76 | 0.51 |
| Hex | E1 | 21 | 2A | 0 | 55 | 51 | C | 165 | 4C | 33 |
| Octal | 341 | 41 | 52 | 0 | 125 | 121 | 14 | 545 | 114 | 63 |
| Binary | 11100001 | 100001 | 101010 | 0 | 1010101 | 1010001 | 1100 | 101100101 | 1001100 | 110011 |
Color Harmonies of #E1212A
Complementary color
Monochromatic Colors of #E1212A
Black with #E1212A
Text Example
Text Example
White with #E1212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1212A; }
p { color: rgb(225,33,42); }
H1.HeaderClassName
{
color: #E1212A;
}
.AnyTagClassName
{
color: #E1212A;
}
</style>
background-color css
<style>
a { background-color: #E1212A; }
a { background-color: rgb(225,33,42); }
div.DivClassName
{
background-color: #E1212A;
}
.BgClassName
{
background-color: #E1212A;
}
</style>
border-color css
<style>
span { border-color: #E1212A; }
span { border-color: rgb(225,33,42); }
td.TdClassName
{
border-color: #E1212A;
}
.TagClassName
{
border-color: #E1212A;
}
</style>