Shades of Alizarin #E0192E
Tints of Alizarin #E0192E
RGB
CMYK
RGB Variations
Color information
#E0192E (or 0xE0192E) is known color: Alizarin. HEX triplet: E0, 19 and 2E. RGB value is (224,25,46). Sum of RGB (Red+Green+Blue) = 224+25+46=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E0192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0192E is #1FE6D1. Grayscale: #575757. Windows color (decimal): -2090706 or 3021280. OLE color: 3021280.
HSL color Cylindrical-coordinate representation of color #E0192E: hue angle of 353.67º 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 #E0192E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.12 |
| HSL | 353.67º | 0.8% | 0.49% | - |
| HSV(B) | 353.67º | 0.89% | 0.88% | - |
| XYZ | 31.58 | 16.74 | 4.15 | - |
| YUV | 86.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 46 | 0 | 0.89 | 0.79 | 0.12 | 353.67 | 0.8 | 0.49 |
| Hex | E0 | 19 | 2E | 0 | 59 | 4F | C | 162 | 50 | 31 |
| Octal | 340 | 31 | 56 | 0 | 131 | 117 | 14 | 542 | 120 | 61 |
| Binary | 11100000 | 11001 | 101110 | 0 | 1011001 | 1001111 | 1100 | 101100010 | 1010000 | 110001 |
Color Harmonies of #E0192E
Complementary color
Monochromatic Colors of #E0192E
Black with #E0192E
Text Example
Text Example
White with #E0192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0192E; }
p { color: rgb(224,25,46); }
H1.HeaderClassName
{
color: #E0192E;
}
.AnyTagClassName
{
color: #E0192E;
}
</style>
background-color css
<style>
a { background-color: #E0192E; }
a { background-color: rgb(224,25,46); }
div.DivClassName
{
background-color: #E0192E;
}
.BgClassName
{
background-color: #E0192E;
}
</style>
border-color css
<style>
span { border-color: #E0192E; }
span { border-color: rgb(224,25,46); }
td.TdClassName
{
border-color: #E0192E;
}
.TagClassName
{
border-color: #E0192E;
}
</style>