Shades of Alizarin #E82832
Tints of Alizarin #E82832
RGB
CMYK
RGB Variations
Color information
#E82832 (or 0xE82832) is known color: Alizarin. HEX triplet: E8, 28 and 32. RGB value is (232,40,50). Sum of RGB (Red+Green+Blue) = 232+40+50=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E82832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82832 is #17D7CD. Grayscale: #626262. Windows color (decimal): -1562574 or 3287272. OLE color: 3287272.
HSL color Cylindrical-coordinate representation of color #E82832: hue angle of 356.88º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E82832 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 50 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.09 |
| HSL | 356.88º | 0.81% | 0.53% | - |
| HSV(B) | 356.88º | 0.83% | 0.91% | - |
| XYZ | 34.61 | 18.9 | 4.84 | - |
| YUV | 98.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 50 | 0 | 0.83 | 0.78 | 0.09 | 356.88 | 0.81 | 0.53 |
| Hex | E8 | 28 | 32 | 0 | 53 | 4E | 9 | 165 | 51 | 35 |
| Octal | 350 | 50 | 62 | 0 | 123 | 116 | 11 | 545 | 121 | 65 |
| Binary | 11101000 | 101000 | 110010 | 0 | 1010011 | 1001110 | 1001 | 101100101 | 1010001 | 110101 |
Color Harmonies of #E82832
Complementary color
Monochromatic Colors of #E82832
Black with #E82832
Text Example
Text Example
White with #E82832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82832; }
p { color: rgb(232,40,50); }
H1.HeaderClassName
{
color: #E82832;
}
.AnyTagClassName
{
color: #E82832;
}
</style>
background-color css
<style>
a { background-color: #E82832; }
a { background-color: rgb(232,40,50); }
div.DivClassName
{
background-color: #E82832;
}
.BgClassName
{
background-color: #E82832;
}
</style>
border-color css
<style>
span { border-color: #E82832; }
span { border-color: rgb(232,40,50); }
td.TdClassName
{
border-color: #E82832;
}
.TagClassName
{
border-color: #E82832;
}
</style>