Shades of Alizarin #E71E2F
Tints of Alizarin #E71E2F
RGB
CMYK
RGB Variations
Color information
#E71E2F (or 0xE71E2F) is known color: Alizarin. HEX triplet: E7, 1E and 2F. RGB value is (231,30,47). Sum of RGB (Red+Green+Blue) = 231+30+47=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71E2F is #18E1D0. Grayscale: #5C5C5C. Windows color (decimal): -1630673 or 3088103. OLE color: 3088103.
HSL color Cylindrical-coordinate representation of color #E71E2F: hue angle of 354.93º 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 #E71E2F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 30 | 47 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.09 |
| HSL | 354.93º | 0.81% | 0.51% | - |
| HSV(B) | 354.93º | 0.87% | 0.91% | - |
| XYZ | 33.93 | 18.12 | 4.4 | - |
| YUV | 92.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 47 | 0 | 0.87 | 0.80 | 0.09 | 354.93 | 0.81 | 0.51 |
| Hex | E7 | 1E | 2F | 0 | 57 | 50 | 9 | 163 | 51 | 33 |
| Octal | 347 | 36 | 57 | 0 | 127 | 120 | 11 | 543 | 121 | 63 |
| Binary | 11100111 | 11110 | 101111 | 0 | 1010111 | 1010000 | 1001 | 101100011 | 1010001 | 110011 |
Color Harmonies of #E71E2F
Complementary color
Monochromatic Colors of #E71E2F
Black with #E71E2F
Text Example
Text Example
White with #E71E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71E2F; }
p { color: rgb(231,30,47); }
H1.HeaderClassName
{
color: #E71E2F;
}
.AnyTagClassName
{
color: #E71E2F;
}
</style>
background-color css
<style>
a { background-color: #E71E2F; }
a { background-color: rgb(231,30,47); }
div.DivClassName
{
background-color: #E71E2F;
}
.BgClassName
{
background-color: #E71E2F;
}
</style>
border-color css
<style>
span { border-color: #E71E2F; }
span { border-color: rgb(231,30,47); }
td.TdClassName
{
border-color: #E71E2F;
}
.TagClassName
{
border-color: #E71E2F;
}
</style>