Shades of Alizarin #E72832
Tints of Alizarin #E72832
RGB
CMYK
RGB Variations
Color information
#E72832 (or 0xE72832) is known color: Alizarin. HEX triplet: E7, 28 and 32. RGB value is (231,40,50). Sum of RGB (Red+Green+Blue) = 231+40+50=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E72832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72832 is #18D7CD. Grayscale: #626262. Windows color (decimal): -1628110 or 3287271. OLE color: 3287271.
HSL color Cylindrical-coordinate representation of color #E72832: hue angle of 356.86º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72832 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 50 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.09 |
| HSL | 356.86º | 0.8% | 0.53% | - |
| HSV(B) | 356.86º | 0.83% | 0.91% | - |
| XYZ | 34.29 | 18.74 | 4.83 | - |
| YUV | 98.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 50 | 0 | 0.83 | 0.78 | 0.09 | 356.86 | 0.8 | 0.53 |
| Hex | E7 | 28 | 32 | 0 | 53 | 4E | 9 | 165 | 50 | 35 |
| Octal | 347 | 50 | 62 | 0 | 123 | 116 | 11 | 545 | 120 | 65 |
| Binary | 11100111 | 101000 | 110010 | 0 | 1010011 | 1001110 | 1001 | 101100101 | 1010000 | 110101 |
Color Harmonies of #E72832
Complementary color
Monochromatic Colors of #E72832
Black with #E72832
Text Example
Text Example
White with #E72832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72832; }
p { color: rgb(231,40,50); }
H1.HeaderClassName
{
color: #E72832;
}
.AnyTagClassName
{
color: #E72832;
}
</style>
background-color css
<style>
a { background-color: #E72832; }
a { background-color: rgb(231,40,50); }
div.DivClassName
{
background-color: #E72832;
}
.BgClassName
{
background-color: #E72832;
}
</style>
border-color css
<style>
span { border-color: #E72832; }
span { border-color: rgb(231,40,50); }
td.TdClassName
{
border-color: #E72832;
}
.TagClassName
{
border-color: #E72832;
}
</style>