Shades of Alizarin #E72035
Tints of Alizarin #E72035
RGB
CMYK
RGB Variations
Color information
#E72035 (or 0xE72035) is known color: Alizarin. HEX triplet: E7, 20 and 35. RGB value is (231,32,53). Sum of RGB (Red+Green+Blue) = 231+32+53=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E72035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72035 is #18DFCA. Grayscale: #5E5E5E. Windows color (decimal): -1630155 or 3481831. OLE color: 3481831.
HSL color Cylindrical-coordinate representation of color #E72035: hue angle of 353.67º 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 #E72035 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 53 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.09 |
| HSL | 353.67º | 0.81% | 0.52% | - |
| HSV(B) | 353.67º | 0.86% | 0.91% | - |
| XYZ | 34.11 | 18.28 | 5.1 | - |
| YUV | 93.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 53 | 0 | 0.86 | 0.77 | 0.09 | 353.67 | 0.81 | 0.52 |
| Hex | E7 | 20 | 35 | 0 | 56 | 4D | 9 | 162 | 51 | 34 |
| Octal | 347 | 40 | 65 | 0 | 126 | 115 | 11 | 542 | 121 | 64 |
| Binary | 11100111 | 100000 | 110101 | 0 | 1010110 | 1001101 | 1001 | 101100010 | 1010001 | 110100 |
Color Harmonies of #E72035
Complementary color
Monochromatic Colors of #E72035
Black with #E72035
Text Example
Text Example
White with #E72035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72035; }
p { color: rgb(231,32,53); }
H1.HeaderClassName
{
color: #E72035;
}
.AnyTagClassName
{
color: #E72035;
}
</style>
background-color css
<style>
a { background-color: #E72035; }
a { background-color: rgb(231,32,53); }
div.DivClassName
{
background-color: #E72035;
}
.BgClassName
{
background-color: #E72035;
}
</style>
border-color css
<style>
span { border-color: #E72035; }
span { border-color: rgb(231,32,53); }
td.TdClassName
{
border-color: #E72035;
}
.TagClassName
{
border-color: #E72035;
}
</style>