Shades of Alizarin #E7293E
Tints of Alizarin #E7293E
RGB
CMYK
RGB Variations
Color information
#E7293E (or 0xE7293E) is known color: Alizarin. HEX triplet: E7, 29 and 3E. RGB value is (231,41,62). Sum of RGB (Red+Green+Blue) = 231+41+62=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E7293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7293E is #18D6C1. Grayscale: #646464. Windows color (decimal): -1627842 or 4073959. OLE color: 4073959.
HSL color Cylindrical-coordinate representation of color #E7293E: hue angle of 353.37º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7293E is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 62 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.09 |
| HSL | 353.37º | 0.8% | 0.53% | - |
| HSV(B) | 353.37º | 0.82% | 0.91% | - |
| XYZ | 34.62 | 18.92 | 6.39 | - |
| YUV | 100.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 62 | 0 | 0.82 | 0.73 | 0.09 | 353.37 | 0.8 | 0.53 |
| Hex | E7 | 29 | 3E | 0 | 52 | 49 | 9 | 161 | 50 | 35 |
| Octal | 347 | 51 | 76 | 0 | 122 | 111 | 11 | 541 | 120 | 65 |
| Binary | 11100111 | 101001 | 111110 | 0 | 1010010 | 1001001 | 1001 | 101100001 | 1010000 | 110101 |
Color Harmonies of #E7293E
Complementary color
Monochromatic Colors of #E7293E
Black with #E7293E
Text Example
Text Example
White with #E7293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7293E; }
p { color: rgb(231,41,62); }
H1.HeaderClassName
{
color: #E7293E;
}
.AnyTagClassName
{
color: #E7293E;
}
</style>
background-color css
<style>
a { background-color: #E7293E; }
a { background-color: rgb(231,41,62); }
div.DivClassName
{
background-color: #E7293E;
}
.BgClassName
{
background-color: #E7293E;
}
</style>
border-color css
<style>
span { border-color: #E7293E; }
span { border-color: rgb(231,41,62); }
td.TdClassName
{
border-color: #E7293E;
}
.TagClassName
{
border-color: #E7293E;
}
</style>