Shades of Alizarin #E1293E
Tints of Alizarin #E1293E
RGB
CMYK
RGB Variations
Color information
#E1293E (or 0xE1293E) is known color: Alizarin. HEX triplet: E1, 29 and 3E. RGB value is (225,41,62). Sum of RGB (Red+Green+Blue) = 225+41+62=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E1293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1293E is #1ED6C1. Grayscale: #626262. Windows color (decimal): -2021058 or 4073953. OLE color: 4073953.
HSL color Cylindrical-coordinate representation of color #E1293E: hue angle of 353.15º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1293E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.12 |
| HSL | 353.15º | 0.75% | 0.52% | - |
| HSV(B) | 353.15º | 0.82% | 0.88% | - |
| XYZ | 32.71 | 17.94 | 6.3 | - |
| YUV | 98.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 62 | 0 | 0.82 | 0.72 | 0.12 | 353.15 | 0.75 | 0.52 |
| Hex | E1 | 29 | 3E | 0 | 52 | 48 | C | 161 | 4B | 34 |
| Octal | 341 | 51 | 76 | 0 | 122 | 110 | 14 | 541 | 113 | 64 |
| Binary | 11100001 | 101001 | 111110 | 0 | 1010010 | 1001000 | 1100 | 101100001 | 1001011 | 110100 |
Color Harmonies of #E1293E
Complementary color
Monochromatic Colors of #E1293E
Black with #E1293E
Text Example
Text Example
White with #E1293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1293E; }
p { color: rgb(225,41,62); }
H1.HeaderClassName
{
color: #E1293E;
}
.AnyTagClassName
{
color: #E1293E;
}
</style>
background-color css
<style>
a { background-color: #E1293E; }
a { background-color: rgb(225,41,62); }
div.DivClassName
{
background-color: #E1293E;
}
.BgClassName
{
background-color: #E1293E;
}
</style>
border-color css
<style>
span { border-color: #E1293E; }
span { border-color: rgb(225,41,62); }
td.TdClassName
{
border-color: #E1293E;
}
.TagClassName
{
border-color: #E1293E;
}
</style>