Shades of Alizarin #E71B28
Tints of Alizarin #E71B28
RGB
CMYK
RGB Variations
Color information
#E71B28 (or 0xE71B28) is known color: Alizarin. HEX triplet: E7, 1B and 28. RGB value is (231,27,40). Sum of RGB (Red+Green+Blue) = 231+27+40=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B28 is #18E4D7. Grayscale: #595959. Windows color (decimal): -1631448 or 2628583. OLE color: 2628583.
HSL color Cylindrical-coordinate representation of color #E71B28: hue angle of 356.18º 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 #E71B28 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 40 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.09 |
| HSL | 356.18º | 0.81% | 0.51% | - |
| HSV(B) | 356.18º | 0.88% | 0.91% | - |
| XYZ | 33.73 | 17.93 | 3.69 | - |
| YUV | 89.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 40 | 0 | 0.88 | 0.83 | 0.09 | 356.18 | 0.81 | 0.51 |
| Hex | E7 | 1B | 28 | 0 | 58 | 53 | 9 | 164 | 51 | 33 |
| Octal | 347 | 33 | 50 | 0 | 130 | 123 | 11 | 544 | 121 | 63 |
| Binary | 11100111 | 11011 | 101000 | 0 | 1011000 | 1010011 | 1001 | 101100100 | 1010001 | 110011 |
Color Harmonies of #E71B28
Complementary color
Monochromatic Colors of #E71B28
Black with #E71B28
Text Example
Text Example
White with #E71B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B28; }
p { color: rgb(231,27,40); }
H1.HeaderClassName
{
color: #E71B28;
}
.AnyTagClassName
{
color: #E71B28;
}
</style>
background-color css
<style>
a { background-color: #E71B28; }
a { background-color: rgb(231,27,40); }
div.DivClassName
{
background-color: #E71B28;
}
.BgClassName
{
background-color: #E71B28;
}
</style>
border-color css
<style>
span { border-color: #E71B28; }
span { border-color: rgb(231,27,40); }
td.TdClassName
{
border-color: #E71B28;
}
.TagClassName
{
border-color: #E71B28;
}
</style>