Shades of Alizarin #E22B40
Tints of Alizarin #E22B40
RGB
CMYK
RGB Variations
Color information
#E22B40 (or 0xE22B40) is known color: Alizarin. HEX triplet: E2, 2B and 40. RGB value is (226,43,64). Sum of RGB (Red+Green+Blue) = 226+43+64=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B40 is #1DD4BF. Grayscale: #646464. Windows color (decimal): -1955008 or 4205538. OLE color: 4205538.
HSL color Cylindrical-coordinate representation of color #E22B40: hue angle of 353.11º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22B40 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 43 | 64 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.11 |
| HSL | 353.11º | 0.76% | 0.53% | - |
| HSV(B) | 353.11º | 0.81% | 0.89% | - |
| XYZ | 33.15 | 18.27 | 6.63 | - |
| YUV | 100.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 64 | 0 | 0.81 | 0.72 | 0.11 | 353.11 | 0.76 | 0.53 |
| Hex | E2 | 2B | 40 | 0 | 51 | 48 | B | 161 | 4C | 35 |
| Octal | 342 | 53 | 100 | 0 | 121 | 110 | 13 | 541 | 114 | 65 |
| Binary | 11100010 | 101011 | 1000000 | 0 | 1010001 | 1001000 | 1011 | 101100001 | 1001100 | 110101 |
Color Harmonies of #E22B40
Complementary color
Monochromatic Colors of #E22B40
Black with #E22B40
Text Example
Text Example
White with #E22B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22B40; }
p { color: rgb(226,43,64); }
H1.HeaderClassName
{
color: #E22B40;
}
.AnyTagClassName
{
color: #E22B40;
}
</style>
background-color css
<style>
a { background-color: #E22B40; }
a { background-color: rgb(226,43,64); }
div.DivClassName
{
background-color: #E22B40;
}
.BgClassName
{
background-color: #E22B40;
}
</style>
border-color css
<style>
span { border-color: #E22B40; }
span { border-color: rgb(226,43,64); }
td.TdClassName
{
border-color: #E22B40;
}
.TagClassName
{
border-color: #E22B40;
}
</style>