Shades of Alizarin #E92234
Tints of Alizarin #E92234
RGB
CMYK
RGB Variations
Color information
#E92234 (or 0xE92234) is known color: Alizarin. HEX triplet: E9, 22 and 34. RGB value is (233,34,52). Sum of RGB (Red+Green+Blue) = 233+34+52=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E92234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92234 is #16DDCB. Grayscale: #5F5F5F. Windows color (decimal): -1498572 or 3416809. OLE color: 3416809.
HSL color Cylindrical-coordinate representation of color #E92234: hue angle of 354.57º 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 #E92234 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 52 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.09 |
| HSL | 354.57º | 0.82% | 0.52% | - |
| HSV(B) | 354.57º | 0.85% | 0.91% | - |
| XYZ | 34.8 | 18.72 | 5.03 | - |
| YUV | 95.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 52 | 0 | 0.85 | 0.78 | 0.09 | 354.57 | 0.82 | 0.52 |
| Hex | E9 | 22 | 34 | 0 | 55 | 4E | 9 | 163 | 52 | 34 |
| Octal | 351 | 42 | 64 | 0 | 125 | 116 | 11 | 543 | 122 | 64 |
| Binary | 11101001 | 100010 | 110100 | 0 | 1010101 | 1001110 | 1001 | 101100011 | 1010010 | 110100 |
Color Harmonies of #E92234
Complementary color
Monochromatic Colors of #E92234
Black with #E92234
Text Example
Text Example
White with #E92234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92234; }
p { color: rgb(233,34,52); }
H1.HeaderClassName
{
color: #E92234;
}
.AnyTagClassName
{
color: #E92234;
}
</style>
background-color css
<style>
a { background-color: #E92234; }
a { background-color: rgb(233,34,52); }
div.DivClassName
{
background-color: #E92234;
}
.BgClassName
{
background-color: #E92234;
}
</style>
border-color css
<style>
span { border-color: #E92234; }
span { border-color: rgb(233,34,52); }
td.TdClassName
{
border-color: #E92234;
}
.TagClassName
{
border-color: #E92234;
}
</style>