Shades of Alizarin #E0162A
Tints of Alizarin #E0162A
RGB
CMYK
RGB Variations
Color information
#E0162A (or 0xE0162A) is known color: Alizarin. HEX triplet: E0, 16 and 2A. RGB value is (224,22,42). Sum of RGB (Red+Green+Blue) = 224+22+42=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E0162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0162A is #1FE9D5. Grayscale: #545454. Windows color (decimal): -2091478 or 2758368. OLE color: 2758368.
HSL color Cylindrical-coordinate representation of color #E0162A: hue angle of 354.06º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0162A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.12 |
| HSL | 354.06º | 0.82% | 0.48% | - |
| HSV(B) | 354.06º | 0.9% | 0.88% | - |
| XYZ | 31.45 | 16.59 | 3.73 | - |
| YUV | 84.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 42 | 0 | 0.90 | 0.81 | 0.12 | 354.06 | 0.82 | 0.48 |
| Hex | E0 | 16 | 2A | 0 | 5A | 51 | C | 162 | 52 | 30 |
| Octal | 340 | 26 | 52 | 0 | 132 | 121 | 14 | 542 | 122 | 60 |
| Binary | 11100000 | 10110 | 101010 | 0 | 1011010 | 1010001 | 1100 | 101100010 | 1010010 | 110000 |
Color Harmonies of #E0162A
Complementary color
Monochromatic Colors of #E0162A
Black with #E0162A
Text Example
Text Example
White with #E0162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0162A; }
p { color: rgb(224,22,42); }
H1.HeaderClassName
{
color: #E0162A;
}
.AnyTagClassName
{
color: #E0162A;
}
</style>
background-color css
<style>
a { background-color: #E0162A; }
a { background-color: rgb(224,22,42); }
div.DivClassName
{
background-color: #E0162A;
}
.BgClassName
{
background-color: #E0162A;
}
</style>
border-color css
<style>
span { border-color: #E0162A; }
span { border-color: rgb(224,22,42); }
td.TdClassName
{
border-color: #E0162A;
}
.TagClassName
{
border-color: #E0162A;
}
</style>