Shades of Alizarin #E1223F
Tints of Alizarin #E1223F
RGB
CMYK
RGB Variations
Color information
#E1223F (or 0xE1223F) is known color: Alizarin. HEX triplet: E1, 22 and 3F. RGB value is (225,34,63). Sum of RGB (Red+Green+Blue) = 225+34+63=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1223F is #1EDDC0. Grayscale: #5E5E5E. Windows color (decimal): -2022849 or 4137697. OLE color: 4137697.
HSL color Cylindrical-coordinate representation of color #E1223F: hue angle of 350.89º 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 #E1223F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.12 |
| HSL | 350.89º | 0.76% | 0.51% | - |
| HSV(B) | 350.89º | 0.85% | 0.88% | - |
| XYZ | 32.52 | 17.51 | 6.37 | - |
| YUV | 94.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 63 | 0 | 0.85 | 0.72 | 0.12 | 350.89 | 0.76 | 0.51 |
| Hex | E1 | 22 | 3F | 0 | 55 | 48 | C | 15F | 4C | 33 |
| Octal | 341 | 42 | 77 | 0 | 125 | 110 | 14 | 537 | 114 | 63 |
| Binary | 11100001 | 100010 | 111111 | 0 | 1010101 | 1001000 | 1100 | 101011111 | 1001100 | 110011 |
Color Harmonies of #E1223F
Complementary color
Monochromatic Colors of #E1223F
Black with #E1223F
Text Example
Text Example
White with #E1223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1223F; }
p { color: rgb(225,34,63); }
H1.HeaderClassName
{
color: #E1223F;
}
.AnyTagClassName
{
color: #E1223F;
}
</style>
background-color css
<style>
a { background-color: #E1223F; }
a { background-color: rgb(225,34,63); }
div.DivClassName
{
background-color: #E1223F;
}
.BgClassName
{
background-color: #E1223F;
}
</style>
border-color css
<style>
span { border-color: #E1223F; }
span { border-color: rgb(225,34,63); }
td.TdClassName
{
border-color: #E1223F;
}
.TagClassName
{
border-color: #E1223F;
}
</style>