Shades of Alizarin #E2182A
Tints of Alizarin #E2182A
RGB
CMYK
RGB Variations
Color information
#E2182A (or 0xE2182A) is known color: Alizarin. HEX triplet: E2, 18 and 2A. RGB value is (226,24,42). Sum of RGB (Red+Green+Blue) = 226+24+42=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2182A is #1DE7D5. Grayscale: #565656. Windows color (decimal): -1959894 or 2758882. OLE color: 2758882.
HSL color Cylindrical-coordinate representation of color #E2182A: hue angle of 354.65º degrees, saturation: 0.81, 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 #E2182A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 42 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.11 |
| HSL | 354.65º | 0.81% | 0.49% | - |
| HSV(B) | 354.65º | 0.89% | 0.89% | - |
| XYZ | 32.11 | 16.99 | 3.78 | - |
| YUV | 86.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 42 | 0 | 0.89 | 0.81 | 0.11 | 354.65 | 0.81 | 0.49 |
| Hex | E2 | 18 | 2A | 0 | 59 | 51 | B | 163 | 51 | 31 |
| Octal | 342 | 30 | 52 | 0 | 131 | 121 | 13 | 543 | 121 | 61 |
| Binary | 11100010 | 11000 | 101010 | 0 | 1011001 | 1010001 | 1011 | 101100011 | 1010001 | 110001 |
Color Harmonies of #E2182A
Complementary color
Monochromatic Colors of #E2182A
Black with #E2182A
Text Example
Text Example
White with #E2182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2182A; }
p { color: rgb(226,24,42); }
H1.HeaderClassName
{
color: #E2182A;
}
.AnyTagClassName
{
color: #E2182A;
}
</style>
background-color css
<style>
a { background-color: #E2182A; }
a { background-color: rgb(226,24,42); }
div.DivClassName
{
background-color: #E2182A;
}
.BgClassName
{
background-color: #E2182A;
}
</style>
border-color css
<style>
span { border-color: #E2182A; }
span { border-color: rgb(226,24,42); }
td.TdClassName
{
border-color: #E2182A;
}
.TagClassName
{
border-color: #E2182A;
}
</style>