Shades of Alizarin #E73541
Tints of Alizarin #E73541
RGB
CMYK
RGB Variations
Color information
#E73541 (or 0xE73541) is known color: Alizarin. HEX triplet: E7, 35 and 41. RGB value is (231,53,65). Sum of RGB (Red+Green+Blue) = 231+53+65=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E73541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73541 is #18CABE. Grayscale: #6B6B6B. Windows color (decimal): -1624767 or 4273639. OLE color: 4273639.
HSL color Cylindrical-coordinate representation of color #E73541: hue angle of 355.96º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73541 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 65 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.09 |
| HSL | 355.96º | 0.79% | 0.56% | - |
| HSV(B) | 355.96º | 0.77% | 0.91% | - |
| XYZ | 35.18 | 19.92 | 6.99 | - |
| YUV | 107.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 65 | 0 | 0.77 | 0.72 | 0.09 | 355.96 | 0.79 | 0.56 |
| Hex | E7 | 35 | 41 | 0 | 4D | 48 | 9 | 164 | 4F | 38 |
| Octal | 347 | 65 | 101 | 0 | 115 | 110 | 11 | 544 | 117 | 70 |
| Binary | 11100111 | 110101 | 1000001 | 0 | 1001101 | 1001000 | 1001 | 101100100 | 1001111 | 111000 |
Color Harmonies of #E73541
Complementary color
Monochromatic Colors of #E73541
Black with #E73541
Text Example
Text Example
White with #E73541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73541; }
p { color: rgb(231,53,65); }
H1.HeaderClassName
{
color: #E73541;
}
.AnyTagClassName
{
color: #E73541;
}
</style>
background-color css
<style>
a { background-color: #E73541; }
a { background-color: rgb(231,53,65); }
div.DivClassName
{
background-color: #E73541;
}
.BgClassName
{
background-color: #E73541;
}
</style>
border-color css
<style>
span { border-color: #E73541; }
span { border-color: rgb(231,53,65); }
td.TdClassName
{
border-color: #E73541;
}
.TagClassName
{
border-color: #E73541;
}
</style>