Shades of Alizarin #E71B25
Tints of Alizarin #E71B25
RGB
CMYK
RGB Variations
Color information
#E71B25 (or 0xE71B25) is known color: Alizarin. HEX triplet: E7, 1B and 25. RGB value is (231,27,37). Sum of RGB (Red+Green+Blue) = 231+27+37=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B25 is #18E4DA. Grayscale: #595959. Windows color (decimal): -1631451 or 2431975. OLE color: 2431975.
HSL color Cylindrical-coordinate representation of color #E71B25: hue angle of 357.06º 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 #E71B25 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 37 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.09 |
| HSL | 357.06º | 0.81% | 0.51% | - |
| HSV(B) | 357.06º | 0.88% | 0.91% | - |
| XYZ | 33.68 | 17.91 | 3.43 | - |
| YUV | 89.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 37 | 0 | 0.88 | 0.84 | 0.09 | 357.06 | 0.81 | 0.51 |
| Hex | E7 | 1B | 25 | 0 | 58 | 54 | 9 | 165 | 51 | 33 |
| Octal | 347 | 33 | 45 | 0 | 130 | 124 | 11 | 545 | 121 | 63 |
| Binary | 11100111 | 11011 | 100101 | 0 | 1011000 | 1010100 | 1001 | 101100101 | 1010001 | 110011 |
Color Harmonies of #E71B25
Complementary color
Monochromatic Colors of #E71B25
Black with #E71B25
Text Example
Text Example
White with #E71B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B25; }
p { color: rgb(231,27,37); }
H1.HeaderClassName
{
color: #E71B25;
}
.AnyTagClassName
{
color: #E71B25;
}
</style>
background-color css
<style>
a { background-color: #E71B25; }
a { background-color: rgb(231,27,37); }
div.DivClassName
{
background-color: #E71B25;
}
.BgClassName
{
background-color: #E71B25;
}
</style>
border-color css
<style>
span { border-color: #E71B25; }
span { border-color: rgb(231,27,37); }
td.TdClassName
{
border-color: #E71B25;
}
.TagClassName
{
border-color: #E71B25;
}
</style>