Shades of Alizarin #E71E2B
Tints of Alizarin #E71E2B
RGB
CMYK
RGB Variations
Color information
#E71E2B (or 0xE71E2B) is known color: Alizarin. HEX triplet: E7, 1E and 2B. RGB value is (231,30,43). Sum of RGB (Red+Green+Blue) = 231+30+43=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71E2B is #18E1D4. Grayscale: #5B5B5B. Windows color (decimal): -1630677 or 2825959. OLE color: 2825959.
HSL color Cylindrical-coordinate representation of color #E71E2B: hue angle of 356.12º 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 #E71E2B is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 43 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.09 |
| HSL | 356.12º | 0.81% | 0.51% | - |
| HSV(B) | 356.12º | 0.87% | 0.91% | - |
| XYZ | 33.86 | 18.09 | 3.99 | - |
| YUV | 91.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 43 | 0 | 0.87 | 0.81 | 0.09 | 356.12 | 0.81 | 0.51 |
| Hex | E7 | 1E | 2B | 0 | 57 | 51 | 9 | 164 | 51 | 33 |
| Octal | 347 | 36 | 53 | 0 | 127 | 121 | 11 | 544 | 121 | 63 |
| Binary | 11100111 | 11110 | 101011 | 0 | 1010111 | 1010001 | 1001 | 101100100 | 1010001 | 110011 |
Color Harmonies of #E71E2B
Complementary color
Monochromatic Colors of #E71E2B
Black with #E71E2B
Text Example
Text Example
White with #E71E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71E2B; }
p { color: rgb(231,30,43); }
H1.HeaderClassName
{
color: #E71E2B;
}
.AnyTagClassName
{
color: #E71E2B;
}
</style>
background-color css
<style>
a { background-color: #E71E2B; }
a { background-color: rgb(231,30,43); }
div.DivClassName
{
background-color: #E71E2B;
}
.BgClassName
{
background-color: #E71E2B;
}
</style>
border-color css
<style>
span { border-color: #E71E2B; }
span { border-color: rgb(231,30,43); }
td.TdClassName
{
border-color: #E71E2B;
}
.TagClassName
{
border-color: #E71E2B;
}
</style>