Shades of Alizarin #E2243E
Tints of Alizarin #E2243E
RGB
CMYK
RGB Variations
Color information
#E2243E (or 0xE2243E) is known color: Alizarin. HEX triplet: E2, 24 and 3E. RGB value is (226,36,62). Sum of RGB (Red+Green+Blue) = 226+36+62=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2243E is #1DDBC1. Grayscale: #5F5F5F. Windows color (decimal): -1956802 or 4072674. OLE color: 4072674.
HSL color Cylindrical-coordinate representation of color #E2243E: hue angle of 351.79º 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 #E2243E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 62 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.11 |
| HSL | 351.79º | 0.77% | 0.51% | - |
| HSV(B) | 351.79º | 0.84% | 0.89% | - |
| XYZ | 32.86 | 17.78 | 6.26 | - |
| YUV | 95.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 62 | 0 | 0.84 | 0.73 | 0.11 | 351.79 | 0.77 | 0.51 |
| Hex | E2 | 24 | 3E | 0 | 54 | 49 | B | 160 | 4D | 33 |
| Octal | 342 | 44 | 76 | 0 | 124 | 111 | 13 | 540 | 115 | 63 |
| Binary | 11100010 | 100100 | 111110 | 0 | 1010100 | 1001001 | 1011 | 101100000 | 1001101 | 110011 |
Color Harmonies of #E2243E
Complementary color
Monochromatic Colors of #E2243E
Black with #E2243E
Text Example
Text Example
White with #E2243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2243E; }
p { color: rgb(226,36,62); }
H1.HeaderClassName
{
color: #E2243E;
}
.AnyTagClassName
{
color: #E2243E;
}
</style>
background-color css
<style>
a { background-color: #E2243E; }
a { background-color: rgb(226,36,62); }
div.DivClassName
{
background-color: #E2243E;
}
.BgClassName
{
background-color: #E2243E;
}
</style>
border-color css
<style>
span { border-color: #E2243E; }
span { border-color: rgb(226,36,62); }
td.TdClassName
{
border-color: #E2243E;
}
.TagClassName
{
border-color: #E2243E;
}
</style>