Shades of Alizarin #E22022
Tints of Alizarin #E22022
RGB
CMYK
RGB Variations
Color information
#E22022 (or 0xE22022) is known color: Alizarin. HEX triplet: E2, 20 and 22. RGB value is (226,32,34). Sum of RGB (Red+Green+Blue) = 226+32+34=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E22022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22022 is #1DDFDD. Grayscale: #5A5A5A. Windows color (decimal): -1957854 or 2236642. OLE color: 2236642.
HSL color Cylindrical-coordinate representation of color #E22022: hue angle of 359.38º 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 #E22022 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 34 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.11 |
| HSL | 359.38º | 0.77% | 0.51% | - |
| HSV(B) | 359.38º | 0.86% | 0.89% | - |
| XYZ | 32.17 | 17.32 | 3.16 | - |
| YUV | 90.23 | 96.27 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 34 | 0 | 0.86 | 0.85 | 0.11 | 359.38 | 0.77 | 0.51 |
| Hex | E2 | 20 | 22 | 0 | 56 | 55 | B | 167 | 4D | 33 |
| Octal | 342 | 40 | 42 | 0 | 126 | 125 | 13 | 547 | 115 | 63 |
| Binary | 11100010 | 100000 | 100010 | 0 | 1010110 | 1010101 | 1011 | 101100111 | 1001101 | 110011 |
Color Harmonies of #E22022
Complementary color
Monochromatic Colors of #E22022
Black with #E22022
Text Example
Text Example
White with #E22022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22022; }
p { color: rgb(226,32,34); }
H1.HeaderClassName
{
color: #E22022;
}
.AnyTagClassName
{
color: #E22022;
}
</style>
background-color css
<style>
a { background-color: #E22022; }
a { background-color: rgb(226,32,34); }
div.DivClassName
{
background-color: #E22022;
}
.BgClassName
{
background-color: #E22022;
}
</style>
border-color css
<style>
span { border-color: #E22022; }
span { border-color: rgb(226,32,34); }
td.TdClassName
{
border-color: #E22022;
}
.TagClassName
{
border-color: #E22022;
}
</style>