Shades of Alizarin #E12034
Tints of Alizarin #E12034
RGB
CMYK
RGB Variations
Color information
#E12034 (or 0xE12034) is known color: Alizarin. HEX triplet: E1, 20 and 34. RGB value is (225,32,52). Sum of RGB (Red+Green+Blue) = 225+32+52=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E12034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12034 is #1EDFCB. Grayscale: #5C5C5C. Windows color (decimal): -2023372 or 3416289. OLE color: 3416289.
HSL color Cylindrical-coordinate representation of color #E12034: hue angle of 353.78º 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 #E12034 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 52 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.12 |
| HSL | 353.78º | 0.76% | 0.5% | - |
| HSV(B) | 353.78º | 0.86% | 0.88% | - |
| XYZ | 32.19 | 17.29 | 4.89 | - |
| YUV | 91.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 52 | 0 | 0.86 | 0.77 | 0.12 | 353.78 | 0.76 | 0.5 |
| Hex | E1 | 20 | 34 | 0 | 56 | 4D | C | 162 | 4C | 32 |
| Octal | 341 | 40 | 64 | 0 | 126 | 115 | 14 | 542 | 114 | 62 |
| Binary | 11100001 | 100000 | 110100 | 0 | 1010110 | 1001101 | 1100 | 101100010 | 1001100 | 110010 |
Color Harmonies of #E12034
Complementary color
Monochromatic Colors of #E12034
Black with #E12034
Text Example
Text Example
White with #E12034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12034; }
p { color: rgb(225,32,52); }
H1.HeaderClassName
{
color: #E12034;
}
.AnyTagClassName
{
color: #E12034;
}
</style>
background-color css
<style>
a { background-color: #E12034; }
a { background-color: rgb(225,32,52); }
div.DivClassName
{
background-color: #E12034;
}
.BgClassName
{
background-color: #E12034;
}
</style>
border-color css
<style>
span { border-color: #E12034; }
span { border-color: rgb(225,32,52); }
td.TdClassName
{
border-color: #E12034;
}
.TagClassName
{
border-color: #E12034;
}
</style>