Shades of Alizarin #E0192B
Tints of Alizarin #E0192B
RGB
CMYK
RGB Variations
Color information
#E0192B (or 0xE0192B) is known color: Alizarin. HEX triplet: E0, 19 and 2B. RGB value is (224,25,43). Sum of RGB (Red+Green+Blue) = 224+25+43=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E0192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0192B is #1FE6D4. Grayscale: #565656. Windows color (decimal): -2090709 or 2824672. OLE color: 2824672.
HSL color Cylindrical-coordinate representation of color #E0192B: hue angle of 354.57º 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 #E0192B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.12 |
| HSL | 354.57º | 0.8% | 0.49% | - |
| HSV(B) | 354.57º | 0.89% | 0.88% | - |
| XYZ | 31.52 | 16.72 | 3.85 | - |
| YUV | 86.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 43 | 0 | 0.89 | 0.81 | 0.12 | 354.57 | 0.8 | 0.49 |
| Hex | E0 | 19 | 2B | 0 | 59 | 51 | C | 163 | 50 | 31 |
| Octal | 340 | 31 | 53 | 0 | 131 | 121 | 14 | 543 | 120 | 61 |
| Binary | 11100000 | 11001 | 101011 | 0 | 1011001 | 1010001 | 1100 | 101100011 | 1010000 | 110001 |
Color Harmonies of #E0192B
Complementary color
Monochromatic Colors of #E0192B
Black with #E0192B
Text Example
Text Example
White with #E0192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0192B; }
p { color: rgb(224,25,43); }
H1.HeaderClassName
{
color: #E0192B;
}
.AnyTagClassName
{
color: #E0192B;
}
</style>
background-color css
<style>
a { background-color: #E0192B; }
a { background-color: rgb(224,25,43); }
div.DivClassName
{
background-color: #E0192B;
}
.BgClassName
{
background-color: #E0192B;
}
</style>
border-color css
<style>
span { border-color: #E0192B; }
span { border-color: rgb(224,25,43); }
td.TdClassName
{
border-color: #E0192B;
}
.TagClassName
{
border-color: #E0192B;
}
</style>