Shades of Alizarin #E12A42
Tints of Alizarin #E12A42
RGB
CMYK
RGB Variations
Color information
#E12A42 (or 0xE12A42) is known color: Alizarin. HEX triplet: E1, 2A and 42. RGB value is (225,42,66). Sum of RGB (Red+Green+Blue) = 225+42+66=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A42 is #1ED5BD. Grayscale: #636363. Windows color (decimal): -2020798 or 4336353. OLE color: 4336353.
HSL color Cylindrical-coordinate representation of color #E12A42: hue angle of 352.13º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12A42 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 66 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.12 |
| HSL | 352.13º | 0.75% | 0.52% | - |
| HSV(B) | 352.13º | 0.81% | 0.88% | - |
| XYZ | 32.86 | 18.06 | 6.91 | - |
| YUV | 99.45 | 109.13 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 66 | 0 | 0.81 | 0.71 | 0.12 | 352.13 | 0.75 | 0.52 |
| Hex | E1 | 2A | 42 | 0 | 51 | 47 | C | 160 | 4B | 34 |
| Octal | 341 | 52 | 102 | 0 | 121 | 107 | 14 | 540 | 113 | 64 |
| Binary | 11100001 | 101010 | 1000010 | 0 | 1010001 | 1000111 | 1100 | 101100000 | 1001011 | 110100 |
Color Harmonies of #E12A42
Complementary color
Monochromatic Colors of #E12A42
Black with #E12A42
Text Example
Text Example
White with #E12A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12A42; }
p { color: rgb(225,42,66); }
H1.HeaderClassName
{
color: #E12A42;
}
.AnyTagClassName
{
color: #E12A42;
}
</style>
background-color css
<style>
a { background-color: #E12A42; }
a { background-color: rgb(225,42,66); }
div.DivClassName
{
background-color: #E12A42;
}
.BgClassName
{
background-color: #E12A42;
}
</style>
border-color css
<style>
span { border-color: #E12A42; }
span { border-color: rgb(225,42,66); }
td.TdClassName
{
border-color: #E12A42;
}
.TagClassName
{
border-color: #E12A42;
}
</style>