Shades of Alizarin #E82940
Tints of Alizarin #E82940
RGB
CMYK
RGB Variations
Color information
#E82940 (or 0xE82940) is known color: Alizarin. HEX triplet: E8, 29 and 40. RGB value is (232,41,64). Sum of RGB (Red+Green+Blue) = 232+41+64=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82940 is #17D6BF. Grayscale: #646464. Windows color (decimal): -1562304 or 4205032. OLE color: 4205032.
HSL color Cylindrical-coordinate representation of color #E82940: hue angle of 352.77º 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 #E82940 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 64 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.09 |
| HSL | 352.77º | 0.81% | 0.54% | - |
| HSV(B) | 352.77º | 0.82% | 0.91% | - |
| XYZ | 35 | 19.11 | 6.69 | - |
| YUV | 100.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 64 | 0 | 0.82 | 0.72 | 0.09 | 352.77 | 0.81 | 0.54 |
| Hex | E8 | 29 | 40 | 0 | 52 | 48 | 9 | 161 | 51 | 36 |
| Octal | 350 | 51 | 100 | 0 | 122 | 110 | 11 | 541 | 121 | 66 |
| Binary | 11101000 | 101001 | 1000000 | 0 | 1010010 | 1001000 | 1001 | 101100001 | 1010001 | 110110 |
Color Harmonies of #E82940
Complementary color
Monochromatic Colors of #E82940
Black with #E82940
Text Example
Text Example
White with #E82940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82940; }
p { color: rgb(232,41,64); }
H1.HeaderClassName
{
color: #E82940;
}
.AnyTagClassName
{
color: #E82940;
}
</style>
background-color css
<style>
a { background-color: #E82940; }
a { background-color: rgb(232,41,64); }
div.DivClassName
{
background-color: #E82940;
}
.BgClassName
{
background-color: #E82940;
}
</style>
border-color css
<style>
span { border-color: #E82940; }
span { border-color: rgb(232,41,64); }
td.TdClassName
{
border-color: #E82940;
}
.TagClassName
{
border-color: #E82940;
}
</style>