Shades of Alizarin #E1192F
Tints of Alizarin #E1192F
RGB
CMYK
RGB Variations
Color information
#E1192F (or 0xE1192F) is known color: Alizarin. HEX triplet: E1, 19 and 2F. RGB value is (225,25,47). Sum of RGB (Red+Green+Blue) = 225+25+47=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E1192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1192F is #1EE6D0. Grayscale: #575757. Windows color (decimal): -2025169 or 3086817. OLE color: 3086817.
HSL color Cylindrical-coordinate representation of color #E1192F: hue angle of 353.4º 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 #E1192F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 47 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.12 |
| HSL | 353.4º | 0.8% | 0.49% | - |
| HSV(B) | 353.4º | 0.89% | 0.88% | - |
| XYZ | 31.91 | 16.91 | 4.27 | - |
| YUV | 87.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 47 | 0 | 0.89 | 0.79 | 0.12 | 353.4 | 0.8 | 0.49 |
| Hex | E1 | 19 | 2F | 0 | 59 | 4F | C | 161 | 50 | 31 |
| Octal | 341 | 31 | 57 | 0 | 131 | 117 | 14 | 541 | 120 | 61 |
| Binary | 11100001 | 11001 | 101111 | 0 | 1011001 | 1001111 | 1100 | 101100001 | 1010000 | 110001 |
Color Harmonies of #E1192F
Complementary color
Monochromatic Colors of #E1192F
Black with #E1192F
Text Example
Text Example
White with #E1192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1192F; }
p { color: rgb(225,25,47); }
H1.HeaderClassName
{
color: #E1192F;
}
.AnyTagClassName
{
color: #E1192F;
}
</style>
background-color css
<style>
a { background-color: #E1192F; }
a { background-color: rgb(225,25,47); }
div.DivClassName
{
background-color: #E1192F;
}
.BgClassName
{
background-color: #E1192F;
}
</style>
border-color css
<style>
span { border-color: #E1192F; }
span { border-color: rgb(225,25,47); }
td.TdClassName
{
border-color: #E1192F;
}
.TagClassName
{
border-color: #E1192F;
}
</style>