Shades of Alizarin #E5192F
Tints of Alizarin #E5192F
RGB
CMYK
RGB Variations
Color information
#E5192F (or 0xE5192F) is known color: Alizarin. HEX triplet: E5, 19 and 2F. RGB value is (229,25,47). Sum of RGB (Red+Green+Blue) = 229+25+47=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E5192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5192F is #1AE6D0. Grayscale: #585858. Windows color (decimal): -1763025 or 3086821. OLE color: 3086821.
HSL color Cylindrical-coordinate representation of color #E5192F: hue angle of 353.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5192F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 47 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.10 |
| HSL | 353.53º | 0.8% | 0.5% | - |
| HSV(B) | 353.53º | 0.89% | 0.9% | - |
| XYZ | 33.17 | 17.56 | 4.33 | - |
| YUV | 88.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 47 | 0 | 0.89 | 0.79 | 0.10 | 353.53 | 0.8 | 0.5 |
| Hex | E5 | 19 | 2F | 0 | 59 | 4F | A | 162 | 50 | 32 |
| Octal | 345 | 31 | 57 | 0 | 131 | 117 | 12 | 542 | 120 | 62 |
| Binary | 11100101 | 11001 | 101111 | 0 | 1011001 | 1001111 | 1010 | 101100010 | 1010000 | 110010 |
Color Harmonies of #E5192F
Complementary color
Monochromatic Colors of #E5192F
Black with #E5192F
Text Example
Text Example
White with #E5192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5192F; }
p { color: rgb(229,25,47); }
H1.HeaderClassName
{
color: #E5192F;
}
.AnyTagClassName
{
color: #E5192F;
}
</style>
background-color css
<style>
a { background-color: #E5192F; }
a { background-color: rgb(229,25,47); }
div.DivClassName
{
background-color: #E5192F;
}
.BgClassName
{
background-color: #E5192F;
}
</style>
border-color css
<style>
span { border-color: #E5192F; }
span { border-color: rgb(229,25,47); }
td.TdClassName
{
border-color: #E5192F;
}
.TagClassName
{
border-color: #E5192F;
}
</style>