Shades of Alizarin #E0172A
Tints of Alizarin #E0172A
RGB
CMYK
RGB Variations
Color information
#E0172A (or 0xE0172A) is known color: Alizarin. HEX triplet: E0, 17 and 2A. RGB value is (224,23,42). Sum of RGB (Red+Green+Blue) = 224+23+42=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0172A is #1FE8D5. Grayscale: #555555. Windows color (decimal): -2091222 or 2758624. OLE color: 2758624.
HSL color Cylindrical-coordinate representation of color #E0172A: hue angle of 354.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0172A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.12 |
| HSL | 354.33º | 0.81% | 0.48% | - |
| HSV(B) | 354.33º | 0.9% | 0.88% | - |
| XYZ | 31.46 | 16.63 | 3.74 | - |
| YUV | 85.27 | 103.59 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 42 | 0 | 0.90 | 0.81 | 0.12 | 354.33 | 0.81 | 0.48 |
| Hex | E0 | 17 | 2A | 0 | 5A | 51 | C | 162 | 51 | 30 |
| Octal | 340 | 27 | 52 | 0 | 132 | 121 | 14 | 542 | 121 | 60 |
| Binary | 11100000 | 10111 | 101010 | 0 | 1011010 | 1010001 | 1100 | 101100010 | 1010001 | 110000 |
Color Harmonies of #E0172A
Complementary color
Monochromatic Colors of #E0172A
Black with #E0172A
Text Example
Text Example
White with #E0172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0172A; }
p { color: rgb(224,23,42); }
H1.HeaderClassName
{
color: #E0172A;
}
.AnyTagClassName
{
color: #E0172A;
}
</style>
background-color css
<style>
a { background-color: #E0172A; }
a { background-color: rgb(224,23,42); }
div.DivClassName
{
background-color: #E0172A;
}
.BgClassName
{
background-color: #E0172A;
}
</style>
border-color css
<style>
span { border-color: #E0172A; }
span { border-color: rgb(224,23,42); }
td.TdClassName
{
border-color: #E0172A;
}
.TagClassName
{
border-color: #E0172A;
}
</style>