Shades of Alizarin #E4172E
Tints of Alizarin #E4172E
RGB
CMYK
RGB Variations
Color information
#E4172E (or 0xE4172E) is known color: Alizarin. HEX triplet: E4, 17 and 2E. RGB value is (228,23,46). Sum of RGB (Red+Green+Blue) = 228+23+46=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E4172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4172E is #1BE8D1. Grayscale: #575757. Windows color (decimal): -1829074 or 3020772. OLE color: 3020772.
HSL color Cylindrical-coordinate representation of color #E4172E: hue angle of 353.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4172E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 46 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.11 |
| HSL | 353.27º | 0.82% | 0.49% | - |
| HSV(B) | 353.27º | 0.9% | 0.89% | - |
| XYZ | 32.79 | 17.3 | 4.2 | - |
| YUV | 86.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 46 | 0 | 0.90 | 0.80 | 0.11 | 353.27 | 0.82 | 0.49 |
| Hex | E4 | 17 | 2E | 0 | 5A | 50 | B | 161 | 52 | 31 |
| Octal | 344 | 27 | 56 | 0 | 132 | 120 | 13 | 541 | 122 | 61 |
| Binary | 11100100 | 10111 | 101110 | 0 | 1011010 | 1010000 | 1011 | 101100001 | 1010010 | 110001 |
Color Harmonies of #E4172E
Complementary color
Monochromatic Colors of #E4172E
Black with #E4172E
Text Example
Text Example
White with #E4172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4172E; }
p { color: rgb(228,23,46); }
H1.HeaderClassName
{
color: #E4172E;
}
.AnyTagClassName
{
color: #E4172E;
}
</style>
background-color css
<style>
a { background-color: #E4172E; }
a { background-color: rgb(228,23,46); }
div.DivClassName
{
background-color: #E4172E;
}
.BgClassName
{
background-color: #E4172E;
}
</style>
border-color css
<style>
span { border-color: #E4172E; }
span { border-color: rgb(228,23,46); }
td.TdClassName
{
border-color: #E4172E;
}
.TagClassName
{
border-color: #E4172E;
}
</style>