Shades of Alizarin #E71F2C
Tints of Alizarin #E71F2C
RGB
CMYK
RGB Variations
Color information
#E71F2C (or 0xE71F2C) is known color: Alizarin. HEX triplet: E7, 1F and 2C. RGB value is (231,31,44). Sum of RGB (Red+Green+Blue) = 231+31+44=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F2C is #18E0D3. Grayscale: #5C5C5C. Windows color (decimal): -1630420 or 2891751. OLE color: 2891751.
HSL color Cylindrical-coordinate representation of color #E71F2C: hue angle of 356.1º 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 #E71F2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 44 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.09 |
| HSL | 356.1º | 0.81% | 0.51% | - |
| HSV(B) | 356.1º | 0.87% | 0.91% | - |
| XYZ | 33.9 | 18.15 | 4.1 | - |
| YUV | 92.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 44 | 0 | 0.87 | 0.81 | 0.09 | 356.1 | 0.81 | 0.51 |
| Hex | E7 | 1F | 2C | 0 | 57 | 51 | 9 | 164 | 51 | 33 |
| Octal | 347 | 37 | 54 | 0 | 127 | 121 | 11 | 544 | 121 | 63 |
| Binary | 11100111 | 11111 | 101100 | 0 | 1010111 | 1010001 | 1001 | 101100100 | 1010001 | 110011 |
Color Harmonies of #E71F2C
Complementary color
Monochromatic Colors of #E71F2C
Black with #E71F2C
Text Example
Text Example
White with #E71F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F2C; }
p { color: rgb(231,31,44); }
H1.HeaderClassName
{
color: #E71F2C;
}
.AnyTagClassName
{
color: #E71F2C;
}
</style>
background-color css
<style>
a { background-color: #E71F2C; }
a { background-color: rgb(231,31,44); }
div.DivClassName
{
background-color: #E71F2C;
}
.BgClassName
{
background-color: #E71F2C;
}
</style>
border-color css
<style>
span { border-color: #E71F2C; }
span { border-color: rgb(231,31,44); }
td.TdClassName
{
border-color: #E71F2C;
}
.TagClassName
{
border-color: #E71F2C;
}
</style>