Shades of Alizarin #E8182D
Tints of Alizarin #E8182D
RGB
CMYK
RGB Variations
Color information
#E8182D (or 0xE8182D) is known color: Alizarin. HEX triplet: E8, 18 and 2D. RGB value is (232,24,45). Sum of RGB (Red+Green+Blue) = 232+24+45=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E8182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8182D is #17E7D2. Grayscale: #585858. Windows color (decimal): -1566675 or 2955496. OLE color: 2955496.
HSL color Cylindrical-coordinate representation of color #E8182D: hue angle of 353.94º 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 #E8182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.09 |
| HSL | 353.94º | 0.82% | 0.5% | - |
| HSV(B) | 353.94º | 0.9% | 0.91% | - |
| XYZ | 34.08 | 18 | 4.16 | - |
| YUV | 88.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 45 | 0 | 0.90 | 0.81 | 0.09 | 353.94 | 0.82 | 0.5 |
| Hex | E8 | 18 | 2D | 0 | 5A | 51 | 9 | 162 | 52 | 32 |
| Octal | 350 | 30 | 55 | 0 | 132 | 121 | 11 | 542 | 122 | 62 |
| Binary | 11101000 | 11000 | 101101 | 0 | 1011010 | 1010001 | 1001 | 101100010 | 1010010 | 110010 |
Color Harmonies of #E8182D
Complementary color
Monochromatic Colors of #E8182D
Black with #E8182D
Text Example
Text Example
White with #E8182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8182D; }
p { color: rgb(232,24,45); }
H1.HeaderClassName
{
color: #E8182D;
}
.AnyTagClassName
{
color: #E8182D;
}
</style>
background-color css
<style>
a { background-color: #E8182D; }
a { background-color: rgb(232,24,45); }
div.DivClassName
{
background-color: #E8182D;
}
.BgClassName
{
background-color: #E8182D;
}
</style>
border-color css
<style>
span { border-color: #E8182D; }
span { border-color: rgb(232,24,45); }
td.TdClassName
{
border-color: #E8182D;
}
.TagClassName
{
border-color: #E8182D;
}
</style>