Shades of Alizarin #E12936
Tints of Alizarin #E12936
RGB
CMYK
RGB Variations
Color information
#E12936 (or 0xE12936) is known color: Alizarin. HEX triplet: E1, 29 and 36. RGB value is (225,41,54). Sum of RGB (Red+Green+Blue) = 225+41+54=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E12936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12936 is #1ED6C9. Grayscale: #616161. Windows color (decimal): -2021066 or 3549665. OLE color: 3549665.
HSL color Cylindrical-coordinate representation of color #E12936: hue angle of 355.76º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12936 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 54 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.12 |
| HSL | 355.76º | 0.75% | 0.52% | - |
| HSV(B) | 355.76º | 0.82% | 0.88% | - |
| XYZ | 32.51 | 17.86 | 5.22 | - |
| YUV | 97.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 54 | 0 | 0.82 | 0.76 | 0.12 | 355.76 | 0.75 | 0.52 |
| Hex | E1 | 29 | 36 | 0 | 52 | 4C | C | 164 | 4B | 34 |
| Octal | 341 | 51 | 66 | 0 | 122 | 114 | 14 | 544 | 113 | 64 |
| Binary | 11100001 | 101001 | 110110 | 0 | 1010010 | 1001100 | 1100 | 101100100 | 1001011 | 110100 |
Color Harmonies of #E12936
Complementary color
Monochromatic Colors of #E12936
Black with #E12936
Text Example
Text Example
White with #E12936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12936; }
p { color: rgb(225,41,54); }
H1.HeaderClassName
{
color: #E12936;
}
.AnyTagClassName
{
color: #E12936;
}
</style>
background-color css
<style>
a { background-color: #E12936; }
a { background-color: rgb(225,41,54); }
div.DivClassName
{
background-color: #E12936;
}
.BgClassName
{
background-color: #E12936;
}
</style>
border-color css
<style>
span { border-color: #E12936; }
span { border-color: rgb(225,41,54); }
td.TdClassName
{
border-color: #E12936;
}
.TagClassName
{
border-color: #E12936;
}
</style>