Shades of Alizarin #E82932
Tints of Alizarin #E82932
RGB
CMYK
RGB Variations
Color information
#E82932 (or 0xE82932) is known color: Alizarin. HEX triplet: E8, 29 and 32. RGB value is (232,41,50). Sum of RGB (Red+Green+Blue) = 232+41+50=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E82932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82932 is #17D6CD. Grayscale: #636363. Windows color (decimal): -1562318 or 3287528. OLE color: 3287528.
HSL color Cylindrical-coordinate representation of color #E82932: hue angle of 357.17º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82932 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 50 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.09 |
| HSL | 357.17º | 0.81% | 0.54% | - |
| HSV(B) | 357.17º | 0.82% | 0.91% | - |
| XYZ | 34.65 | 18.97 | 4.85 | - |
| YUV | 99.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 50 | 0 | 0.82 | 0.78 | 0.09 | 357.17 | 0.81 | 0.54 |
| Hex | E8 | 29 | 32 | 0 | 52 | 4E | 9 | 165 | 51 | 36 |
| Octal | 350 | 51 | 62 | 0 | 122 | 116 | 11 | 545 | 121 | 66 |
| Binary | 11101000 | 101001 | 110010 | 0 | 1010010 | 1001110 | 1001 | 101100101 | 1010001 | 110110 |
Color Harmonies of #E82932
Complementary color
Monochromatic Colors of #E82932
Black with #E82932
Text Example
Text Example
White with #E82932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82932; }
p { color: rgb(232,41,50); }
H1.HeaderClassName
{
color: #E82932;
}
.AnyTagClassName
{
color: #E82932;
}
</style>
background-color css
<style>
a { background-color: #E82932; }
a { background-color: rgb(232,41,50); }
div.DivClassName
{
background-color: #E82932;
}
.BgClassName
{
background-color: #E82932;
}
</style>
border-color css
<style>
span { border-color: #E82932; }
span { border-color: rgb(232,41,50); }
td.TdClassName
{
border-color: #E82932;
}
.TagClassName
{
border-color: #E82932;
}
</style>