Shades of Alizarin #E71831
Tints of Alizarin #E71831
RGB
CMYK
RGB Variations
Color information
#E71831 (or 0xE71831) is known color: Alizarin. HEX triplet: E7, 18 and 31. RGB value is (231,24,49). Sum of RGB (Red+Green+Blue) = 231+24+49=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E71831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71831 is #18E7CE. Grayscale: #585858. Windows color (decimal): -1632207 or 3217639. OLE color: 3217639.
HSL color Cylindrical-coordinate representation of color #E71831: hue angle of 352.75º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71831 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 49 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.09 |
| HSL | 352.75º | 0.81% | 0.5% | - |
| HSV(B) | 352.75º | 0.9% | 0.91% | - |
| XYZ | 33.84 | 17.86 | 4.57 | - |
| YUV | 88.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 49 | 0 | 0.90 | 0.79 | 0.09 | 352.75 | 0.81 | 0.5 |
| Hex | E7 | 18 | 31 | 0 | 5A | 4F | 9 | 161 | 51 | 32 |
| Octal | 347 | 30 | 61 | 0 | 132 | 117 | 11 | 541 | 121 | 62 |
| Binary | 11100111 | 11000 | 110001 | 0 | 1011010 | 1001111 | 1001 | 101100001 | 1010001 | 110010 |
Color Harmonies of #E71831
Complementary color
Monochromatic Colors of #E71831
Black with #E71831
Text Example
Text Example
White with #E71831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71831; }
p { color: rgb(231,24,49); }
H1.HeaderClassName
{
color: #E71831;
}
.AnyTagClassName
{
color: #E71831;
}
</style>
background-color css
<style>
a { background-color: #E71831; }
a { background-color: rgb(231,24,49); }
div.DivClassName
{
background-color: #E71831;
}
.BgClassName
{
background-color: #E71831;
}
</style>
border-color css
<style>
span { border-color: #E71831; }
span { border-color: rgb(231,24,49); }
td.TdClassName
{
border-color: #E71831;
}
.TagClassName
{
border-color: #E71831;
}
</style>