Shades of Alizarin #E92032
Tints of Alizarin #E92032
RGB
CMYK
RGB Variations
Color information
#E92032 (or 0xE92032) is known color: Alizarin. HEX triplet: E9, 20 and 32. RGB value is (233,32,50). Sum of RGB (Red+Green+Blue) = 233+32+50=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E92032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92032 is #16DFCD. Grayscale: #5E5E5E. Windows color (decimal): -1499086 or 3285225. OLE color: 3285225.
HSL color Cylindrical-coordinate representation of color #E92032: hue angle of 354.63º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92032 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 50 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.09 |
| HSL | 354.63º | 0.82% | 0.52% | - |
| HSV(B) | 354.63º | 0.86% | 0.91% | - |
| XYZ | 34.7 | 18.59 | 4.78 | - |
| YUV | 94.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 50 | 0 | 0.86 | 0.79 | 0.09 | 354.63 | 0.82 | 0.52 |
| Hex | E9 | 20 | 32 | 0 | 56 | 4F | 9 | 163 | 52 | 34 |
| Octal | 351 | 40 | 62 | 0 | 126 | 117 | 11 | 543 | 122 | 64 |
| Binary | 11101001 | 100000 | 110010 | 0 | 1010110 | 1001111 | 1001 | 101100011 | 1010010 | 110100 |
Color Harmonies of #E92032
Complementary color
Monochromatic Colors of #E92032
Black with #E92032
Text Example
Text Example
White with #E92032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92032; }
p { color: rgb(233,32,50); }
H1.HeaderClassName
{
color: #E92032;
}
.AnyTagClassName
{
color: #E92032;
}
</style>
background-color css
<style>
a { background-color: #E92032; }
a { background-color: rgb(233,32,50); }
div.DivClassName
{
background-color: #E92032;
}
.BgClassName
{
background-color: #E92032;
}
</style>
border-color css
<style>
span { border-color: #E92032; }
span { border-color: rgb(233,32,50); }
td.TdClassName
{
border-color: #E92032;
}
.TagClassName
{
border-color: #E92032;
}
</style>