Shades of Alizarin #E1172C
Tints of Alizarin #E1172C
RGB
CMYK
RGB Variations
Color information
#E1172C (or 0xE1172C) is known color: Alizarin. HEX triplet: E1, 17 and 2C. RGB value is (225,23,44). Sum of RGB (Red+Green+Blue) = 225+23+44=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1172C is #1EE8D3. Grayscale: #555555. Windows color (decimal): -2025684 or 2889697. OLE color: 2889697.
HSL color Cylindrical-coordinate representation of color #E1172C: hue angle of 353.76º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1172C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 44 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.12 |
| HSL | 353.76º | 0.81% | 0.49% | - |
| HSV(B) | 353.76º | 0.9% | 0.88% | - |
| XYZ | 31.81 | 16.8 | 3.95 | - |
| YUV | 85.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 44 | 0 | 0.90 | 0.80 | 0.12 | 353.76 | 0.81 | 0.49 |
| Hex | E1 | 17 | 2C | 0 | 5A | 50 | C | 162 | 51 | 31 |
| Octal | 341 | 27 | 54 | 0 | 132 | 120 | 14 | 542 | 121 | 61 |
| Binary | 11100001 | 10111 | 101100 | 0 | 1011010 | 1010000 | 1100 | 101100010 | 1010001 | 110001 |
Color Harmonies of #E1172C
Complementary color
Monochromatic Colors of #E1172C
Black with #E1172C
Text Example
Text Example
White with #E1172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1172C; }
p { color: rgb(225,23,44); }
H1.HeaderClassName
{
color: #E1172C;
}
.AnyTagClassName
{
color: #E1172C;
}
</style>
background-color css
<style>
a { background-color: #E1172C; }
a { background-color: rgb(225,23,44); }
div.DivClassName
{
background-color: #E1172C;
}
.BgClassName
{
background-color: #E1172C;
}
</style>
border-color css
<style>
span { border-color: #E1172C; }
span { border-color: rgb(225,23,44); }
td.TdClassName
{
border-color: #E1172C;
}
.TagClassName
{
border-color: #E1172C;
}
</style>