Shades of Alizarin #E93136
Tints of Alizarin #E93136
RGB
CMYK
RGB Variations
Color information
#E93136 (or 0xE93136) is known color: Alizarin. HEX triplet: E9, 31 and 36. RGB value is (233,49,54). Sum of RGB (Red+Green+Blue) = 233+49+54=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E93136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93136 is #16CEC9. Grayscale: #686868. Windows color (decimal): -1494730 or 3551721. OLE color: 3551721.
HSL color Cylindrical-coordinate representation of color #E93136: hue angle of 358.37º degrees, saturation: 0.81, 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 #E93136 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 54 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.09 |
| HSL | 358.37º | 0.81% | 0.55% | - |
| HSV(B) | 358.37º | 0.79% | 0.91% | - |
| XYZ | 35.37 | 19.79 | 5.45 | - |
| YUV | 104.59 | 99.46 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 54 | 0 | 0.79 | 0.77 | 0.09 | 358.37 | 0.81 | 0.55 |
| Hex | E9 | 31 | 36 | 0 | 4F | 4D | 9 | 166 | 51 | 37 |
| Octal | 351 | 61 | 66 | 0 | 117 | 115 | 11 | 546 | 121 | 67 |
| Binary | 11101001 | 110001 | 110110 | 0 | 1001111 | 1001101 | 1001 | 101100110 | 1010001 | 110111 |
Color Harmonies of #E93136
Complementary color
Monochromatic Colors of #E93136
Black with #E93136
Text Example
Text Example
White with #E93136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93136; }
p { color: rgb(233,49,54); }
H1.HeaderClassName
{
color: #E93136;
}
.AnyTagClassName
{
color: #E93136;
}
</style>
background-color css
<style>
a { background-color: #E93136; }
a { background-color: rgb(233,49,54); }
div.DivClassName
{
background-color: #E93136;
}
.BgClassName
{
background-color: #E93136;
}
</style>
border-color css
<style>
span { border-color: #E93136; }
span { border-color: rgb(233,49,54); }
td.TdClassName
{
border-color: #E93136;
}
.TagClassName
{
border-color: #E93136;
}
</style>