Shades of Alizarin #E12139
Tints of Alizarin #E12139
RGB
CMYK
RGB Variations
Color information
#E12139 (or 0xE12139) is known color: Alizarin. HEX triplet: E1, 21 and 39. RGB value is (225,33,57). Sum of RGB (Red+Green+Blue) = 225+33+57=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E12139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12139 is #1EDEC6. Grayscale: #5D5D5D. Windows color (decimal): -2023111 or 3744225. OLE color: 3744225.
HSL color Cylindrical-coordinate representation of color #E12139: hue angle of 352.5º 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 #E12139 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 57 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.12 |
| HSL | 352.5º | 0.76% | 0.51% | - |
| HSV(B) | 352.5º | 0.85% | 0.88% | - |
| XYZ | 32.33 | 17.39 | 5.52 | - |
| YUV | 93.14 | 107.61 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 57 | 0 | 0.85 | 0.75 | 0.12 | 352.5 | 0.76 | 0.51 |
| Hex | E1 | 21 | 39 | 0 | 55 | 4B | C | 160 | 4C | 33 |
| Octal | 341 | 41 | 71 | 0 | 125 | 113 | 14 | 540 | 114 | 63 |
| Binary | 11100001 | 100001 | 111001 | 0 | 1010101 | 1001011 | 1100 | 101100000 | 1001100 | 110011 |
Color Harmonies of #E12139
Complementary color
Monochromatic Colors of #E12139
Black with #E12139
Text Example
Text Example
White with #E12139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12139; }
p { color: rgb(225,33,57); }
H1.HeaderClassName
{
color: #E12139;
}
.AnyTagClassName
{
color: #E12139;
}
</style>
background-color css
<style>
a { background-color: #E12139; }
a { background-color: rgb(225,33,57); }
div.DivClassName
{
background-color: #E12139;
}
.BgClassName
{
background-color: #E12139;
}
</style>
border-color css
<style>
span { border-color: #E12139; }
span { border-color: rgb(225,33,57); }
td.TdClassName
{
border-color: #E12139;
}
.TagClassName
{
border-color: #E12139;
}
</style>