Shades of Alizarin #E02128
Tints of Alizarin #E02128
RGB
CMYK
RGB Variations
Color information
#E02128 (or 0xE02128) is known color: Alizarin. HEX triplet: E0, 21 and 28. RGB value is (224,33,40). Sum of RGB (Red+Green+Blue) = 224+33+40=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02128 is #1FDED7. Grayscale: #5B5B5B. Windows color (decimal): -2088664 or 2630112. OLE color: 2630112.
HSL color Cylindrical-coordinate representation of color #E02128: hue angle of 357.8º 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 #E02128 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 40 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.12 |
| HSL | 357.8º | 0.75% | 0.5% | - |
| HSV(B) | 357.8º | 0.85% | 0.88% | - |
| XYZ | 31.67 | 17.09 | 3.64 | - |
| YUV | 90.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 40 | 0 | 0.85 | 0.82 | 0.12 | 357.8 | 0.75 | 0.5 |
| Hex | E0 | 21 | 28 | 0 | 55 | 52 | C | 166 | 4B | 32 |
| Octal | 340 | 41 | 50 | 0 | 125 | 122 | 14 | 546 | 113 | 62 |
| Binary | 11100000 | 100001 | 101000 | 0 | 1010101 | 1010010 | 1100 | 101100110 | 1001011 | 110010 |
Color Harmonies of #E02128
Complementary color
Monochromatic Colors of #E02128
Black with #E02128
Text Example
Text Example
White with #E02128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02128; }
p { color: rgb(224,33,40); }
H1.HeaderClassName
{
color: #E02128;
}
.AnyTagClassName
{
color: #E02128;
}
</style>
background-color css
<style>
a { background-color: #E02128; }
a { background-color: rgb(224,33,40); }
div.DivClassName
{
background-color: #E02128;
}
.BgClassName
{
background-color: #E02128;
}
</style>
border-color css
<style>
span { border-color: #E02128; }
span { border-color: rgb(224,33,40); }
td.TdClassName
{
border-color: #E02128;
}
.TagClassName
{
border-color: #E02128;
}
</style>