Shades of Alizarin #E7192A
Tints of Alizarin #E7192A
RGB
CMYK
RGB Variations
Color information
#E7192A (or 0xE7192A) is known color: Alizarin. HEX triplet: E7, 19 and 2A. RGB value is (231,25,42). Sum of RGB (Red+Green+Blue) = 231+25+42=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E7192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7192A is #18E6D5. Grayscale: #585858. Windows color (decimal): -1631958 or 2759143. OLE color: 2759143.
HSL color Cylindrical-coordinate representation of color #E7192A: hue angle of 355.05º 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 #E7192A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 42 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.09 |
| HSL | 355.05º | 0.81% | 0.5% | - |
| HSV(B) | 355.05º | 0.89% | 0.91% | - |
| XYZ | 33.72 | 17.85 | 3.86 | - |
| YUV | 88.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 42 | 0 | 0.89 | 0.82 | 0.09 | 355.05 | 0.81 | 0.5 |
| Hex | E7 | 19 | 2A | 0 | 59 | 52 | 9 | 163 | 51 | 32 |
| Octal | 347 | 31 | 52 | 0 | 131 | 122 | 11 | 543 | 121 | 62 |
| Binary | 11100111 | 11001 | 101010 | 0 | 1011001 | 1010010 | 1001 | 101100011 | 1010001 | 110010 |
Color Harmonies of #E7192A
Complementary color
Monochromatic Colors of #E7192A
Black with #E7192A
Text Example
Text Example
White with #E7192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7192A; }
p { color: rgb(231,25,42); }
H1.HeaderClassName
{
color: #E7192A;
}
.AnyTagClassName
{
color: #E7192A;
}
</style>
background-color css
<style>
a { background-color: #E7192A; }
a { background-color: rgb(231,25,42); }
div.DivClassName
{
background-color: #E7192A;
}
.BgClassName
{
background-color: #E7192A;
}
</style>
border-color css
<style>
span { border-color: #E7192A; }
span { border-color: rgb(231,25,42); }
td.TdClassName
{
border-color: #E7192A;
}
.TagClassName
{
border-color: #E7192A;
}
</style>