Shades of Alizarin #E71427
Tints of Alizarin #E71427
RGB
CMYK
RGB Variations
Color information
#E71427 (or 0xE71427) is known color: Alizarin. HEX triplet: E7, 14 and 27. RGB value is (231,20,39). Sum of RGB (Red+Green+Blue) = 231+20+39=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E71427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71427 is #18EBD8. Grayscale: #555555. Windows color (decimal): -1633241 or 2561255. OLE color: 2561255.
HSL color Cylindrical-coordinate representation of color #E71427: hue angle of 354.6º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71427 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.09 |
| HSL | 354.6º | 0.84% | 0.49% | - |
| HSV(B) | 354.6º | 0.91% | 0.91% | - |
| XYZ | 33.57 | 17.64 | 3.55 | - |
| YUV | 85.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 39 | 0 | 0.91 | 0.83 | 0.09 | 354.6 | 0.84 | 0.49 |
| Hex | E7 | 14 | 27 | 0 | 5B | 53 | 9 | 163 | 54 | 31 |
| Octal | 347 | 24 | 47 | 0 | 133 | 123 | 11 | 543 | 124 | 61 |
| Binary | 11100111 | 10100 | 100111 | 0 | 1011011 | 1010011 | 1001 | 101100011 | 1010100 | 110001 |
Color Harmonies of #E71427
Complementary color
Monochromatic Colors of #E71427
Black with #E71427
Text Example
Text Example
White with #E71427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71427; }
p { color: rgb(231,20,39); }
H1.HeaderClassName
{
color: #E71427;
}
.AnyTagClassName
{
color: #E71427;
}
</style>
background-color css
<style>
a { background-color: #E71427; }
a { background-color: rgb(231,20,39); }
div.DivClassName
{
background-color: #E71427;
}
.BgClassName
{
background-color: #E71427;
}
</style>
border-color css
<style>
span { border-color: #E71427; }
span { border-color: rgb(231,20,39); }
td.TdClassName
{
border-color: #E71427;
}
.TagClassName
{
border-color: #E71427;
}
</style>