Shades of Alizarin #E22D41
Tints of Alizarin #E22D41
RGB
CMYK
RGB Variations
Color information
#E22D41 (or 0xE22D41) is known color: Alizarin. HEX triplet: E2, 2D and 41. RGB value is (226,45,65). Sum of RGB (Red+Green+Blue) = 226+45+65=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22D41 is #1DD2BE. Grayscale: #656565. Windows color (decimal): -1954495 or 4271586. OLE color: 4271586.
HSL color Cylindrical-coordinate representation of color #E22D41: hue angle of 353.37º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D41 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 65 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.11 |
| HSL | 353.37º | 0.76% | 0.53% | - |
| HSV(B) | 353.37º | 0.8% | 0.89% | - |
| XYZ | 33.26 | 18.43 | 6.81 | - |
| YUV | 101.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 65 | 0 | 0.80 | 0.71 | 0.11 | 353.37 | 0.76 | 0.53 |
| Hex | E2 | 2D | 41 | 0 | 50 | 47 | B | 161 | 4C | 35 |
| Octal | 342 | 55 | 101 | 0 | 120 | 107 | 13 | 541 | 114 | 65 |
| Binary | 11100010 | 101101 | 1000001 | 0 | 1010000 | 1000111 | 1011 | 101100001 | 1001100 | 110101 |
Color Harmonies of #E22D41
Complementary color
Monochromatic Colors of #E22D41
Black with #E22D41
Text Example
Text Example
White with #E22D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D41; }
p { color: rgb(226,45,65); }
H1.HeaderClassName
{
color: #E22D41;
}
.AnyTagClassName
{
color: #E22D41;
}
</style>
background-color css
<style>
a { background-color: #E22D41; }
a { background-color: rgb(226,45,65); }
div.DivClassName
{
background-color: #E22D41;
}
.BgClassName
{
background-color: #E22D41;
}
</style>
border-color css
<style>
span { border-color: #E22D41; }
span { border-color: rgb(226,45,65); }
td.TdClassName
{
border-color: #E22D41;
}
.TagClassName
{
border-color: #E22D41;
}
</style>