Shades of Alizarin #E72335
Tints of Alizarin #E72335
RGB
CMYK
RGB Variations
Color information
#E72335 (or 0xE72335) is known color: Alizarin. HEX triplet: E7, 23 and 35. RGB value is (231,35,53). Sum of RGB (Red+Green+Blue) = 231+35+53=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E72335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72335 is #18DCCA. Grayscale: #5F5F5F. Windows color (decimal): -1629387 or 3482599. OLE color: 3482599.
HSL color Cylindrical-coordinate representation of color #E72335: hue angle of 354.49º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E72335 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 35 | 53 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.09 |
| HSL | 354.49º | 0.8% | 0.52% | - |
| HSV(B) | 354.49º | 0.85% | 0.91% | - |
| XYZ | 34.2 | 18.45 | 5.13 | - |
| YUV | 95.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 35 | 53 | 0 | 0.85 | 0.77 | 0.09 | 354.49 | 0.8 | 0.52 |
| Hex | E7 | 23 | 35 | 0 | 55 | 4D | 9 | 162 | 50 | 34 |
| Octal | 347 | 43 | 65 | 0 | 125 | 115 | 11 | 542 | 120 | 64 |
| Binary | 11100111 | 100011 | 110101 | 0 | 1010101 | 1001101 | 1001 | 101100010 | 1010000 | 110100 |
Color Harmonies of #E72335
Complementary color
Monochromatic Colors of #E72335
Black with #E72335
Text Example
Text Example
White with #E72335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72335; }
p { color: rgb(231,35,53); }
H1.HeaderClassName
{
color: #E72335;
}
.AnyTagClassName
{
color: #E72335;
}
</style>
background-color css
<style>
a { background-color: #E72335; }
a { background-color: rgb(231,35,53); }
div.DivClassName
{
background-color: #E72335;
}
.BgClassName
{
background-color: #E72335;
}
</style>
border-color css
<style>
span { border-color: #E72335; }
span { border-color: rgb(231,35,53); }
td.TdClassName
{
border-color: #E72335;
}
.TagClassName
{
border-color: #E72335;
}
</style>