Shades of Alizarin #E12037
Tints of Alizarin #E12037
RGB
CMYK
RGB Variations
Color information
#E12037 (or 0xE12037) is known color: Alizarin. HEX triplet: E1, 20 and 37. RGB value is (225,32,55). Sum of RGB (Red+Green+Blue) = 225+32+55=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E12037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12037 is #1EDFC8. Grayscale: #5C5C5C. Windows color (decimal): -2023369 or 3612897. OLE color: 3612897.
HSL color Cylindrical-coordinate representation of color #E12037: hue angle of 352.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12037 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 55 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.12 |
| HSL | 352.85º | 0.76% | 0.5% | - |
| HSV(B) | 352.85º | 0.86% | 0.88% | - |
| XYZ | 32.26 | 17.32 | 5.26 | - |
| YUV | 92.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 55 | 0 | 0.86 | 0.76 | 0.12 | 352.85 | 0.76 | 0.5 |
| Hex | E1 | 20 | 37 | 0 | 56 | 4C | C | 161 | 4C | 32 |
| Octal | 341 | 40 | 67 | 0 | 126 | 114 | 14 | 541 | 114 | 62 |
| Binary | 11100001 | 100000 | 110111 | 0 | 1010110 | 1001100 | 1100 | 101100001 | 1001100 | 110010 |
Color Harmonies of #E12037
Complementary color
Monochromatic Colors of #E12037
Black with #E12037
Text Example
Text Example
White with #E12037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12037; }
p { color: rgb(225,32,55); }
H1.HeaderClassName
{
color: #E12037;
}
.AnyTagClassName
{
color: #E12037;
}
</style>
background-color css
<style>
a { background-color: #E12037; }
a { background-color: rgb(225,32,55); }
div.DivClassName
{
background-color: #E12037;
}
.BgClassName
{
background-color: #E12037;
}
</style>
border-color css
<style>
span { border-color: #E12037; }
span { border-color: rgb(225,32,55); }
td.TdClassName
{
border-color: #E12037;
}
.TagClassName
{
border-color: #E12037;
}
</style>