Shades of Alizarin #E71D37
Tints of Alizarin #E71D37
RGB
CMYK
RGB Variations
Color information
#E71D37 (or 0xE71D37) is known color: Alizarin. HEX triplet: E7, 1D and 37. RGB value is (231,29,55). Sum of RGB (Red+Green+Blue) = 231+29+55=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71D37 is #18E2C8. Grayscale: #5C5C5C. Windows color (decimal): -1630921 or 3612135. OLE color: 3612135.
HSL color Cylindrical-coordinate representation of color #E71D37: hue angle of 352.28º 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 #E71D37 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 55 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.09 |
| HSL | 352.28º | 0.81% | 0.51% | - |
| HSV(B) | 352.28º | 0.87% | 0.91% | - |
| XYZ | 34.08 | 18.14 | 5.32 | - |
| YUV | 92.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 55 | 0 | 0.87 | 0.76 | 0.09 | 352.28 | 0.81 | 0.51 |
| Hex | E7 | 1D | 37 | 0 | 57 | 4C | 9 | 160 | 51 | 33 |
| Octal | 347 | 35 | 67 | 0 | 127 | 114 | 11 | 540 | 121 | 63 |
| Binary | 11100111 | 11101 | 110111 | 0 | 1010111 | 1001100 | 1001 | 101100000 | 1010001 | 110011 |
Color Harmonies of #E71D37
Complementary color
Monochromatic Colors of #E71D37
Black with #E71D37
Text Example
Text Example
White with #E71D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D37; }
p { color: rgb(231,29,55); }
H1.HeaderClassName
{
color: #E71D37;
}
.AnyTagClassName
{
color: #E71D37;
}
</style>
background-color css
<style>
a { background-color: #E71D37; }
a { background-color: rgb(231,29,55); }
div.DivClassName
{
background-color: #E71D37;
}
.BgClassName
{
background-color: #E71D37;
}
</style>
border-color css
<style>
span { border-color: #E71D37; }
span { border-color: rgb(231,29,55); }
td.TdClassName
{
border-color: #E71D37;
}
.TagClassName
{
border-color: #E71D37;
}
</style>