Shades of Alizarin #E72834
Tints of Alizarin #E72834
RGB
CMYK
RGB Variations
Color information
#E72834 (or 0xE72834) is known color: Alizarin. HEX triplet: E7, 28 and 34. RGB value is (231,40,52). Sum of RGB (Red+Green+Blue) = 231+40+52=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E72834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72834 is #18D7CB. Grayscale: #626262. Windows color (decimal): -1628108 or 3418343. OLE color: 3418343.
HSL color Cylindrical-coordinate representation of color #E72834: hue angle of 356.23º 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 #E72834 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 52 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.09 |
| HSL | 356.23º | 0.8% | 0.53% | - |
| HSV(B) | 356.23º | 0.83% | 0.91% | - |
| XYZ | 34.33 | 18.75 | 5.06 | - |
| YUV | 98.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 52 | 0 | 0.83 | 0.77 | 0.09 | 356.23 | 0.8 | 0.53 |
| Hex | E7 | 28 | 34 | 0 | 53 | 4D | 9 | 164 | 50 | 35 |
| Octal | 347 | 50 | 64 | 0 | 123 | 115 | 11 | 544 | 120 | 65 |
| Binary | 11100111 | 101000 | 110100 | 0 | 1010011 | 1001101 | 1001 | 101100100 | 1010000 | 110101 |
Color Harmonies of #E72834
Complementary color
Monochromatic Colors of #E72834
Black with #E72834
Text Example
Text Example
White with #E72834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72834; }
p { color: rgb(231,40,52); }
H1.HeaderClassName
{
color: #E72834;
}
.AnyTagClassName
{
color: #E72834;
}
</style>
background-color css
<style>
a { background-color: #E72834; }
a { background-color: rgb(231,40,52); }
div.DivClassName
{
background-color: #E72834;
}
.BgClassName
{
background-color: #E72834;
}
</style>
border-color css
<style>
span { border-color: #E72834; }
span { border-color: rgb(231,40,52); }
td.TdClassName
{
border-color: #E72834;
}
.TagClassName
{
border-color: #E72834;
}
</style>