Shades of Alizarin #E82235
Tints of Alizarin #E82235
RGB
CMYK
RGB Variations
Color information
#E82235 (or 0xE82235) is known color: Alizarin. HEX triplet: E8, 22 and 35. RGB value is (232,34,53). Sum of RGB (Red+Green+Blue) = 232+34+53=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E82235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82235 is #17DDCA. Grayscale: #5F5F5F. Windows color (decimal): -1564107 or 3482344. OLE color: 3482344.
HSL color Cylindrical-coordinate representation of color #E82235: hue angle of 354.24º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E82235 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 53 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.09 |
| HSL | 354.24º | 0.81% | 0.52% | - |
| HSV(B) | 354.24º | 0.85% | 0.91% | - |
| XYZ | 34.49 | 18.56 | 5.13 | - |
| YUV | 95.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 53 | 0 | 0.85 | 0.77 | 0.09 | 354.24 | 0.81 | 0.52 |
| Hex | E8 | 22 | 35 | 0 | 55 | 4D | 9 | 162 | 51 | 34 |
| Octal | 350 | 42 | 65 | 0 | 125 | 115 | 11 | 542 | 121 | 64 |
| Binary | 11101000 | 100010 | 110101 | 0 | 1010101 | 1001101 | 1001 | 101100010 | 1010001 | 110100 |
Color Harmonies of #E82235
Complementary color
Monochromatic Colors of #E82235
Black with #E82235
Text Example
Text Example
White with #E82235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82235; }
p { color: rgb(232,34,53); }
H1.HeaderClassName
{
color: #E82235;
}
.AnyTagClassName
{
color: #E82235;
}
</style>
background-color css
<style>
a { background-color: #E82235; }
a { background-color: rgb(232,34,53); }
div.DivClassName
{
background-color: #E82235;
}
.BgClassName
{
background-color: #E82235;
}
</style>
border-color css
<style>
span { border-color: #E82235; }
span { border-color: rgb(232,34,53); }
td.TdClassName
{
border-color: #E82235;
}
.TagClassName
{
border-color: #E82235;
}
</style>