Shades of Alizarin #E72A37
Tints of Alizarin #E72A37
RGB
CMYK
RGB Variations
Color information
#E72A37 (or 0xE72A37) is known color: Alizarin. HEX triplet: E7, 2A and 37. RGB value is (231,42,55). Sum of RGB (Red+Green+Blue) = 231+42+55=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A37 is #18D5C8. Grayscale: #646464. Windows color (decimal): -1627593 or 3615463. OLE color: 3615463.
HSL color Cylindrical-coordinate representation of color #E72A37: hue angle of 355.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72A37 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 55 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.09 |
| HSL | 355.87º | 0.8% | 0.54% | - |
| HSV(B) | 355.87º | 0.82% | 0.91% | - |
| XYZ | 34.47 | 18.92 | 5.45 | - |
| YUV | 99.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 55 | 0 | 0.82 | 0.76 | 0.09 | 355.87 | 0.8 | 0.54 |
| Hex | E7 | 2A | 37 | 0 | 52 | 4C | 9 | 164 | 50 | 36 |
| Octal | 347 | 52 | 67 | 0 | 122 | 114 | 11 | 544 | 120 | 66 |
| Binary | 11100111 | 101010 | 110111 | 0 | 1010010 | 1001100 | 1001 | 101100100 | 1010000 | 110110 |
Color Harmonies of #E72A37
Complementary color
Monochromatic Colors of #E72A37
Black with #E72A37
Text Example
Text Example
White with #E72A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A37; }
p { color: rgb(231,42,55); }
H1.HeaderClassName
{
color: #E72A37;
}
.AnyTagClassName
{
color: #E72A37;
}
</style>
background-color css
<style>
a { background-color: #E72A37; }
a { background-color: rgb(231,42,55); }
div.DivClassName
{
background-color: #E72A37;
}
.BgClassName
{
background-color: #E72A37;
}
</style>
border-color css
<style>
span { border-color: #E72A37; }
span { border-color: rgb(231,42,55); }
td.TdClassName
{
border-color: #E72A37;
}
.TagClassName
{
border-color: #E72A37;
}
</style>