Shades of Alizarin #E22129
Tints of Alizarin #E22129
RGB
CMYK
RGB Variations
Color information
#E22129 (or 0xE22129) is known color: Alizarin. HEX triplet: E2, 21 and 29. RGB value is (226,33,41). Sum of RGB (Red+Green+Blue) = 226+33+41=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E22129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22129 is #1DDED6. Grayscale: #5B5B5B. Windows color (decimal): -1957591 or 2695650. OLE color: 2695650.
HSL color Cylindrical-coordinate representation of color #E22129: hue angle of 357.51º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22129 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 41 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.11 |
| HSL | 357.51º | 0.77% | 0.51% | - |
| HSV(B) | 357.51º | 0.85% | 0.89% | - |
| XYZ | 32.31 | 17.42 | 3.76 | - |
| YUV | 91.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 41 | 0 | 0.85 | 0.82 | 0.11 | 357.51 | 0.77 | 0.51 |
| Hex | E2 | 21 | 29 | 0 | 55 | 52 | B | 166 | 4D | 33 |
| Octal | 342 | 41 | 51 | 0 | 125 | 122 | 13 | 546 | 115 | 63 |
| Binary | 11100010 | 100001 | 101001 | 0 | 1010101 | 1010010 | 1011 | 101100110 | 1001101 | 110011 |
Color Harmonies of #E22129
Complementary color
Monochromatic Colors of #E22129
Black with #E22129
Text Example
Text Example
White with #E22129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22129; }
p { color: rgb(226,33,41); }
H1.HeaderClassName
{
color: #E22129;
}
.AnyTagClassName
{
color: #E22129;
}
</style>
background-color css
<style>
a { background-color: #E22129; }
a { background-color: rgb(226,33,41); }
div.DivClassName
{
background-color: #E22129;
}
.BgClassName
{
background-color: #E22129;
}
</style>
border-color css
<style>
span { border-color: #E22129; }
span { border-color: rgb(226,33,41); }
td.TdClassName
{
border-color: #E22129;
}
.TagClassName
{
border-color: #E22129;
}
</style>