Shades of Alizarin #E92932
Tints of Alizarin #E92932
RGB
CMYK
RGB Variations
Color information
#E92932 (or 0xE92932) is known color: Alizarin. HEX triplet: E9, 29 and 32. RGB value is (233,41,50). Sum of RGB (Red+Green+Blue) = 233+41+50=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E92932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92932 is #16D6CD. Grayscale: #636363. Windows color (decimal): -1496782 or 3287529. OLE color: 3287529.
HSL color Cylindrical-coordinate representation of color #E92932: hue angle of 357.19º 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 #E92932 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 50 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.09 |
| HSL | 357.19º | 0.81% | 0.54% | - |
| HSV(B) | 357.19º | 0.82% | 0.91% | - |
| XYZ | 34.97 | 19.14 | 4.87 | - |
| YUV | 99.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 50 | 0 | 0.82 | 0.79 | 0.09 | 357.19 | 0.81 | 0.54 |
| Hex | E9 | 29 | 32 | 0 | 52 | 4F | 9 | 165 | 51 | 36 |
| Octal | 351 | 51 | 62 | 0 | 122 | 117 | 11 | 545 | 121 | 66 |
| Binary | 11101001 | 101001 | 110010 | 0 | 1010010 | 1001111 | 1001 | 101100101 | 1010001 | 110110 |
Color Harmonies of #E92932
Complementary color
Monochromatic Colors of #E92932
Black with #E92932
Text Example
Text Example
White with #E92932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92932; }
p { color: rgb(233,41,50); }
H1.HeaderClassName
{
color: #E92932;
}
.AnyTagClassName
{
color: #E92932;
}
</style>
background-color css
<style>
a { background-color: #E92932; }
a { background-color: rgb(233,41,50); }
div.DivClassName
{
background-color: #E92932;
}
.BgClassName
{
background-color: #E92932;
}
</style>
border-color css
<style>
span { border-color: #E92932; }
span { border-color: rgb(233,41,50); }
td.TdClassName
{
border-color: #E92932;
}
.TagClassName
{
border-color: #E92932;
}
</style>