Shades of Alizarin #E8172E
Tints of Alizarin #E8172E
RGB
CMYK
RGB Variations
Color information
#E8172E (or 0xE8172E) is known color: Alizarin. HEX triplet: E8, 17 and 2E. RGB value is (232,23,46). Sum of RGB (Red+Green+Blue) = 232+23+46=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E8172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8172E is #17E8D1. Grayscale: #585858. Windows color (decimal): -1566930 or 3020776. OLE color: 3020776.
HSL color Cylindrical-coordinate representation of color #E8172E: hue angle of 353.4º degrees, saturation: 0.82, 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 #E8172E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 46 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.09 |
| HSL | 353.4º | 0.82% | 0.5% | - |
| HSV(B) | 353.4º | 0.9% | 0.91% | - |
| XYZ | 34.08 | 17.97 | 4.26 | - |
| YUV | 88.11 | 104.24 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 46 | 0 | 0.90 | 0.80 | 0.09 | 353.4 | 0.82 | 0.5 |
| Hex | E8 | 17 | 2E | 0 | 5A | 50 | 9 | 161 | 52 | 32 |
| Octal | 350 | 27 | 56 | 0 | 132 | 120 | 11 | 541 | 122 | 62 |
| Binary | 11101000 | 10111 | 101110 | 0 | 1011010 | 1010000 | 1001 | 101100001 | 1010010 | 110010 |
Color Harmonies of #E8172E
Complementary color
Monochromatic Colors of #E8172E
Black with #E8172E
Text Example
Text Example
White with #E8172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8172E; }
p { color: rgb(232,23,46); }
H1.HeaderClassName
{
color: #E8172E;
}
.AnyTagClassName
{
color: #E8172E;
}
</style>
background-color css
<style>
a { background-color: #E8172E; }
a { background-color: rgb(232,23,46); }
div.DivClassName
{
background-color: #E8172E;
}
.BgClassName
{
background-color: #E8172E;
}
</style>
border-color css
<style>
span { border-color: #E8172E; }
span { border-color: rgb(232,23,46); }
td.TdClassName
{
border-color: #E8172E;
}
.TagClassName
{
border-color: #E8172E;
}
</style>