Shades of Alizarin #E72731
Tints of Alizarin #E72731
RGB
CMYK
RGB Variations
Color information
#E72731 (or 0xE72731) is known color: Alizarin. HEX triplet: E7, 27 and 31. RGB value is (231,39,49). Sum of RGB (Red+Green+Blue) = 231+39+49=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E72731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72731 is #18D8CE. Grayscale: #616161. Windows color (decimal): -1628367 or 3221479. OLE color: 3221479.
HSL color Cylindrical-coordinate representation of color #E72731: hue angle of 356.88º 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 #E72731 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 49 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.09 |
| HSL | 356.88º | 0.8% | 0.53% | - |
| HSV(B) | 356.88º | 0.83% | 0.91% | - |
| XYZ | 34.23 | 18.66 | 4.7 | - |
| YUV | 97.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 49 | 0 | 0.83 | 0.79 | 0.09 | 356.88 | 0.8 | 0.53 |
| Hex | E7 | 27 | 31 | 0 | 53 | 4F | 9 | 165 | 50 | 35 |
| Octal | 347 | 47 | 61 | 0 | 123 | 117 | 11 | 545 | 120 | 65 |
| Binary | 11100111 | 100111 | 110001 | 0 | 1010011 | 1001111 | 1001 | 101100101 | 1010000 | 110101 |
Color Harmonies of #E72731
Complementary color
Monochromatic Colors of #E72731
Black with #E72731
Text Example
Text Example
White with #E72731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72731; }
p { color: rgb(231,39,49); }
H1.HeaderClassName
{
color: #E72731;
}
.AnyTagClassName
{
color: #E72731;
}
</style>
background-color css
<style>
a { background-color: #E72731; }
a { background-color: rgb(231,39,49); }
div.DivClassName
{
background-color: #E72731;
}
.BgClassName
{
background-color: #E72731;
}
</style>
border-color css
<style>
span { border-color: #E72731; }
span { border-color: rgb(231,39,49); }
td.TdClassName
{
border-color: #E72731;
}
.TagClassName
{
border-color: #E72731;
}
</style>