Shades of Alizarin #E71C27
Tints of Alizarin #E71C27
RGB
CMYK
RGB Variations
Color information
#E71C27 (or 0xE71C27) is known color: Alizarin. HEX triplet: E7, 1C and 27. RGB value is (231,28,39). Sum of RGB (Red+Green+Blue) = 231+28+39=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71C27 is #18E3D8. Grayscale: #5A5A5A. Windows color (decimal): -1631193 or 2563303. OLE color: 2563303.
HSL color Cylindrical-coordinate representation of color #E71C27: hue angle of 356.75º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C27 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 39 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.09 |
| HSL | 356.75º | 0.81% | 0.51% | - |
| HSV(B) | 356.75º | 0.88% | 0.91% | - |
| XYZ | 33.74 | 17.97 | 3.61 | - |
| YUV | 89.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 39 | 0 | 0.88 | 0.83 | 0.09 | 356.75 | 0.81 | 0.51 |
| Hex | E7 | 1C | 27 | 0 | 58 | 53 | 9 | 165 | 51 | 33 |
| Octal | 347 | 34 | 47 | 0 | 130 | 123 | 11 | 545 | 121 | 63 |
| Binary | 11100111 | 11100 | 100111 | 0 | 1011000 | 1010011 | 1001 | 101100101 | 1010001 | 110011 |
Color Harmonies of #E71C27
Complementary color
Monochromatic Colors of #E71C27
Black with #E71C27
Text Example
Text Example
White with #E71C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C27; }
p { color: rgb(231,28,39); }
H1.HeaderClassName
{
color: #E71C27;
}
.AnyTagClassName
{
color: #E71C27;
}
</style>
background-color css
<style>
a { background-color: #E71C27; }
a { background-color: rgb(231,28,39); }
div.DivClassName
{
background-color: #E71C27;
}
.BgClassName
{
background-color: #E71C27;
}
</style>
border-color css
<style>
span { border-color: #E71C27; }
span { border-color: rgb(231,28,39); }
td.TdClassName
{
border-color: #E71C27;
}
.TagClassName
{
border-color: #E71C27;
}
</style>