Shades of Alizarin #E1213F
Tints of Alizarin #E1213F
RGB
CMYK
RGB Variations
Color information
#E1213F (or 0xE1213F) is known color: Alizarin. HEX triplet: E1, 21 and 3F. RGB value is (225,33,63). Sum of RGB (Red+Green+Blue) = 225+33+63=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1213F is #1EDEC0. Grayscale: #5D5D5D. Windows color (decimal): -2023105 or 4137441. OLE color: 4137441.
HSL color Cylindrical-coordinate representation of color #E1213F: hue angle of 350.62º 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 #E1213F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.12 |
| HSL | 350.63º | 0.76% | 0.51% | - |
| HSV(B) | 350.63º | 0.85% | 0.88% | - |
| XYZ | 32.49 | 17.45 | 6.36 | - |
| YUV | 93.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 63 | 0 | 0.85 | 0.72 | 0.12 | 350.63 | 0.76 | 0.51 |
| Hex | E1 | 21 | 3F | 0 | 55 | 48 | C | 15F | 4C | 33 |
| Octal | 341 | 41 | 77 | 0 | 125 | 110 | 14 | 537 | 114 | 63 |
| Binary | 11100001 | 100001 | 111111 | 0 | 1010101 | 1001000 | 1100 | 101011111 | 1001100 | 110011 |
Color Harmonies of #E1213F
Complementary color
Monochromatic Colors of #E1213F
Black with #E1213F
Text Example
Text Example
White with #E1213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1213F; }
p { color: rgb(225,33,63); }
H1.HeaderClassName
{
color: #E1213F;
}
.AnyTagClassName
{
color: #E1213F;
}
</style>
background-color css
<style>
a { background-color: #E1213F; }
a { background-color: rgb(225,33,63); }
div.DivClassName
{
background-color: #E1213F;
}
.BgClassName
{
background-color: #E1213F;
}
</style>
border-color css
<style>
span { border-color: #E1213F; }
span { border-color: rgb(225,33,63); }
td.TdClassName
{
border-color: #E1213F;
}
.TagClassName
{
border-color: #E1213F;
}
</style>