Shades of Alizarin #E8232E
Tints of Alizarin #E8232E
RGB
CMYK
RGB Variations
Color information
#E8232E (or 0xE8232E) is known color: Alizarin. HEX triplet: E8, 23 and 2E. RGB value is (232,35,46). Sum of RGB (Red+Green+Blue) = 232+35+46=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8232E is #17DCD1. Grayscale: #5F5F5F. Windows color (decimal): -1563858 or 3023848. OLE color: 3023848.
HSL color Cylindrical-coordinate representation of color #E8232E: hue angle of 356.65º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8232E is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 46 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.09 |
| HSL | 356.65º | 0.81% | 0.52% | - |
| HSV(B) | 356.65º | 0.85% | 0.91% | - |
| XYZ | 34.37 | 18.56 | 4.35 | - |
| YUV | 95.16 | 100.27 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 46 | 0 | 0.85 | 0.80 | 0.09 | 356.65 | 0.81 | 0.52 |
| Hex | E8 | 23 | 2E | 0 | 55 | 50 | 9 | 165 | 51 | 34 |
| Octal | 350 | 43 | 56 | 0 | 125 | 120 | 11 | 545 | 121 | 64 |
| Binary | 11101000 | 100011 | 101110 | 0 | 1010101 | 1010000 | 1001 | 101100101 | 1010001 | 110100 |
Color Harmonies of #E8232E
Complementary color
Monochromatic Colors of #E8232E
Black with #E8232E
Text Example
Text Example
White with #E8232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8232E; }
p { color: rgb(232,35,46); }
H1.HeaderClassName
{
color: #E8232E;
}
.AnyTagClassName
{
color: #E8232E;
}
</style>
background-color css
<style>
a { background-color: #E8232E; }
a { background-color: rgb(232,35,46); }
div.DivClassName
{
background-color: #E8232E;
}
.BgClassName
{
background-color: #E8232E;
}
</style>
border-color css
<style>
span { border-color: #E8232E; }
span { border-color: rgb(232,35,46); }
td.TdClassName
{
border-color: #E8232E;
}
.TagClassName
{
border-color: #E8232E;
}
</style>