Shades of Alizarin #E12E32
Tints of Alizarin #E12E32
RGB
CMYK
RGB Variations
Color information
#E12E32 (or 0xE12E32) is known color: Alizarin. HEX triplet: E1, 2E and 32. RGB value is (225,46,50). Sum of RGB (Red+Green+Blue) = 225+46+50=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E32 is #1ED1CD. Grayscale: #646464. Windows color (decimal): -2019790 or 3288801. OLE color: 3288801.
HSL color Cylindrical-coordinate representation of color #E12E32: hue angle of 358.66º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12E32 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 50 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.12 |
| HSL | 358.66º | 0.75% | 0.53% | - |
| HSV(B) | 358.66º | 0.8% | 0.88% | - |
| XYZ | 32.6 | 18.19 | 4.81 | - |
| YUV | 99.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 50 | 0 | 0.80 | 0.78 | 0.12 | 358.66 | 0.75 | 0.53 |
| Hex | E1 | 2E | 32 | 0 | 50 | 4E | C | 167 | 4B | 35 |
| Octal | 341 | 56 | 62 | 0 | 120 | 116 | 14 | 547 | 113 | 65 |
| Binary | 11100001 | 101110 | 110010 | 0 | 1010000 | 1001110 | 1100 | 101100111 | 1001011 | 110101 |
Color Harmonies of #E12E32
Complementary color
Monochromatic Colors of #E12E32
Black with #E12E32
Text Example
Text Example
White with #E12E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12E32; }
p { color: rgb(225,46,50); }
H1.HeaderClassName
{
color: #E12E32;
}
.AnyTagClassName
{
color: #E12E32;
}
</style>
background-color css
<style>
a { background-color: #E12E32; }
a { background-color: rgb(225,46,50); }
div.DivClassName
{
background-color: #E12E32;
}
.BgClassName
{
background-color: #E12E32;
}
</style>
border-color css
<style>
span { border-color: #E12E32; }
span { border-color: rgb(225,46,50); }
td.TdClassName
{
border-color: #E12E32;
}
.TagClassName
{
border-color: #E12E32;
}
</style>