Shades of Alizarin #E1192B
Tints of Alizarin #E1192B
RGB
CMYK
RGB Variations
Color information
#E1192B (or 0xE1192B) is known color: Alizarin. HEX triplet: E1, 19 and 2B. RGB value is (225,25,43). Sum of RGB (Red+Green+Blue) = 225+25+43=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1192B is #1EE6D4. Grayscale: #565656. Windows color (decimal): -2025173 or 2824673. OLE color: 2824673.
HSL color Cylindrical-coordinate representation of color #E1192B: hue angle of 354.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1192B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.12 |
| HSL | 354.6º | 0.8% | 0.49% | - |
| HSV(B) | 354.6º | 0.89% | 0.88% | - |
| XYZ | 31.84 | 16.88 | 3.87 | - |
| YUV | 86.85 | 103.26 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 43 | 0 | 0.89 | 0.81 | 0.12 | 354.6 | 0.8 | 0.49 |
| Hex | E1 | 19 | 2B | 0 | 59 | 51 | C | 163 | 50 | 31 |
| Octal | 341 | 31 | 53 | 0 | 131 | 121 | 14 | 543 | 120 | 61 |
| Binary | 11100001 | 11001 | 101011 | 0 | 1011001 | 1010001 | 1100 | 101100011 | 1010000 | 110001 |
Color Harmonies of #E1192B
Complementary color
Monochromatic Colors of #E1192B
Black with #E1192B
Text Example
Text Example
White with #E1192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1192B; }
p { color: rgb(225,25,43); }
H1.HeaderClassName
{
color: #E1192B;
}
.AnyTagClassName
{
color: #E1192B;
}
</style>
background-color css
<style>
a { background-color: #E1192B; }
a { background-color: rgb(225,25,43); }
div.DivClassName
{
background-color: #E1192B;
}
.BgClassName
{
background-color: #E1192B;
}
</style>
border-color css
<style>
span { border-color: #E1192B; }
span { border-color: rgb(225,25,43); }
td.TdClassName
{
border-color: #E1192B;
}
.TagClassName
{
border-color: #E1192B;
}
</style>