Shades of Alizarin #E71F2B
Tints of Alizarin #E71F2B
RGB
CMYK
RGB Variations
Color information
#E71F2B (or 0xE71F2B) is known color: Alizarin. HEX triplet: E7, 1F and 2B. RGB value is (231,31,43). Sum of RGB (Red+Green+Blue) = 231+31+43=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F2B is #18E0D4. Grayscale: #5C5C5C. Windows color (decimal): -1630421 or 2826215. OLE color: 2826215.
HSL color Cylindrical-coordinate representation of color #E71F2B: hue angle of 356.4º 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 #E71F2B is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 43 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.09 |
| HSL | 356.4º | 0.81% | 0.51% | - |
| HSV(B) | 356.4º | 0.87% | 0.91% | - |
| XYZ | 33.88 | 18.14 | 4 | - |
| YUV | 92.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 43 | 0 | 0.87 | 0.81 | 0.09 | 356.4 | 0.81 | 0.51 |
| Hex | E7 | 1F | 2B | 0 | 57 | 51 | 9 | 164 | 51 | 33 |
| Octal | 347 | 37 | 53 | 0 | 127 | 121 | 11 | 544 | 121 | 63 |
| Binary | 11100111 | 11111 | 101011 | 0 | 1010111 | 1010001 | 1001 | 101100100 | 1010001 | 110011 |
Color Harmonies of #E71F2B
Complementary color
Monochromatic Colors of #E71F2B
Black with #E71F2B
Text Example
Text Example
White with #E71F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F2B; }
p { color: rgb(231,31,43); }
H1.HeaderClassName
{
color: #E71F2B;
}
.AnyTagClassName
{
color: #E71F2B;
}
</style>
background-color css
<style>
a { background-color: #E71F2B; }
a { background-color: rgb(231,31,43); }
div.DivClassName
{
background-color: #E71F2B;
}
.BgClassName
{
background-color: #E71F2B;
}
</style>
border-color css
<style>
span { border-color: #E71F2B; }
span { border-color: rgb(231,31,43); }
td.TdClassName
{
border-color: #E71F2B;
}
.TagClassName
{
border-color: #E71F2B;
}
</style>