Shades of Alizarin #E1213A
Tints of Alizarin #E1213A
RGB
CMYK
RGB Variations
Color information
#E1213A (or 0xE1213A) is known color: Alizarin. HEX triplet: E1, 21 and 3A. RGB value is (225,33,58). Sum of RGB (Red+Green+Blue) = 225+33+58=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E1213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1213A is #1EDEC5. Grayscale: #5D5D5D. Windows color (decimal): -2023110 or 3809761. OLE color: 3809761.
HSL color Cylindrical-coordinate representation of color #E1213A: hue angle of 352.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1213A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.12 |
| HSL | 352.19º | 0.76% | 0.51% | - |
| HSV(B) | 352.19º | 0.85% | 0.88% | - |
| XYZ | 32.36 | 17.4 | 5.66 | - |
| YUV | 93.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 58 | 0 | 0.85 | 0.74 | 0.12 | 352.19 | 0.76 | 0.51 |
| Hex | E1 | 21 | 3A | 0 | 55 | 4A | C | 160 | 4C | 33 |
| Octal | 341 | 41 | 72 | 0 | 125 | 112 | 14 | 540 | 114 | 63 |
| Binary | 11100001 | 100001 | 111010 | 0 | 1010101 | 1001010 | 1100 | 101100000 | 1001100 | 110011 |
Color Harmonies of #E1213A
Complementary color
Monochromatic Colors of #E1213A
Black with #E1213A
Text Example
Text Example
White with #E1213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1213A; }
p { color: rgb(225,33,58); }
H1.HeaderClassName
{
color: #E1213A;
}
.AnyTagClassName
{
color: #E1213A;
}
</style>
background-color css
<style>
a { background-color: #E1213A; }
a { background-color: rgb(225,33,58); }
div.DivClassName
{
background-color: #E1213A;
}
.BgClassName
{
background-color: #E1213A;
}
</style>
border-color css
<style>
span { border-color: #E1213A; }
span { border-color: rgb(225,33,58); }
td.TdClassName
{
border-color: #E1213A;
}
.TagClassName
{
border-color: #E1213A;
}
</style>