Shades of Alizarin #E9293D
Tints of Alizarin #E9293D
RGB
CMYK
RGB Variations
Color information
#E9293D (or 0xE9293D) is known color: Alizarin. HEX triplet: E9, 29 and 3D. RGB value is (233,41,61). Sum of RGB (Red+Green+Blue) = 233+41+61=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E9293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9293D is #16D6C2. Grayscale: #646464. Windows color (decimal): -1496771 or 4008425. OLE color: 4008425.
HSL color Cylindrical-coordinate representation of color #E9293D: hue angle of 353.75º 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 #E9293D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 61 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.09 |
| HSL | 353.75º | 0.81% | 0.54% | - |
| HSV(B) | 353.75º | 0.82% | 0.91% | - |
| XYZ | 35.24 | 19.25 | 6.27 | - |
| YUV | 100.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 61 | 0 | 0.82 | 0.74 | 0.09 | 353.75 | 0.81 | 0.54 |
| Hex | E9 | 29 | 3D | 0 | 52 | 4A | 9 | 162 | 51 | 36 |
| Octal | 351 | 51 | 75 | 0 | 122 | 112 | 11 | 542 | 121 | 66 |
| Binary | 11101001 | 101001 | 111101 | 0 | 1010010 | 1001010 | 1001 | 101100010 | 1010001 | 110110 |
Color Harmonies of #E9293D
Complementary color
Monochromatic Colors of #E9293D
Black with #E9293D
Text Example
Text Example
White with #E9293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9293D; }
p { color: rgb(233,41,61); }
H1.HeaderClassName
{
color: #E9293D;
}
.AnyTagClassName
{
color: #E9293D;
}
</style>
background-color css
<style>
a { background-color: #E9293D; }
a { background-color: rgb(233,41,61); }
div.DivClassName
{
background-color: #E9293D;
}
.BgClassName
{
background-color: #E9293D;
}
</style>
border-color css
<style>
span { border-color: #E9293D; }
span { border-color: rgb(233,41,61); }
td.TdClassName
{
border-color: #E9293D;
}
.TagClassName
{
border-color: #E9293D;
}
</style>