Shades of Alizarin #E83032
Tints of Alizarin #E83032
RGB
CMYK
RGB Variations
Color information
#E83032 (or 0xE83032) is known color: Alizarin. HEX triplet: E8, 30 and 32. RGB value is (232,48,50). Sum of RGB (Red+Green+Blue) = 232+48+50=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E83032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83032 is #17CFCD. Grayscale: #676767. Windows color (decimal): -1560526 or 3289320. OLE color: 3289320.
HSL color Cylindrical-coordinate representation of color #E83032: hue angle of 359.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83032 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 50 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.09 |
| HSL | 359.35º | 0.8% | 0.55% | - |
| HSV(B) | 359.35º | 0.79% | 0.91% | - |
| XYZ | 34.91 | 19.5 | 4.94 | - |
| YUV | 103.24 | 97.96 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 50 | 0 | 0.79 | 0.78 | 0.09 | 359.35 | 0.8 | 0.55 |
| Hex | E8 | 30 | 32 | 0 | 4F | 4E | 9 | 167 | 50 | 37 |
| Octal | 350 | 60 | 62 | 0 | 117 | 116 | 11 | 547 | 120 | 67 |
| Binary | 11101000 | 110000 | 110010 | 0 | 1001111 | 1001110 | 1001 | 101100111 | 1010000 | 110111 |
Color Harmonies of #E83032
Complementary color
Monochromatic Colors of #E83032
Black with #E83032
Text Example
Text Example
White with #E83032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83032; }
p { color: rgb(232,48,50); }
H1.HeaderClassName
{
color: #E83032;
}
.AnyTagClassName
{
color: #E83032;
}
</style>
background-color css
<style>
a { background-color: #E83032; }
a { background-color: rgb(232,48,50); }
div.DivClassName
{
background-color: #E83032;
}
.BgClassName
{
background-color: #E83032;
}
</style>
border-color css
<style>
span { border-color: #E83032; }
span { border-color: rgb(232,48,50); }
td.TdClassName
{
border-color: #E83032;
}
.TagClassName
{
border-color: #E83032;
}
</style>