Shades of Alizarin #E73141
Tints of Alizarin #E73141
RGB
CMYK
RGB Variations
Color information
#E73141 (or 0xE73141) is known color: Alizarin. HEX triplet: E7, 31 and 41. RGB value is (231,49,65). Sum of RGB (Red+Green+Blue) = 231+49+65=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E73141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73141 is #18CEBE. Grayscale: #696969. Windows color (decimal): -1625791 or 4272615. OLE color: 4272615.
HSL color Cylindrical-coordinate representation of color #E73141: hue angle of 354.73º 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 #E73141 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 65 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.09 |
| HSL | 354.73º | 0.79% | 0.55% | - |
| HSV(B) | 354.73º | 0.79% | 0.91% | - |
| XYZ | 35.01 | 19.57 | 6.93 | - |
| YUV | 105.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 65 | 0 | 0.79 | 0.72 | 0.09 | 354.73 | 0.79 | 0.55 |
| Hex | E7 | 31 | 41 | 0 | 4F | 48 | 9 | 163 | 4F | 37 |
| Octal | 347 | 61 | 101 | 0 | 117 | 110 | 11 | 543 | 117 | 67 |
| Binary | 11100111 | 110001 | 1000001 | 0 | 1001111 | 1001000 | 1001 | 101100011 | 1001111 | 110111 |
Color Harmonies of #E73141
Complementary color
Monochromatic Colors of #E73141
Black with #E73141
Text Example
Text Example
White with #E73141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73141; }
p { color: rgb(231,49,65); }
H1.HeaderClassName
{
color: #E73141;
}
.AnyTagClassName
{
color: #E73141;
}
</style>
background-color css
<style>
a { background-color: #E73141; }
a { background-color: rgb(231,49,65); }
div.DivClassName
{
background-color: #E73141;
}
.BgClassName
{
background-color: #E73141;
}
</style>
border-color css
<style>
span { border-color: #E73141; }
span { border-color: rgb(231,49,65); }
td.TdClassName
{
border-color: #E73141;
}
.TagClassName
{
border-color: #E73141;
}
</style>