Shades of Alizarin #E92238
Tints of Alizarin #E92238
RGB
CMYK
RGB Variations
Color information
#E92238 (or 0xE92238) is known color: Alizarin. HEX triplet: E9, 22 and 38. RGB value is (233,34,56). Sum of RGB (Red+Green+Blue) = 233+34+56=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E92238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92238 is #16DDC7. Grayscale: #606060. Windows color (decimal): -1498568 or 3678953. OLE color: 3678953.
HSL color Cylindrical-coordinate representation of color #E92238: hue angle of 353.37º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92238 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 56 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.09 |
| HSL | 353.37º | 0.82% | 0.52% | - |
| HSV(B) | 353.37º | 0.85% | 0.91% | - |
| XYZ | 34.89 | 18.75 | 5.52 | - |
| YUV | 96.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 56 | 0 | 0.85 | 0.76 | 0.09 | 353.37 | 0.82 | 0.52 |
| Hex | E9 | 22 | 38 | 0 | 55 | 4C | 9 | 161 | 52 | 34 |
| Octal | 351 | 42 | 70 | 0 | 125 | 114 | 11 | 541 | 122 | 64 |
| Binary | 11101001 | 100010 | 111000 | 0 | 1010101 | 1001100 | 1001 | 101100001 | 1010010 | 110100 |
Color Harmonies of #E92238
Complementary color
Monochromatic Colors of #E92238
Black with #E92238
Text Example
Text Example
White with #E92238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92238; }
p { color: rgb(233,34,56); }
H1.HeaderClassName
{
color: #E92238;
}
.AnyTagClassName
{
color: #E92238;
}
</style>
background-color css
<style>
a { background-color: #E92238; }
a { background-color: rgb(233,34,56); }
div.DivClassName
{
background-color: #E92238;
}
.BgClassName
{
background-color: #E92238;
}
</style>
border-color css
<style>
span { border-color: #E92238; }
span { border-color: rgb(233,34,56); }
td.TdClassName
{
border-color: #E92238;
}
.TagClassName
{
border-color: #E92238;
}
</style>