Shades of Alizarin #E8182E
Tints of Alizarin #E8182E
RGB
CMYK
RGB Variations
Color information
#E8182E (or 0xE8182E) is known color: Alizarin. HEX triplet: E8, 18 and 2E. RGB value is (232,24,46). Sum of RGB (Red+Green+Blue) = 232+24+46=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E8182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8182E is #17E7D1. Grayscale: #585858. Windows color (decimal): -1566674 or 3021032. OLE color: 3021032.
HSL color Cylindrical-coordinate representation of color #E8182E: hue angle of 353.65º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8182E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 46 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.09 |
| HSL | 353.65º | 0.82% | 0.5% | - |
| HSV(B) | 353.65º | 0.9% | 0.91% | - |
| XYZ | 34.1 | 18.01 | 4.26 | - |
| YUV | 88.7 | 103.91 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 46 | 0 | 0.90 | 0.80 | 0.09 | 353.65 | 0.82 | 0.5 |
| Hex | E8 | 18 | 2E | 0 | 5A | 50 | 9 | 162 | 52 | 32 |
| Octal | 350 | 30 | 56 | 0 | 132 | 120 | 11 | 542 | 122 | 62 |
| Binary | 11101000 | 11000 | 101110 | 0 | 1011010 | 1010000 | 1001 | 101100010 | 1010010 | 110010 |
Color Harmonies of #E8182E
Complementary color
Monochromatic Colors of #E8182E
Black with #E8182E
Text Example
Text Example
White with #E8182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8182E; }
p { color: rgb(232,24,46); }
H1.HeaderClassName
{
color: #E8182E;
}
.AnyTagClassName
{
color: #E8182E;
}
</style>
background-color css
<style>
a { background-color: #E8182E; }
a { background-color: rgb(232,24,46); }
div.DivClassName
{
background-color: #E8182E;
}
.BgClassName
{
background-color: #E8182E;
}
</style>
border-color css
<style>
span { border-color: #E8182E; }
span { border-color: rgb(232,24,46); }
td.TdClassName
{
border-color: #E8182E;
}
.TagClassName
{
border-color: #E8182E;
}
</style>