Shades of Alizarin #E2192F
Tints of Alizarin #E2192F
RGB
CMYK
RGB Variations
Color information
#E2192F (or 0xE2192F) is known color: Alizarin. HEX triplet: E2, 19 and 2F. RGB value is (226,25,47). Sum of RGB (Red+Green+Blue) = 226+25+47=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E2192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2192F is #1DE6D0. Grayscale: #575757. Windows color (decimal): -1959633 or 3086818. OLE color: 3086818.
HSL color Cylindrical-coordinate representation of color #E2192F: hue angle of 353.43º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2192F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 47 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.11 |
| HSL | 353.43º | 0.8% | 0.49% | - |
| HSV(B) | 353.43º | 0.89% | 0.89% | - |
| XYZ | 32.22 | 17.07 | 4.29 | - |
| YUV | 87.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 47 | 0 | 0.89 | 0.79 | 0.11 | 353.43 | 0.8 | 0.49 |
| Hex | E2 | 19 | 2F | 0 | 59 | 4F | B | 161 | 50 | 31 |
| Octal | 342 | 31 | 57 | 0 | 131 | 117 | 13 | 541 | 120 | 61 |
| Binary | 11100010 | 11001 | 101111 | 0 | 1011001 | 1001111 | 1011 | 101100001 | 1010000 | 110001 |
Color Harmonies of #E2192F
Complementary color
Monochromatic Colors of #E2192F
Black with #E2192F
Text Example
Text Example
White with #E2192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2192F; }
p { color: rgb(226,25,47); }
H1.HeaderClassName
{
color: #E2192F;
}
.AnyTagClassName
{
color: #E2192F;
}
</style>
background-color css
<style>
a { background-color: #E2192F; }
a { background-color: rgb(226,25,47); }
div.DivClassName
{
background-color: #E2192F;
}
.BgClassName
{
background-color: #E2192F;
}
</style>
border-color css
<style>
span { border-color: #E2192F; }
span { border-color: rgb(226,25,47); }
td.TdClassName
{
border-color: #E2192F;
}
.TagClassName
{
border-color: #E2192F;
}
</style>