Shades of Alizarin #E22432
Tints of Alizarin #E22432
RGB
CMYK
RGB Variations
Color information
#E22432 (or 0xE22432) is known color: Alizarin. HEX triplet: E2, 24 and 32. RGB value is (226,36,50). Sum of RGB (Red+Green+Blue) = 226+36+50=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E22432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22432 is #1DDBCD. Grayscale: #5E5E5E. Windows color (decimal): -1956814 or 3286242. OLE color: 3286242.
HSL color Cylindrical-coordinate representation of color #E22432: hue angle of 355.58º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E22432 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 50 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.11 |
| HSL | 355.58º | 0.77% | 0.51% | - |
| HSV(B) | 355.58º | 0.84% | 0.89% | - |
| XYZ | 32.57 | 17.66 | 4.71 | - |
| YUV | 94.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 50 | 0 | 0.84 | 0.78 | 0.11 | 355.58 | 0.77 | 0.51 |
| Hex | E2 | 24 | 32 | 0 | 54 | 4E | B | 164 | 4D | 33 |
| Octal | 342 | 44 | 62 | 0 | 124 | 116 | 13 | 544 | 115 | 63 |
| Binary | 11100010 | 100100 | 110010 | 0 | 1010100 | 1001110 | 1011 | 101100100 | 1001101 | 110011 |
Color Harmonies of #E22432
Complementary color
Monochromatic Colors of #E22432
Black with #E22432
Text Example
Text Example
White with #E22432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22432; }
p { color: rgb(226,36,50); }
H1.HeaderClassName
{
color: #E22432;
}
.AnyTagClassName
{
color: #E22432;
}
</style>
background-color css
<style>
a { background-color: #E22432; }
a { background-color: rgb(226,36,50); }
div.DivClassName
{
background-color: #E22432;
}
.BgClassName
{
background-color: #E22432;
}
</style>
border-color css
<style>
span { border-color: #E22432; }
span { border-color: rgb(226,36,50); }
td.TdClassName
{
border-color: #E22432;
}
.TagClassName
{
border-color: #E22432;
}
</style>