Shades of Alizarin #E7192B
Tints of Alizarin #E7192B
RGB
CMYK
RGB Variations
Color information
#E7192B (or 0xE7192B) is known color: Alizarin. HEX triplet: E7, 19 and 2B. RGB value is (231,25,43). Sum of RGB (Red+Green+Blue) = 231+25+43=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E7192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7192B is #18E6D4. Grayscale: #585858. Windows color (decimal): -1631957 or 2824679. OLE color: 2824679.
HSL color Cylindrical-coordinate representation of color #E7192B: hue angle of 354.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7192B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.09 |
| HSL | 354.76º | 0.81% | 0.5% | - |
| HSV(B) | 354.76º | 0.89% | 0.91% | - |
| XYZ | 33.74 | 17.86 | 3.95 | - |
| YUV | 88.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 43 | 0 | 0.89 | 0.81 | 0.09 | 354.76 | 0.81 | 0.5 |
| Hex | E7 | 19 | 2B | 0 | 59 | 51 | 9 | 163 | 51 | 32 |
| Octal | 347 | 31 | 53 | 0 | 131 | 121 | 11 | 543 | 121 | 62 |
| Binary | 11100111 | 11001 | 101011 | 0 | 1011001 | 1010001 | 1001 | 101100011 | 1010001 | 110010 |
Color Harmonies of #E7192B
Complementary color
Monochromatic Colors of #E7192B
Black with #E7192B
Text Example
Text Example
White with #E7192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7192B; }
p { color: rgb(231,25,43); }
H1.HeaderClassName
{
color: #E7192B;
}
.AnyTagClassName
{
color: #E7192B;
}
</style>
background-color css
<style>
a { background-color: #E7192B; }
a { background-color: rgb(231,25,43); }
div.DivClassName
{
background-color: #E7192B;
}
.BgClassName
{
background-color: #E7192B;
}
</style>
border-color css
<style>
span { border-color: #E7192B; }
span { border-color: rgb(231,25,43); }
td.TdClassName
{
border-color: #E7192B;
}
.TagClassName
{
border-color: #E7192B;
}
</style>