Shades of Alizarin #E1172A
Tints of Alizarin #E1172A
RGB
CMYK
RGB Variations
Color information
#E1172A (or 0xE1172A) is known color: Alizarin. HEX triplet: E1, 17 and 2A. RGB value is (225,23,42). Sum of RGB (Red+Green+Blue) = 225+23+42=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E1172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1172A is #1EE8D5. Grayscale: #555555. Windows color (decimal): -2025686 or 2758625. OLE color: 2758625.
HSL color Cylindrical-coordinate representation of color #E1172A: hue angle of 354.36º 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 #E1172A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.12 |
| HSL | 354.36º | 0.81% | 0.49% | - |
| HSV(B) | 354.36º | 0.9% | 0.88% | - |
| XYZ | 31.78 | 16.79 | 3.76 | - |
| YUV | 85.56 | 103.42 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 42 | 0 | 0.90 | 0.81 | 0.12 | 354.36 | 0.81 | 0.49 |
| Hex | E1 | 17 | 2A | 0 | 5A | 51 | C | 162 | 51 | 31 |
| Octal | 341 | 27 | 52 | 0 | 132 | 121 | 14 | 542 | 121 | 61 |
| Binary | 11100001 | 10111 | 101010 | 0 | 1011010 | 1010001 | 1100 | 101100010 | 1010001 | 110001 |
Color Harmonies of #E1172A
Complementary color
Monochromatic Colors of #E1172A
Black with #E1172A
Text Example
Text Example
White with #E1172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1172A; }
p { color: rgb(225,23,42); }
H1.HeaderClassName
{
color: #E1172A;
}
.AnyTagClassName
{
color: #E1172A;
}
</style>
background-color css
<style>
a { background-color: #E1172A; }
a { background-color: rgb(225,23,42); }
div.DivClassName
{
background-color: #E1172A;
}
.BgClassName
{
background-color: #E1172A;
}
</style>
border-color css
<style>
span { border-color: #E1172A; }
span { border-color: rgb(225,23,42); }
td.TdClassName
{
border-color: #E1172A;
}
.TagClassName
{
border-color: #E1172A;
}
</style>