Shades of Alizarin #E2172A
Tints of Alizarin #E2172A
RGB
CMYK
RGB Variations
Color information
#E2172A (or 0xE2172A) is known color: Alizarin. HEX triplet: E2, 17 and 2A. RGB value is (226,23,42). Sum of RGB (Red+Green+Blue) = 226+23+42=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2172A is #1DE8D5. Grayscale: #555555. Windows color (decimal): -1960150 or 2758626. OLE color: 2758626.
HSL color Cylindrical-coordinate representation of color #E2172A: hue angle of 354.38º 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 #E2172A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.11 |
| HSL | 354.38º | 0.82% | 0.49% | - |
| HSV(B) | 354.38º | 0.9% | 0.89% | - |
| XYZ | 32.09 | 16.95 | 3.77 | - |
| YUV | 85.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 42 | 0 | 0.90 | 0.81 | 0.11 | 354.38 | 0.82 | 0.49 |
| Hex | E2 | 17 | 2A | 0 | 5A | 51 | B | 162 | 52 | 31 |
| Octal | 342 | 27 | 52 | 0 | 132 | 121 | 13 | 542 | 122 | 61 |
| Binary | 11100010 | 10111 | 101010 | 0 | 1011010 | 1010001 | 1011 | 101100010 | 1010010 | 110001 |
Color Harmonies of #E2172A
Complementary color
Monochromatic Colors of #E2172A
Black with #E2172A
Text Example
Text Example
White with #E2172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2172A; }
p { color: rgb(226,23,42); }
H1.HeaderClassName
{
color: #E2172A;
}
.AnyTagClassName
{
color: #E2172A;
}
</style>
background-color css
<style>
a { background-color: #E2172A; }
a { background-color: rgb(226,23,42); }
div.DivClassName
{
background-color: #E2172A;
}
.BgClassName
{
background-color: #E2172A;
}
</style>
border-color css
<style>
span { border-color: #E2172A; }
span { border-color: rgb(226,23,42); }
td.TdClassName
{
border-color: #E2172A;
}
.TagClassName
{
border-color: #E2172A;
}
</style>