Shades of Alizarin #E9293B
Tints of Alizarin #E9293B
RGB
CMYK
RGB Variations
Color information
#E9293B (or 0xE9293B) is known color: Alizarin. HEX triplet: E9, 29 and 3B. RGB value is (233,41,59). Sum of RGB (Red+Green+Blue) = 233+41+59=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E9293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9293B is #16D6C4. Grayscale: #646464. Windows color (decimal): -1496773 or 3877353. OLE color: 3877353.
HSL color Cylindrical-coordinate representation of color #E9293B: hue angle of 354.38º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9293B is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 59 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.09 |
| HSL | 354.38º | 0.81% | 0.54% | - |
| HSV(B) | 354.38º | 0.82% | 0.91% | - |
| XYZ | 35.19 | 19.23 | 5.99 | - |
| YUV | 100.46 | 104.61 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 59 | 0 | 0.82 | 0.75 | 0.09 | 354.38 | 0.81 | 0.54 |
| Hex | E9 | 29 | 3B | 0 | 52 | 4B | 9 | 162 | 51 | 36 |
| Octal | 351 | 51 | 73 | 0 | 122 | 113 | 11 | 542 | 121 | 66 |
| Binary | 11101001 | 101001 | 111011 | 0 | 1010010 | 1001011 | 1001 | 101100010 | 1010001 | 110110 |
Color Harmonies of #E9293B
Complementary color
Monochromatic Colors of #E9293B
Black with #E9293B
Text Example
Text Example
White with #E9293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9293B; }
p { color: rgb(233,41,59); }
H1.HeaderClassName
{
color: #E9293B;
}
.AnyTagClassName
{
color: #E9293B;
}
</style>
background-color css
<style>
a { background-color: #E9293B; }
a { background-color: rgb(233,41,59); }
div.DivClassName
{
background-color: #E9293B;
}
.BgClassName
{
background-color: #E9293B;
}
</style>
border-color css
<style>
span { border-color: #E9293B; }
span { border-color: rgb(233,41,59); }
td.TdClassName
{
border-color: #E9293B;
}
.TagClassName
{
border-color: #E9293B;
}
</style>