Shades of Alizarin #E82135
Tints of Alizarin #E82135
RGB
CMYK
RGB Variations
Color information
#E82135 (or 0xE82135) is known color: Alizarin. HEX triplet: E8, 21 and 35. RGB value is (232,33,53). Sum of RGB (Red+Green+Blue) = 232+33+53=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E82135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82135 is #17DECA. Grayscale: #5E5E5E. Windows color (decimal): -1564363 or 3482088. OLE color: 3482088.
HSL color Cylindrical-coordinate representation of color #E82135: hue angle of 353.97º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82135 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 53 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.09 |
| HSL | 353.97º | 0.81% | 0.52% | - |
| HSV(B) | 353.97º | 0.86% | 0.91% | - |
| XYZ | 34.47 | 18.5 | 5.12 | - |
| YUV | 94.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 53 | 0 | 0.86 | 0.77 | 0.09 | 353.97 | 0.81 | 0.52 |
| Hex | E8 | 21 | 35 | 0 | 56 | 4D | 9 | 162 | 51 | 34 |
| Octal | 350 | 41 | 65 | 0 | 126 | 115 | 11 | 542 | 121 | 64 |
| Binary | 11101000 | 100001 | 110101 | 0 | 1010110 | 1001101 | 1001 | 101100010 | 1010001 | 110100 |
Color Harmonies of #E82135
Complementary color
Monochromatic Colors of #E82135
Black with #E82135
Text Example
Text Example
White with #E82135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82135; }
p { color: rgb(232,33,53); }
H1.HeaderClassName
{
color: #E82135;
}
.AnyTagClassName
{
color: #E82135;
}
</style>
background-color css
<style>
a { background-color: #E82135; }
a { background-color: rgb(232,33,53); }
div.DivClassName
{
background-color: #E82135;
}
.BgClassName
{
background-color: #E82135;
}
</style>
border-color css
<style>
span { border-color: #E82135; }
span { border-color: rgb(232,33,53); }
td.TdClassName
{
border-color: #E82135;
}
.TagClassName
{
border-color: #E82135;
}
</style>