Shades of Alizarin #E2213A
Tints of Alizarin #E2213A
RGB
CMYK
RGB Variations
Color information
#E2213A (or 0xE2213A) is known color: Alizarin. HEX triplet: E2, 21 and 3A. RGB value is (226,33,58). Sum of RGB (Red+Green+Blue) = 226+33+58=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E2213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2213A is #1DDEC5. Grayscale: #5D5D5D. Windows color (decimal): -1957574 or 3809762. OLE color: 3809762.
HSL color Cylindrical-coordinate representation of color #E2213A: hue angle of 352.23º 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 #E2213A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.11 |
| HSL | 352.23º | 0.77% | 0.51% | - |
| HSV(B) | 352.23º | 0.85% | 0.89% | - |
| XYZ | 32.67 | 17.56 | 5.67 | - |
| YUV | 93.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 58 | 0 | 0.85 | 0.74 | 0.11 | 352.23 | 0.77 | 0.51 |
| Hex | E2 | 21 | 3A | 0 | 55 | 4A | B | 160 | 4D | 33 |
| Octal | 342 | 41 | 72 | 0 | 125 | 112 | 13 | 540 | 115 | 63 |
| Binary | 11100010 | 100001 | 111010 | 0 | 1010101 | 1001010 | 1011 | 101100000 | 1001101 | 110011 |
Color Harmonies of #E2213A
Complementary color
Monochromatic Colors of #E2213A
Black with #E2213A
Text Example
Text Example
White with #E2213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2213A; }
p { color: rgb(226,33,58); }
H1.HeaderClassName
{
color: #E2213A;
}
.AnyTagClassName
{
color: #E2213A;
}
</style>
background-color css
<style>
a { background-color: #E2213A; }
a { background-color: rgb(226,33,58); }
div.DivClassName
{
background-color: #E2213A;
}
.BgClassName
{
background-color: #E2213A;
}
</style>
border-color css
<style>
span { border-color: #E2213A; }
span { border-color: rgb(226,33,58); }
td.TdClassName
{
border-color: #E2213A;
}
.TagClassName
{
border-color: #E2213A;
}
</style>