Shades of Alizarin #E2192D
Tints of Alizarin #E2192D
RGB
CMYK
RGB Variations
Color information
#E2192D (or 0xE2192D) is known color: Alizarin. HEX triplet: E2, 19 and 2D. RGB value is (226,25,45). Sum of RGB (Red+Green+Blue) = 226+25+45=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E2192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2192D is #1DE6D2. Grayscale: #575757. Windows color (decimal): -1959635 or 2955746. OLE color: 2955746.
HSL color Cylindrical-coordinate representation of color #E2192D: hue angle of 354.03º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2192D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 45 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.11 |
| HSL | 354.03º | 0.8% | 0.49% | - |
| HSV(B) | 354.03º | 0.89% | 0.89% | - |
| XYZ | 32.19 | 17.05 | 4.08 | - |
| YUV | 87.38 | 104.09 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 45 | 0 | 0.89 | 0.80 | 0.11 | 354.03 | 0.8 | 0.49 |
| Hex | E2 | 19 | 2D | 0 | 59 | 50 | B | 162 | 50 | 31 |
| Octal | 342 | 31 | 55 | 0 | 131 | 120 | 13 | 542 | 120 | 61 |
| Binary | 11100010 | 11001 | 101101 | 0 | 1011001 | 1010000 | 1011 | 101100010 | 1010000 | 110001 |
Color Harmonies of #E2192D
Complementary color
Monochromatic Colors of #E2192D
Black with #E2192D
Text Example
Text Example
White with #E2192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2192D; }
p { color: rgb(226,25,45); }
H1.HeaderClassName
{
color: #E2192D;
}
.AnyTagClassName
{
color: #E2192D;
}
</style>
background-color css
<style>
a { background-color: #E2192D; }
a { background-color: rgb(226,25,45); }
div.DivClassName
{
background-color: #E2192D;
}
.BgClassName
{
background-color: #E2192D;
}
</style>
border-color css
<style>
span { border-color: #E2192D; }
span { border-color: rgb(226,25,45); }
td.TdClassName
{
border-color: #E2192D;
}
.TagClassName
{
border-color: #E2192D;
}
</style>