Shades of Alizarin #E02139
Tints of Alizarin #E02139
RGB
CMYK
RGB Variations
Color information
#E02139 (or 0xE02139) is known color: Alizarin. HEX triplet: E0, 21 and 39. RGB value is (224,33,57). Sum of RGB (Red+Green+Blue) = 224+33+57=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E02139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02139 is #1FDEC6. Grayscale: #5C5C5C. Windows color (decimal): -2088647 or 3744224. OLE color: 3744224.
HSL color Cylindrical-coordinate representation of color #E02139: hue angle of 352.46º 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 #E02139 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 57 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.12 |
| HSL | 352.46º | 0.75% | 0.5% | - |
| HSV(B) | 352.46º | 0.85% | 0.88% | - |
| XYZ | 32.02 | 17.23 | 5.51 | - |
| YUV | 92.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 57 | 0 | 0.85 | 0.75 | 0.12 | 352.46 | 0.75 | 0.5 |
| Hex | E0 | 21 | 39 | 0 | 55 | 4B | C | 160 | 4B | 32 |
| Octal | 340 | 41 | 71 | 0 | 125 | 113 | 14 | 540 | 113 | 62 |
| Binary | 11100000 | 100001 | 111001 | 0 | 1010101 | 1001011 | 1100 | 101100000 | 1001011 | 110010 |
Color Harmonies of #E02139
Complementary color
Monochromatic Colors of #E02139
Black with #E02139
Text Example
Text Example
White with #E02139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02139; }
p { color: rgb(224,33,57); }
H1.HeaderClassName
{
color: #E02139;
}
.AnyTagClassName
{
color: #E02139;
}
</style>
background-color css
<style>
a { background-color: #E02139; }
a { background-color: rgb(224,33,57); }
div.DivClassName
{
background-color: #E02139;
}
.BgClassName
{
background-color: #E02139;
}
</style>
border-color css
<style>
span { border-color: #E02139; }
span { border-color: rgb(224,33,57); }
td.TdClassName
{
border-color: #E02139;
}
.TagClassName
{
border-color: #E02139;
}
</style>