Shades of Alizarin #E7162C
Tints of Alizarin #E7162C
RGB
CMYK
RGB Variations
Color information
#E7162C (or 0xE7162C) is known color: Alizarin. HEX triplet: E7, 16 and 2C. RGB value is (231,22,44). Sum of RGB (Red+Green+Blue) = 231+22+44=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7162C is #18E9D3. Grayscale: #575757. Windows color (decimal): -1632724 or 2889447. OLE color: 2889447.
HSL color Cylindrical-coordinate representation of color #E7162C: hue angle of 353.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7162C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.09 |
| HSL | 353.68º | 0.83% | 0.5% | - |
| HSV(B) | 353.68º | 0.9% | 0.91% | - |
| XYZ | 33.7 | 17.74 | 4.03 | - |
| YUV | 87 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 44 | 0 | 0.90 | 0.81 | 0.09 | 353.68 | 0.83 | 0.5 |
| Hex | E7 | 16 | 2C | 0 | 5A | 51 | 9 | 162 | 53 | 32 |
| Octal | 347 | 26 | 54 | 0 | 132 | 121 | 11 | 542 | 123 | 62 |
| Binary | 11100111 | 10110 | 101100 | 0 | 1011010 | 1010001 | 1001 | 101100010 | 1010011 | 110010 |
Color Harmonies of #E7162C
Complementary color
Monochromatic Colors of #E7162C
Black with #E7162C
Text Example
Text Example
White with #E7162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7162C; }
p { color: rgb(231,22,44); }
H1.HeaderClassName
{
color: #E7162C;
}
.AnyTagClassName
{
color: #E7162C;
}
</style>
background-color css
<style>
a { background-color: #E7162C; }
a { background-color: rgb(231,22,44); }
div.DivClassName
{
background-color: #E7162C;
}
.BgClassName
{
background-color: #E7162C;
}
</style>
border-color css
<style>
span { border-color: #E7162C; }
span { border-color: rgb(231,22,44); }
td.TdClassName
{
border-color: #E7162C;
}
.TagClassName
{
border-color: #E7162C;
}
</style>