Shades of Alizarin #E8172C
Tints of Alizarin #E8172C
RGB
CMYK
RGB Variations
Color information
#E8172C (or 0xE8172C) is known color: Alizarin. HEX triplet: E8, 17 and 2C. RGB value is (232,23,44). Sum of RGB (Red+Green+Blue) = 232+23+44=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8172C is #17E8D3. Grayscale: #585858. Windows color (decimal): -1566932 or 2889704. OLE color: 2889704.
HSL color Cylindrical-coordinate representation of color #E8172C: hue angle of 353.97º 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 #E8172C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 44 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.09 |
| HSL | 353.97º | 0.82% | 0.5% | - |
| HSV(B) | 353.97º | 0.9% | 0.91% | - |
| XYZ | 34.04 | 17.95 | 4.05 | - |
| YUV | 87.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 44 | 0 | 0.90 | 0.81 | 0.09 | 353.97 | 0.82 | 0.5 |
| Hex | E8 | 17 | 2C | 0 | 5A | 51 | 9 | 162 | 52 | 32 |
| Octal | 350 | 27 | 54 | 0 | 132 | 121 | 11 | 542 | 122 | 62 |
| Binary | 11101000 | 10111 | 101100 | 0 | 1011010 | 1010001 | 1001 | 101100010 | 1010010 | 110010 |
Color Harmonies of #E8172C
Complementary color
Monochromatic Colors of #E8172C
Black with #E8172C
Text Example
Text Example
White with #E8172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8172C; }
p { color: rgb(232,23,44); }
H1.HeaderClassName
{
color: #E8172C;
}
.AnyTagClassName
{
color: #E8172C;
}
</style>
background-color css
<style>
a { background-color: #E8172C; }
a { background-color: rgb(232,23,44); }
div.DivClassName
{
background-color: #E8172C;
}
.BgClassName
{
background-color: #E8172C;
}
</style>
border-color css
<style>
span { border-color: #E8172C; }
span { border-color: rgb(232,23,44); }
td.TdClassName
{
border-color: #E8172C;
}
.TagClassName
{
border-color: #E8172C;
}
</style>