Shades of Alizarin #E2223A
Tints of Alizarin #E2223A
RGB
CMYK
RGB Variations
Color information
#E2223A (or 0xE2223A) is known color: Alizarin. HEX triplet: E2, 22 and 3A. RGB value is (226,34,58). Sum of RGB (Red+Green+Blue) = 226+34+58=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2223A is #1DDDC5. Grayscale: #5E5E5E. Windows color (decimal): -1957318 or 3810018. OLE color: 3810018.
HSL color Cylindrical-coordinate representation of color #E2223A: hue angle of 352.5º 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 #E2223A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.11 |
| HSL | 352.5º | 0.77% | 0.51% | - |
| HSV(B) | 352.5º | 0.85% | 0.89% | - |
| XYZ | 32.7 | 17.62 | 5.68 | - |
| YUV | 94.14 | 107.61 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 58 | 0 | 0.85 | 0.74 | 0.11 | 352.5 | 0.77 | 0.51 |
| Hex | E2 | 22 | 3A | 0 | 55 | 4A | B | 160 | 4D | 33 |
| Octal | 342 | 42 | 72 | 0 | 125 | 112 | 13 | 540 | 115 | 63 |
| Binary | 11100010 | 100010 | 111010 | 0 | 1010101 | 1001010 | 1011 | 101100000 | 1001101 | 110011 |
Color Harmonies of #E2223A
Complementary color
Monochromatic Colors of #E2223A
Black with #E2223A
Text Example
Text Example
White with #E2223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2223A; }
p { color: rgb(226,34,58); }
H1.HeaderClassName
{
color: #E2223A;
}
.AnyTagClassName
{
color: #E2223A;
}
</style>
background-color css
<style>
a { background-color: #E2223A; }
a { background-color: rgb(226,34,58); }
div.DivClassName
{
background-color: #E2223A;
}
.BgClassName
{
background-color: #E2223A;
}
</style>
border-color css
<style>
span { border-color: #E2223A; }
span { border-color: rgb(226,34,58); }
td.TdClassName
{
border-color: #E2223A;
}
.TagClassName
{
border-color: #E2223A;
}
</style>