Shades of Alizarin #E5172A
Tints of Alizarin #E5172A
RGB
CMYK
RGB Variations
Color information
#E5172A (or 0xE5172A) is known color: Alizarin. HEX triplet: E5, 17 and 2A. RGB value is (229,23,42). Sum of RGB (Red+Green+Blue) = 229+23+42=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5172A is #1AE8D5. Grayscale: #565656. Windows color (decimal): -1763542 or 2758629. OLE color: 2758629.
HSL color Cylindrical-coordinate representation of color #E5172A: hue angle of 354.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5172A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.10 |
| HSL | 354.47º | 0.82% | 0.49% | - |
| HSV(B) | 354.47º | 0.9% | 0.9% | - |
| XYZ | 33.04 | 17.44 | 3.82 | - |
| YUV | 86.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 42 | 0 | 0.90 | 0.82 | 0.10 | 354.47 | 0.82 | 0.49 |
| Hex | E5 | 17 | 2A | 0 | 5A | 52 | A | 162 | 52 | 31 |
| Octal | 345 | 27 | 52 | 0 | 132 | 122 | 12 | 542 | 122 | 61 |
| Binary | 11100101 | 10111 | 101010 | 0 | 1011010 | 1010010 | 1010 | 101100010 | 1010010 | 110001 |
Color Harmonies of #E5172A
Complementary color
Monochromatic Colors of #E5172A
Black with #E5172A
Text Example
Text Example
White with #E5172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5172A; }
p { color: rgb(229,23,42); }
H1.HeaderClassName
{
color: #E5172A;
}
.AnyTagClassName
{
color: #E5172A;
}
</style>
background-color css
<style>
a { background-color: #E5172A; }
a { background-color: rgb(229,23,42); }
div.DivClassName
{
background-color: #E5172A;
}
.BgClassName
{
background-color: #E5172A;
}
</style>
border-color css
<style>
span { border-color: #E5172A; }
span { border-color: rgb(229,23,42); }
td.TdClassName
{
border-color: #E5172A;
}
.TagClassName
{
border-color: #E5172A;
}
</style>