Shades of Alizarin #E73140
Tints of Alizarin #E73140
RGB
CMYK
RGB Variations
Color information
#E73140 (or 0xE73140) is known color: Alizarin. HEX triplet: E7, 31 and 40. RGB value is (231,49,64). Sum of RGB (Red+Green+Blue) = 231+49+64=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E73140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73140 is #18CEBF. Grayscale: #696969. Windows color (decimal): -1625792 or 4207079. OLE color: 4207079.
HSL color Cylindrical-coordinate representation of color #E73140: hue angle of 355.05º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E73140 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 64 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.09 |
| HSL | 355.05º | 0.79% | 0.55% | - |
| HSV(B) | 355.05º | 0.79% | 0.91% | - |
| XYZ | 34.98 | 19.56 | 6.78 | - |
| YUV | 105.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 64 | 0 | 0.79 | 0.72 | 0.09 | 355.05 | 0.79 | 0.55 |
| Hex | E7 | 31 | 40 | 0 | 4F | 48 | 9 | 163 | 4F | 37 |
| Octal | 347 | 61 | 100 | 0 | 117 | 110 | 11 | 543 | 117 | 67 |
| Binary | 11100111 | 110001 | 1000000 | 0 | 1001111 | 1001000 | 1001 | 101100011 | 1001111 | 110111 |
Color Harmonies of #E73140
Complementary color
Monochromatic Colors of #E73140
Black with #E73140
Text Example
Text Example
White with #E73140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73140; }
p { color: rgb(231,49,64); }
H1.HeaderClassName
{
color: #E73140;
}
.AnyTagClassName
{
color: #E73140;
}
</style>
background-color css
<style>
a { background-color: #E73140; }
a { background-color: rgb(231,49,64); }
div.DivClassName
{
background-color: #E73140;
}
.BgClassName
{
background-color: #E73140;
}
</style>
border-color css
<style>
span { border-color: #E73140; }
span { border-color: rgb(231,49,64); }
td.TdClassName
{
border-color: #E73140;
}
.TagClassName
{
border-color: #E73140;
}
</style>