Shades of Alizarin #E9292D
Tints of Alizarin #E9292D
RGB
CMYK
RGB Variations
Color information
#E9292D (or 0xE9292D) is known color: Alizarin. HEX triplet: E9, 29 and 2D. RGB value is (233,41,45). Sum of RGB (Red+Green+Blue) = 233+41+45=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E9292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9292D is #16D6D2. Grayscale: #636363. Windows color (decimal): -1496787 or 2959849. OLE color: 2959849.
HSL color Cylindrical-coordinate representation of color #E9292D: hue angle of 358.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 #E9292D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 45 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.09 |
| HSL | 358.75º | 0.81% | 0.54% | - |
| HSV(B) | 358.75º | 0.82% | 0.91% | - |
| XYZ | 34.87 | 19.1 | 4.33 | - |
| YUV | 98.86 | 97.61 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 45 | 0 | 0.82 | 0.81 | 0.09 | 358.75 | 0.81 | 0.54 |
| Hex | E9 | 29 | 2D | 0 | 52 | 51 | 9 | 167 | 51 | 36 |
| Octal | 351 | 51 | 55 | 0 | 122 | 121 | 11 | 547 | 121 | 66 |
| Binary | 11101001 | 101001 | 101101 | 0 | 1010010 | 1010001 | 1001 | 101100111 | 1010001 | 110110 |
Color Harmonies of #E9292D
Complementary color
Monochromatic Colors of #E9292D
Black with #E9292D
Text Example
Text Example
White with #E9292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9292D; }
p { color: rgb(233,41,45); }
H1.HeaderClassName
{
color: #E9292D;
}
.AnyTagClassName
{
color: #E9292D;
}
</style>
background-color css
<style>
a { background-color: #E9292D; }
a { background-color: rgb(233,41,45); }
div.DivClassName
{
background-color: #E9292D;
}
.BgClassName
{
background-color: #E9292D;
}
</style>
border-color css
<style>
span { border-color: #E9292D; }
span { border-color: rgb(233,41,45); }
td.TdClassName
{
border-color: #E9292D;
}
.TagClassName
{
border-color: #E9292D;
}
</style>