Shades of Alizarin #E02126
Tints of Alizarin #E02126
RGB
CMYK
RGB Variations
Color information
#E02126 (or 0xE02126) is known color: Alizarin. HEX triplet: E0, 21 and 26. RGB value is (224,33,38). Sum of RGB (Red+Green+Blue) = 224+33+38=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E02126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02126 is #1FDED9. Grayscale: #5A5A5A. Windows color (decimal): -2088666 or 2499040. OLE color: 2499040.
HSL color Cylindrical-coordinate representation of color #E02126: hue angle of 358.43º 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 #E02126 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 38 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.12 |
| HSL | 358.43º | 0.75% | 0.5% | - |
| HSV(B) | 358.43º | 0.85% | 0.88% | - |
| XYZ | 31.63 | 17.07 | 3.46 | - |
| YUV | 90.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 38 | 0 | 0.85 | 0.83 | 0.12 | 358.43 | 0.75 | 0.5 |
| Hex | E0 | 21 | 26 | 0 | 55 | 53 | C | 166 | 4B | 32 |
| Octal | 340 | 41 | 46 | 0 | 125 | 123 | 14 | 546 | 113 | 62 |
| Binary | 11100000 | 100001 | 100110 | 0 | 1010101 | 1010011 | 1100 | 101100110 | 1001011 | 110010 |
Color Harmonies of #E02126
Complementary color
Monochromatic Colors of #E02126
Black with #E02126
Text Example
Text Example
White with #E02126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02126; }
p { color: rgb(224,33,38); }
H1.HeaderClassName
{
color: #E02126;
}
.AnyTagClassName
{
color: #E02126;
}
</style>
background-color css
<style>
a { background-color: #E02126; }
a { background-color: rgb(224,33,38); }
div.DivClassName
{
background-color: #E02126;
}
.BgClassName
{
background-color: #E02126;
}
</style>
border-color css
<style>
span { border-color: #E02126; }
span { border-color: rgb(224,33,38); }
td.TdClassName
{
border-color: #E02126;
}
.TagClassName
{
border-color: #E02126;
}
</style>