Shades of Alizarin #E02024
Tints of Alizarin #E02024
RGB
CMYK
RGB Variations
Color information
#E02024 (or 0xE02024) is known color: Alizarin. HEX triplet: E0, 20 and 24. RGB value is (224,32,36). Sum of RGB (Red+Green+Blue) = 224+32+36=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02024 is #1FDFDB. Grayscale: #5A5A5A. Windows color (decimal): -2088924 or 2367712. OLE color: 2367712.
HSL color Cylindrical-coordinate representation of color #E02024: hue angle of 358.75º 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 #E02024 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 36 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.12 |
| HSL | 358.75º | 0.76% | 0.5% | - |
| HSV(B) | 358.75º | 0.86% | 0.88% | - |
| XYZ | 31.58 | 17.01 | 3.29 | - |
| YUV | 89.86 | 97.61 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 36 | 0 | 0.86 | 0.84 | 0.12 | 358.75 | 0.76 | 0.5 |
| Hex | E0 | 20 | 24 | 0 | 56 | 54 | C | 167 | 4C | 32 |
| Octal | 340 | 40 | 44 | 0 | 126 | 124 | 14 | 547 | 114 | 62 |
| Binary | 11100000 | 100000 | 100100 | 0 | 1010110 | 1010100 | 1100 | 101100111 | 1001100 | 110010 |
Color Harmonies of #E02024
Complementary color
Monochromatic Colors of #E02024
Black with #E02024
Text Example
Text Example
White with #E02024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02024; }
p { color: rgb(224,32,36); }
H1.HeaderClassName
{
color: #E02024;
}
.AnyTagClassName
{
color: #E02024;
}
</style>
background-color css
<style>
a { background-color: #E02024; }
a { background-color: rgb(224,32,36); }
div.DivClassName
{
background-color: #E02024;
}
.BgClassName
{
background-color: #E02024;
}
</style>
border-color css
<style>
span { border-color: #E02024; }
span { border-color: rgb(224,32,36); }
td.TdClassName
{
border-color: #E02024;
}
.TagClassName
{
border-color: #E02024;
}
</style>