Shades of Alizarin #E1192C
Tints of Alizarin #E1192C
RGB
CMYK
RGB Variations
Color information
#E1192C (or 0xE1192C) is known color: Alizarin. HEX triplet: E1, 19 and 2C. RGB value is (225,25,44). Sum of RGB (Red+Green+Blue) = 225+25+44=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1192C is #1EE6D3. Grayscale: #575757. Windows color (decimal): -2025172 or 2890209. OLE color: 2890209.
HSL color Cylindrical-coordinate representation of color #E1192C: hue angle of 354.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1192C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.12 |
| HSL | 354.3º | 0.8% | 0.49% | - |
| HSV(B) | 354.3º | 0.89% | 0.88% | - |
| XYZ | 31.85 | 16.88 | 3.96 | - |
| YUV | 86.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 44 | 0 | 0.89 | 0.80 | 0.12 | 354.3 | 0.8 | 0.49 |
| Hex | E1 | 19 | 2C | 0 | 59 | 50 | C | 162 | 50 | 31 |
| Octal | 341 | 31 | 54 | 0 | 131 | 120 | 14 | 542 | 120 | 61 |
| Binary | 11100001 | 11001 | 101100 | 0 | 1011001 | 1010000 | 1100 | 101100010 | 1010000 | 110001 |
Color Harmonies of #E1192C
Complementary color
Monochromatic Colors of #E1192C
Black with #E1192C
Text Example
Text Example
White with #E1192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1192C; }
p { color: rgb(225,25,44); }
H1.HeaderClassName
{
color: #E1192C;
}
.AnyTagClassName
{
color: #E1192C;
}
</style>
background-color css
<style>
a { background-color: #E1192C; }
a { background-color: rgb(225,25,44); }
div.DivClassName
{
background-color: #E1192C;
}
.BgClassName
{
background-color: #E1192C;
}
</style>
border-color css
<style>
span { border-color: #E1192C; }
span { border-color: rgb(225,25,44); }
td.TdClassName
{
border-color: #E1192C;
}
.TagClassName
{
border-color: #E1192C;
}
</style>