Shades of Alizarin #E72136
Tints of Alizarin #E72136
RGB
CMYK
RGB Variations
Color information
#E72136 (or 0xE72136) is known color: Alizarin. HEX triplet: E7, 21 and 36. RGB value is (231,33,54). Sum of RGB (Red+Green+Blue) = 231+33+54=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E72136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72136 is #18DEC9. Grayscale: #5E5E5E. Windows color (decimal): -1629898 or 3547623. OLE color: 3547623.
HSL color Cylindrical-coordinate representation of color #E72136: hue angle of 353.64º degrees, saturation: 0.8, 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 #E72136 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 54 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.09 |
| HSL | 353.64º | 0.8% | 0.52% | - |
| HSV(B) | 353.64º | 0.86% | 0.91% | - |
| XYZ | 34.16 | 18.34 | 5.23 | - |
| YUV | 94.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 54 | 0 | 0.86 | 0.77 | 0.09 | 353.64 | 0.8 | 0.52 |
| Hex | E7 | 21 | 36 | 0 | 56 | 4D | 9 | 162 | 50 | 34 |
| Octal | 347 | 41 | 66 | 0 | 126 | 115 | 11 | 542 | 120 | 64 |
| Binary | 11100111 | 100001 | 110110 | 0 | 1010110 | 1001101 | 1001 | 101100010 | 1010000 | 110100 |
Color Harmonies of #E72136
Complementary color
Monochromatic Colors of #E72136
Black with #E72136
Text Example
Text Example
White with #E72136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72136; }
p { color: rgb(231,33,54); }
H1.HeaderClassName
{
color: #E72136;
}
.AnyTagClassName
{
color: #E72136;
}
</style>
background-color css
<style>
a { background-color: #E72136; }
a { background-color: rgb(231,33,54); }
div.DivClassName
{
background-color: #E72136;
}
.BgClassName
{
background-color: #E72136;
}
</style>
border-color css
<style>
span { border-color: #E72136; }
span { border-color: rgb(231,33,54); }
td.TdClassName
{
border-color: #E72136;
}
.TagClassName
{
border-color: #E72136;
}
</style>