Shades of Alizarin #E8182F
Tints of Alizarin #E8182F
RGB
CMYK
RGB Variations
Color information
#E8182F (or 0xE8182F) is known color: Alizarin. HEX triplet: E8, 18 and 2F. RGB value is (232,24,47). Sum of RGB (Red+Green+Blue) = 232+24+47=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E8182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8182F is #17E7D0. Grayscale: #585858. Windows color (decimal): -1566673 or 3086568. OLE color: 3086568.
HSL color Cylindrical-coordinate representation of color #E8182F: hue angle of 353.37º 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 #E8182F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.09 |
| HSL | 353.37º | 0.82% | 0.5% | - |
| HSV(B) | 353.37º | 0.9% | 0.91% | - |
| XYZ | 34.12 | 18.01 | 4.37 | - |
| YUV | 88.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 47 | 0 | 0.90 | 0.80 | 0.09 | 353.37 | 0.82 | 0.5 |
| Hex | E8 | 18 | 2F | 0 | 5A | 50 | 9 | 161 | 52 | 32 |
| Octal | 350 | 30 | 57 | 0 | 132 | 120 | 11 | 541 | 122 | 62 |
| Binary | 11101000 | 11000 | 101111 | 0 | 1011010 | 1010000 | 1001 | 101100001 | 1010010 | 110010 |
Color Harmonies of #E8182F
Complementary color
Monochromatic Colors of #E8182F
Black with #E8182F
Text Example
Text Example
White with #E8182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8182F; }
p { color: rgb(232,24,47); }
H1.HeaderClassName
{
color: #E8182F;
}
.AnyTagClassName
{
color: #E8182F;
}
</style>
background-color css
<style>
a { background-color: #E8182F; }
a { background-color: rgb(232,24,47); }
div.DivClassName
{
background-color: #E8182F;
}
.BgClassName
{
background-color: #E8182F;
}
</style>
border-color css
<style>
span { border-color: #E8182F; }
span { border-color: rgb(232,24,47); }
td.TdClassName
{
border-color: #E8182F;
}
.TagClassName
{
border-color: #E8182F;
}
</style>