Shades of Alizarin #E81830
Tints of Alizarin #E81830
RGB
CMYK
RGB Variations
Color information
#E81830 (or 0xE81830) is known color: Alizarin. HEX triplet: E8, 18 and 30. RGB value is (232,24,48). Sum of RGB (Red+Green+Blue) = 232+24+48=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81830 is #17E7CF. Grayscale: #595959. Windows color (decimal): -1566672 or 3152104. OLE color: 3152104.
HSL color Cylindrical-coordinate representation of color #E81830: hue angle of 353.08º 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 #E81830 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 48 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.09 |
| HSL | 353.08º | 0.82% | 0.5% | - |
| HSV(B) | 353.08º | 0.9% | 0.91% | - |
| XYZ | 34.14 | 18.02 | 4.48 | - |
| YUV | 88.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 48 | 0 | 0.90 | 0.79 | 0.09 | 353.08 | 0.82 | 0.5 |
| Hex | E8 | 18 | 30 | 0 | 5A | 4F | 9 | 161 | 52 | 32 |
| Octal | 350 | 30 | 60 | 0 | 132 | 117 | 11 | 541 | 122 | 62 |
| Binary | 11101000 | 11000 | 110000 | 0 | 1011010 | 1001111 | 1001 | 101100001 | 1010010 | 110010 |
Color Harmonies of #E81830
Complementary color
Monochromatic Colors of #E81830
Black with #E81830
Text Example
Text Example
White with #E81830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81830; }
p { color: rgb(232,24,48); }
H1.HeaderClassName
{
color: #E81830;
}
.AnyTagClassName
{
color: #E81830;
}
</style>
background-color css
<style>
a { background-color: #E81830; }
a { background-color: rgb(232,24,48); }
div.DivClassName
{
background-color: #E81830;
}
.BgClassName
{
background-color: #E81830;
}
</style>
border-color css
<style>
span { border-color: #E81830; }
span { border-color: rgb(232,24,48); }
td.TdClassName
{
border-color: #E81830;
}
.TagClassName
{
border-color: #E81830;
}
</style>