Shades of Alizarin #E12437
Tints of Alizarin #E12437
RGB
CMYK
RGB Variations
Color information
#E12437 (or 0xE12437) is known color: Alizarin. HEX triplet: E1, 24 and 37. RGB value is (225,36,55). Sum of RGB (Red+Green+Blue) = 225+36+55=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E12437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12437 is #1EDBC8. Grayscale: #5E5E5E. Windows color (decimal): -2022345 or 3613921. OLE color: 3613921.
HSL color Cylindrical-coordinate representation of color #E12437: hue angle of 353.97º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12437 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 55 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.12 |
| HSL | 353.97º | 0.76% | 0.51% | - |
| HSV(B) | 353.97º | 0.84% | 0.88% | - |
| XYZ | 32.37 | 17.55 | 5.29 | - |
| YUV | 94.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 55 | 0 | 0.84 | 0.76 | 0.12 | 353.97 | 0.76 | 0.51 |
| Hex | E1 | 24 | 37 | 0 | 54 | 4C | C | 162 | 4C | 33 |
| Octal | 341 | 44 | 67 | 0 | 124 | 114 | 14 | 542 | 114 | 63 |
| Binary | 11100001 | 100100 | 110111 | 0 | 1010100 | 1001100 | 1100 | 101100010 | 1001100 | 110011 |
Color Harmonies of #E12437
Complementary color
Monochromatic Colors of #E12437
Black with #E12437
Text Example
Text Example
White with #E12437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12437; }
p { color: rgb(225,36,55); }
H1.HeaderClassName
{
color: #E12437;
}
.AnyTagClassName
{
color: #E12437;
}
</style>
background-color css
<style>
a { background-color: #E12437; }
a { background-color: rgb(225,36,55); }
div.DivClassName
{
background-color: #E12437;
}
.BgClassName
{
background-color: #E12437;
}
</style>
border-color css
<style>
span { border-color: #E12437; }
span { border-color: rgb(225,36,55); }
td.TdClassName
{
border-color: #E12437;
}
.TagClassName
{
border-color: #E12437;
}
</style>