Shades of Alizarin #E22241
Tints of Alizarin #E22241
RGB
CMYK
RGB Variations
Color information
#E22241 (or 0xE22241) is known color: Alizarin. HEX triplet: E2, 22 and 41. RGB value is (226,34,65). Sum of RGB (Red+Green+Blue) = 226+34+65=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E22241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22241 is #1DDDBE. Grayscale: #5F5F5F. Windows color (decimal): -1957311 or 4268770. OLE color: 4268770.
HSL color Cylindrical-coordinate representation of color #E22241: hue angle of 350.31º 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 #E22241 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 65 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.11 |
| HSL | 350.31º | 0.77% | 0.51% | - |
| HSV(B) | 350.31º | 0.85% | 0.89% | - |
| XYZ | 32.89 | 17.69 | 6.68 | - |
| YUV | 94.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 65 | 0 | 0.85 | 0.71 | 0.11 | 350.31 | 0.77 | 0.51 |
| Hex | E2 | 22 | 41 | 0 | 55 | 47 | B | 15E | 4D | 33 |
| Octal | 342 | 42 | 101 | 0 | 125 | 107 | 13 | 536 | 115 | 63 |
| Binary | 11100010 | 100010 | 1000001 | 0 | 1010101 | 1000111 | 1011 | 101011110 | 1001101 | 110011 |
Color Harmonies of #E22241
Complementary color
Monochromatic Colors of #E22241
Black with #E22241
Text Example
Text Example
White with #E22241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22241; }
p { color: rgb(226,34,65); }
H1.HeaderClassName
{
color: #E22241;
}
.AnyTagClassName
{
color: #E22241;
}
</style>
background-color css
<style>
a { background-color: #E22241; }
a { background-color: rgb(226,34,65); }
div.DivClassName
{
background-color: #E22241;
}
.BgClassName
{
background-color: #E22241;
}
</style>
border-color css
<style>
span { border-color: #E22241; }
span { border-color: rgb(226,34,65); }
td.TdClassName
{
border-color: #E22241;
}
.TagClassName
{
border-color: #E22241;
}
</style>