Shades of Alizarin #E22024
Tints of Alizarin #E22024
RGB
CMYK
RGB Variations
Color information
#E22024 (or 0xE22024) is known color: Alizarin. HEX triplet: E2, 20 and 24. RGB value is (226,32,36). Sum of RGB (Red+Green+Blue) = 226+32+36=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E22024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22024 is #1DDFDB. Grayscale: #5A5A5A. Windows color (decimal): -1957852 or 2367714. OLE color: 2367714.
HSL color Cylindrical-coordinate representation of color #E22024: hue angle of 358.76º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22024 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 36 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.11 |
| HSL | 358.76º | 0.77% | 0.51% | - |
| HSV(B) | 358.76º | 0.86% | 0.89% | - |
| XYZ | 32.2 | 17.33 | 3.32 | - |
| YUV | 90.46 | 97.27 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 36 | 0 | 0.86 | 0.84 | 0.11 | 358.76 | 0.77 | 0.51 |
| Hex | E2 | 20 | 24 | 0 | 56 | 54 | B | 167 | 4D | 33 |
| Octal | 342 | 40 | 44 | 0 | 126 | 124 | 13 | 547 | 115 | 63 |
| Binary | 11100010 | 100000 | 100100 | 0 | 1010110 | 1010100 | 1011 | 101100111 | 1001101 | 110011 |
Color Harmonies of #E22024
Complementary color
Monochromatic Colors of #E22024
Black with #E22024
Text Example
Text Example
White with #E22024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22024; }
p { color: rgb(226,32,36); }
H1.HeaderClassName
{
color: #E22024;
}
.AnyTagClassName
{
color: #E22024;
}
</style>
background-color css
<style>
a { background-color: #E22024; }
a { background-color: rgb(226,32,36); }
div.DivClassName
{
background-color: #E22024;
}
.BgClassName
{
background-color: #E22024;
}
</style>
border-color css
<style>
span { border-color: #E22024; }
span { border-color: rgb(226,32,36); }
td.TdClassName
{
border-color: #E22024;
}
.TagClassName
{
border-color: #E22024;
}
</style>