Shades of Alizarin #E93A3E
Tints of Alizarin #E93A3E
RGB
CMYK
RGB Variations
Color information
#E93A3E (or 0xE93A3E) is known color: Alizarin. HEX triplet: E9, 3A and 3E. RGB value is (233,58,62). Sum of RGB (Red+Green+Blue) = 233+58+62=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A3E is #16C5C1. Grayscale: #6E6E6E. Windows color (decimal): -1492418 or 4078313. OLE color: 4078313.
HSL color Cylindrical-coordinate representation of color #E93A3E: hue angle of 358.63º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93A3E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 62 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.09 |
| HSL | 358.63º | 0.8% | 0.57% | - |
| HSV(B) | 358.63º | 0.75% | 0.91% | - |
| XYZ | 35.99 | 20.7 | 6.66 | - |
| YUV | 110.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 62 | 0 | 0.75 | 0.73 | 0.09 | 358.63 | 0.8 | 0.57 |
| Hex | E9 | 3A | 3E | 0 | 4B | 49 | 9 | 167 | 50 | 39 |
| Octal | 351 | 72 | 76 | 0 | 113 | 111 | 11 | 547 | 120 | 71 |
| Binary | 11101001 | 111010 | 111110 | 0 | 1001011 | 1001001 | 1001 | 101100111 | 1010000 | 111001 |
Color Harmonies of #E93A3E
Complementary color
Monochromatic Colors of #E93A3E
Black with #E93A3E
Text Example
Text Example
White with #E93A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A3E; }
p { color: rgb(233,58,62); }
H1.HeaderClassName
{
color: #E93A3E;
}
.AnyTagClassName
{
color: #E93A3E;
}
</style>
background-color css
<style>
a { background-color: #E93A3E; }
a { background-color: rgb(233,58,62); }
div.DivClassName
{
background-color: #E93A3E;
}
.BgClassName
{
background-color: #E93A3E;
}
</style>
border-color css
<style>
span { border-color: #E93A3E; }
span { border-color: rgb(233,58,62); }
td.TdClassName
{
border-color: #E93A3E;
}
.TagClassName
{
border-color: #E93A3E;
}
</style>