Shades of Alizarin #E8182B
Tints of Alizarin #E8182B
RGB
CMYK
RGB Variations
Color information
#E8182B (or 0xE8182B) is known color: Alizarin. HEX triplet: E8, 18 and 2B. RGB value is (232,24,43). Sum of RGB (Red+Green+Blue) = 232+24+43=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8182B is #17E7D4. Grayscale: #585858. Windows color (decimal): -1566677 or 2824424. OLE color: 2824424.
HSL color Cylindrical-coordinate representation of color #E8182B: hue angle of 354.52º 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 #E8182B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 43 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.09 |
| HSL | 354.52º | 0.82% | 0.5% | - |
| HSV(B) | 354.52º | 0.9% | 0.91% | - |
| XYZ | 34.04 | 17.98 | 3.96 | - |
| YUV | 88.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 43 | 0 | 0.90 | 0.81 | 0.09 | 354.52 | 0.82 | 0.5 |
| Hex | E8 | 18 | 2B | 0 | 5A | 51 | 9 | 163 | 52 | 32 |
| Octal | 350 | 30 | 53 | 0 | 132 | 121 | 11 | 543 | 122 | 62 |
| Binary | 11101000 | 11000 | 101011 | 0 | 1011010 | 1010001 | 1001 | 101100011 | 1010010 | 110010 |
Color Harmonies of #E8182B
Complementary color
Monochromatic Colors of #E8182B
Black with #E8182B
Text Example
Text Example
White with #E8182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8182B; }
p { color: rgb(232,24,43); }
H1.HeaderClassName
{
color: #E8182B;
}
.AnyTagClassName
{
color: #E8182B;
}
</style>
background-color css
<style>
a { background-color: #E8182B; }
a { background-color: rgb(232,24,43); }
div.DivClassName
{
background-color: #E8182B;
}
.BgClassName
{
background-color: #E8182B;
}
</style>
border-color css
<style>
span { border-color: #E8182B; }
span { border-color: rgb(232,24,43); }
td.TdClassName
{
border-color: #E8182B;
}
.TagClassName
{
border-color: #E8182B;
}
</style>