Shades of Alizarin #E02137
Tints of Alizarin #E02137
RGB
CMYK
RGB Variations
Color information
#E02137 (or 0xE02137) is known color: Alizarin. HEX triplet: E0, 21 and 37. RGB value is (224,33,55). Sum of RGB (Red+Green+Blue) = 224+33+55=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02137 is #1FDEC8. Grayscale: #5C5C5C. Windows color (decimal): -2088649 or 3613152. OLE color: 3613152.
HSL color Cylindrical-coordinate representation of color #E02137: hue angle of 353.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02137 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 55 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.12 |
| HSL | 353.09º | 0.75% | 0.5% | - |
| HSV(B) | 353.09º | 0.85% | 0.88% | - |
| XYZ | 31.97 | 17.21 | 5.25 | - |
| YUV | 92.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 55 | 0 | 0.85 | 0.75 | 0.12 | 353.09 | 0.75 | 0.5 |
| Hex | E0 | 21 | 37 | 0 | 55 | 4B | C | 161 | 4B | 32 |
| Octal | 340 | 41 | 67 | 0 | 125 | 113 | 14 | 541 | 113 | 62 |
| Binary | 11100000 | 100001 | 110111 | 0 | 1010101 | 1001011 | 1100 | 101100001 | 1001011 | 110010 |
Color Harmonies of #E02137
Complementary color
Monochromatic Colors of #E02137
Black with #E02137
Text Example
Text Example
White with #E02137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02137; }
p { color: rgb(224,33,55); }
H1.HeaderClassName
{
color: #E02137;
}
.AnyTagClassName
{
color: #E02137;
}
</style>
background-color css
<style>
a { background-color: #E02137; }
a { background-color: rgb(224,33,55); }
div.DivClassName
{
background-color: #E02137;
}
.BgClassName
{
background-color: #E02137;
}
</style>
border-color css
<style>
span { border-color: #E02137; }
span { border-color: rgb(224,33,55); }
td.TdClassName
{
border-color: #E02137;
}
.TagClassName
{
border-color: #E02137;
}
</style>