Shades of Alizarin #E72034
Tints of Alizarin #E72034
RGB
CMYK
RGB Variations
Color information
#E72034 (or 0xE72034) is known color: Alizarin. HEX triplet: E7, 20 and 34. RGB value is (231,32,52). Sum of RGB (Red+Green+Blue) = 231+32+52=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E72034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72034 is #18DFCB. Grayscale: #5D5D5D. Windows color (decimal): -1630156 or 3416295. OLE color: 3416295.
HSL color Cylindrical-coordinate representation of color #E72034: 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 #E72034 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 52 | - |
| 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.09 | 18.27 | 4.98 | - |
| YUV | 93.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 52 | 0 | 0.86 | 0.77 | 0.09 | 353.97 | 0.81 | 0.52 |
| Hex | E7 | 20 | 34 | 0 | 56 | 4D | 9 | 162 | 51 | 34 |
| Octal | 347 | 40 | 64 | 0 | 126 | 115 | 11 | 542 | 121 | 64 |
| Binary | 11100111 | 100000 | 110100 | 0 | 1010110 | 1001101 | 1001 | 101100010 | 1010001 | 110100 |
Color Harmonies of #E72034
Complementary color
Monochromatic Colors of #E72034
Black with #E72034
Text Example
Text Example
White with #E72034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72034; }
p { color: rgb(231,32,52); }
H1.HeaderClassName
{
color: #E72034;
}
.AnyTagClassName
{
color: #E72034;
}
</style>
background-color css
<style>
a { background-color: #E72034; }
a { background-color: rgb(231,32,52); }
div.DivClassName
{
background-color: #E72034;
}
.BgClassName
{
background-color: #E72034;
}
</style>
border-color css
<style>
span { border-color: #E72034; }
span { border-color: rgb(231,32,52); }
td.TdClassName
{
border-color: #E72034;
}
.TagClassName
{
border-color: #E72034;
}
</style>