Shades of Alizarin #E71F34
Tints of Alizarin #E71F34
RGB
CMYK
RGB Variations
Color information
#E71F34 (or 0xE71F34) is known color: Alizarin. HEX triplet: E7, 1F and 34. RGB value is (231,31,52). Sum of RGB (Red+Green+Blue) = 231+31+52=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F34 is #18E0CB. Grayscale: #5D5D5D. Windows color (decimal): -1630412 or 3416039. OLE color: 3416039.
HSL color Cylindrical-coordinate representation of color #E71F34: hue angle of 353.7º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71F34 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 52 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.09 |
| HSL | 353.7º | 0.81% | 0.51% | - |
| HSV(B) | 353.7º | 0.87% | 0.91% | - |
| XYZ | 34.06 | 18.22 | 4.97 | - |
| YUV | 93.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 52 | 0 | 0.87 | 0.77 | 0.09 | 353.7 | 0.81 | 0.51 |
| Hex | E7 | 1F | 34 | 0 | 57 | 4D | 9 | 162 | 51 | 33 |
| Octal | 347 | 37 | 64 | 0 | 127 | 115 | 11 | 542 | 121 | 63 |
| Binary | 11100111 | 11111 | 110100 | 0 | 1010111 | 1001101 | 1001 | 101100010 | 1010001 | 110011 |
Color Harmonies of #E71F34
Complementary color
Monochromatic Colors of #E71F34
Black with #E71F34
Text Example
Text Example
White with #E71F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F34; }
p { color: rgb(231,31,52); }
H1.HeaderClassName
{
color: #E71F34;
}
.AnyTagClassName
{
color: #E71F34;
}
</style>
background-color css
<style>
a { background-color: #E71F34; }
a { background-color: rgb(231,31,52); }
div.DivClassName
{
background-color: #E71F34;
}
.BgClassName
{
background-color: #E71F34;
}
</style>
border-color css
<style>
span { border-color: #E71F34; }
span { border-color: rgb(231,31,52); }
td.TdClassName
{
border-color: #E71F34;
}
.TagClassName
{
border-color: #E71F34;
}
</style>