Shades of Alizarin #E2222C
Tints of Alizarin #E2222C
RGB
CMYK
RGB Variations
Color information
#E2222C (or 0xE2222C) is known color: Alizarin. HEX triplet: E2, 22 and 2C. RGB value is (226,34,44). Sum of RGB (Red+Green+Blue) = 226+34+44=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2222C is #1DDDD3. Grayscale: #5C5C5C. Windows color (decimal): -1957332 or 2892514. OLE color: 2892514.
HSL color Cylindrical-coordinate representation of color #E2222C: hue angle of 356.88º 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 #E2222C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 44 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.11 |
| HSL | 356.88º | 0.77% | 0.51% | - |
| HSV(B) | 356.88º | 0.85% | 0.89% | - |
| XYZ | 32.39 | 17.49 | 4.05 | - |
| YUV | 92.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 44 | 0 | 0.85 | 0.81 | 0.11 | 356.88 | 0.77 | 0.51 |
| Hex | E2 | 22 | 2C | 0 | 55 | 51 | B | 165 | 4D | 33 |
| Octal | 342 | 42 | 54 | 0 | 125 | 121 | 13 | 545 | 115 | 63 |
| Binary | 11100010 | 100010 | 101100 | 0 | 1010101 | 1010001 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E2222C
Complementary color
Monochromatic Colors of #E2222C
Black with #E2222C
Text Example
Text Example
White with #E2222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2222C; }
p { color: rgb(226,34,44); }
H1.HeaderClassName
{
color: #E2222C;
}
.AnyTagClassName
{
color: #E2222C;
}
</style>
background-color css
<style>
a { background-color: #E2222C; }
a { background-color: rgb(226,34,44); }
div.DivClassName
{
background-color: #E2222C;
}
.BgClassName
{
background-color: #E2222C;
}
</style>
border-color css
<style>
span { border-color: #E2222C; }
span { border-color: rgb(226,34,44); }
td.TdClassName
{
border-color: #E2222C;
}
.TagClassName
{
border-color: #E2222C;
}
</style>