Shades of Alizarin #E8182A
Tints of Alizarin #E8182A
RGB
CMYK
RGB Variations
Color information
#E8182A (or 0xE8182A) is known color: Alizarin. HEX triplet: E8, 18 and 2A. RGB value is (232,24,42). Sum of RGB (Red+Green+Blue) = 232+24+42=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E8182A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8182A is #17E7D5. Grayscale: #585858. Windows color (decimal): -1566678 or 2758888. OLE color: 2758888.
HSL color Cylindrical-coordinate representation of color #E8182A: hue angle of 354.81º 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 #E8182A is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 42 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.09 |
| HSL | 354.81º | 0.82% | 0.5% | - |
| HSV(B) | 354.81º | 0.9% | 0.91% | - |
| XYZ | 34.02 | 17.98 | 3.87 | - |
| YUV | 88.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 42 | 0 | 0.90 | 0.82 | 0.09 | 354.81 | 0.82 | 0.5 |
| Hex | E8 | 18 | 2A | 0 | 5A | 52 | 9 | 163 | 52 | 32 |
| Octal | 350 | 30 | 52 | 0 | 132 | 122 | 11 | 543 | 122 | 62 |
| Binary | 11101000 | 11000 | 101010 | 0 | 1011010 | 1010010 | 1001 | 101100011 | 1010010 | 110010 |
Color Harmonies of #E8182A
Complementary color
Monochromatic Colors of #E8182A
Black with #E8182A
Text Example
Text Example
White with #E8182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8182A; }
p { color: rgb(232,24,42); }
H1.HeaderClassName
{
color: #E8182A;
}
.AnyTagClassName
{
color: #E8182A;
}
</style>
background-color css
<style>
a { background-color: #E8182A; }
a { background-color: rgb(232,24,42); }
div.DivClassName
{
background-color: #E8182A;
}
.BgClassName
{
background-color: #E8182A;
}
</style>
border-color css
<style>
span { border-color: #E8182A; }
span { border-color: rgb(232,24,42); }
td.TdClassName
{
border-color: #E8182A;
}
.TagClassName
{
border-color: #E8182A;
}
</style>