Shades of Alizarin #E1212B
Tints of Alizarin #E1212B
RGB
CMYK
RGB Variations
Color information
#E1212B (or 0xE1212B) is known color: Alizarin. HEX triplet: E1, 21 and 2B. RGB value is (225,33,43). Sum of RGB (Red+Green+Blue) = 225+33+43=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212B is #1EDED4. Grayscale: #5B5B5B. Windows color (decimal): -2023125 or 2826721. OLE color: 2826721.
HSL color Cylindrical-coordinate representation of color #E1212B: hue angle of 356.88º 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 #E1212B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 43 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.12 |
| HSL | 356.88º | 0.76% | 0.51% | - |
| HSV(B) | 356.88º | 0.85% | 0.88% | - |
| XYZ | 32.03 | 17.27 | 3.93 | - |
| YUV | 91.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 43 | 0 | 0.85 | 0.81 | 0.12 | 356.88 | 0.76 | 0.51 |
| Hex | E1 | 21 | 2B | 0 | 55 | 51 | C | 165 | 4C | 33 |
| Octal | 341 | 41 | 53 | 0 | 125 | 121 | 14 | 545 | 114 | 63 |
| Binary | 11100001 | 100001 | 101011 | 0 | 1010101 | 1010001 | 1100 | 101100101 | 1001100 | 110011 |
Color Harmonies of #E1212B
Complementary color
Monochromatic Colors of #E1212B
Black with #E1212B
Text Example
Text Example
White with #E1212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1212B; }
p { color: rgb(225,33,43); }
H1.HeaderClassName
{
color: #E1212B;
}
.AnyTagClassName
{
color: #E1212B;
}
</style>
background-color css
<style>
a { background-color: #E1212B; }
a { background-color: rgb(225,33,43); }
div.DivClassName
{
background-color: #E1212B;
}
.BgClassName
{
background-color: #E1212B;
}
</style>
border-color css
<style>
span { border-color: #E1212B; }
span { border-color: rgb(225,33,43); }
td.TdClassName
{
border-color: #E1212B;
}
.TagClassName
{
border-color: #E1212B;
}
</style>