Shades of Alizarin #E02035
Tints of Alizarin #E02035
RGB
CMYK
RGB Variations
Color information
#E02035 (or 0xE02035) is known color: Alizarin. HEX triplet: E0, 20 and 35. RGB value is (224,32,53). Sum of RGB (Red+Green+Blue) = 224+32+53=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E02035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02035 is #1FDFCA. Grayscale: #5B5B5B. Windows color (decimal): -2088907 or 3481824. OLE color: 3481824.
HSL color Cylindrical-coordinate representation of color #E02035: hue angle of 353.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02035 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 53 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.12 |
| HSL | 353.44º | 0.76% | 0.5% | - |
| HSV(B) | 353.44º | 0.86% | 0.88% | - |
| XYZ | 31.9 | 17.14 | 4.99 | - |
| YUV | 91.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 53 | 0 | 0.86 | 0.76 | 0.12 | 353.44 | 0.76 | 0.5 |
| Hex | E0 | 20 | 35 | 0 | 56 | 4C | C | 161 | 4C | 32 |
| Octal | 340 | 40 | 65 | 0 | 126 | 114 | 14 | 541 | 114 | 62 |
| Binary | 11100000 | 100000 | 110101 | 0 | 1010110 | 1001100 | 1100 | 101100001 | 1001100 | 110010 |
Color Harmonies of #E02035
Complementary color
Monochromatic Colors of #E02035
Black with #E02035
Text Example
Text Example
White with #E02035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02035; }
p { color: rgb(224,32,53); }
H1.HeaderClassName
{
color: #E02035;
}
.AnyTagClassName
{
color: #E02035;
}
</style>
background-color css
<style>
a { background-color: #E02035; }
a { background-color: rgb(224,32,53); }
div.DivClassName
{
background-color: #E02035;
}
.BgClassName
{
background-color: #E02035;
}
</style>
border-color css
<style>
span { border-color: #E02035; }
span { border-color: rgb(224,32,53); }
td.TdClassName
{
border-color: #E02035;
}
.TagClassName
{
border-color: #E02035;
}
</style>