Shades of Alizarin #E3293E
Tints of Alizarin #E3293E
RGB
CMYK
RGB Variations
Color information
#E3293E (or 0xE3293E) is known color: Alizarin. HEX triplet: E3, 29 and 3E. RGB value is (227,41,62). Sum of RGB (Red+Green+Blue) = 227+41+62=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E3293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3293E is #1CD6C1. Grayscale: #636363. Windows color (decimal): -1889986 or 4073955. OLE color: 4073955.
HSL color Cylindrical-coordinate representation of color #E3293E: hue angle of 353.23º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3293E is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 62 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.11 |
| HSL | 353.23º | 0.77% | 0.53% | - |
| HSV(B) | 353.23º | 0.82% | 0.89% | - |
| XYZ | 33.34 | 18.26 | 6.33 | - |
| YUV | 99.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 62 | 0 | 0.82 | 0.73 | 0.11 | 353.23 | 0.77 | 0.53 |
| Hex | E3 | 29 | 3E | 0 | 52 | 49 | B | 161 | 4D | 35 |
| Octal | 343 | 51 | 76 | 0 | 122 | 111 | 13 | 541 | 115 | 65 |
| Binary | 11100011 | 101001 | 111110 | 0 | 1010010 | 1001001 | 1011 | 101100001 | 1001101 | 110101 |
Color Harmonies of #E3293E
Complementary color
Monochromatic Colors of #E3293E
Black with #E3293E
Text Example
Text Example
White with #E3293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3293E; }
p { color: rgb(227,41,62); }
H1.HeaderClassName
{
color: #E3293E;
}
.AnyTagClassName
{
color: #E3293E;
}
</style>
background-color css
<style>
a { background-color: #E3293E; }
a { background-color: rgb(227,41,62); }
div.DivClassName
{
background-color: #E3293E;
}
.BgClassName
{
background-color: #E3293E;
}
</style>
border-color css
<style>
span { border-color: #E3293E; }
span { border-color: rgb(227,41,62); }
td.TdClassName
{
border-color: #E3293E;
}
.TagClassName
{
border-color: #E3293E;
}
</style>