Shades of Alizarin #E12133
Tints of Alizarin #E12133
RGB
CMYK
RGB Variations
Color information
#E12133 (or 0xE12133) is known color: Alizarin. HEX triplet: E1, 21 and 33. RGB value is (225,33,51). Sum of RGB (Red+Green+Blue) = 225+33+51=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E12133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12133 is #1EDECC. Grayscale: #5C5C5C. Windows color (decimal): -2023117 or 3351009. OLE color: 3351009.
HSL color Cylindrical-coordinate representation of color #E12133: hue angle of 354.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12133 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 51 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.12 |
| HSL | 354.38º | 0.76% | 0.51% | - |
| HSV(B) | 354.38º | 0.85% | 0.88% | - |
| XYZ | 32.19 | 17.33 | 4.78 | - |
| YUV | 92.46 | 104.61 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 51 | 0 | 0.85 | 0.77 | 0.12 | 354.38 | 0.76 | 0.51 |
| Hex | E1 | 21 | 33 | 0 | 55 | 4D | C | 162 | 4C | 33 |
| Octal | 341 | 41 | 63 | 0 | 125 | 115 | 14 | 542 | 114 | 63 |
| Binary | 11100001 | 100001 | 110011 | 0 | 1010101 | 1001101 | 1100 | 101100010 | 1001100 | 110011 |
Color Harmonies of #E12133
Complementary color
Monochromatic Colors of #E12133
Black with #E12133
Text Example
Text Example
White with #E12133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12133; }
p { color: rgb(225,33,51); }
H1.HeaderClassName
{
color: #E12133;
}
.AnyTagClassName
{
color: #E12133;
}
</style>
background-color css
<style>
a { background-color: #E12133; }
a { background-color: rgb(225,33,51); }
div.DivClassName
{
background-color: #E12133;
}
.BgClassName
{
background-color: #E12133;
}
</style>
border-color css
<style>
span { border-color: #E12133; }
span { border-color: rgb(225,33,51); }
td.TdClassName
{
border-color: #E12133;
}
.TagClassName
{
border-color: #E12133;
}
</style>