Shades of Alizarin #E92134
Tints of Alizarin #E92134
RGB
CMYK
RGB Variations
Color information
#E92134 (or 0xE92134) is known color: Alizarin. HEX triplet: E9, 21 and 34. RGB value is (233,33,52). Sum of RGB (Red+Green+Blue) = 233+33+52=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E92134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92134 is #16DECB. Grayscale: #5F5F5F. Windows color (decimal): -1498828 or 3416553. OLE color: 3416553.
HSL color Cylindrical-coordinate representation of color #E92134: hue angle of 354.3º 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 #E92134 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 52 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.09 |
| HSL | 354.3º | 0.82% | 0.52% | - |
| HSV(B) | 354.3º | 0.86% | 0.91% | - |
| XYZ | 34.77 | 18.66 | 5.02 | - |
| YUV | 94.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 52 | 0 | 0.86 | 0.78 | 0.09 | 354.3 | 0.82 | 0.52 |
| Hex | E9 | 21 | 34 | 0 | 56 | 4E | 9 | 162 | 52 | 34 |
| Octal | 351 | 41 | 64 | 0 | 126 | 116 | 11 | 542 | 122 | 64 |
| Binary | 11101001 | 100001 | 110100 | 0 | 1010110 | 1001110 | 1001 | 101100010 | 1010010 | 110100 |
Color Harmonies of #E92134
Complementary color
Monochromatic Colors of #E92134
Black with #E92134
Text Example
Text Example
White with #E92134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92134; }
p { color: rgb(233,33,52); }
H1.HeaderClassName
{
color: #E92134;
}
.AnyTagClassName
{
color: #E92134;
}
</style>
background-color css
<style>
a { background-color: #E92134; }
a { background-color: rgb(233,33,52); }
div.DivClassName
{
background-color: #E92134;
}
.BgClassName
{
background-color: #E92134;
}
</style>
border-color css
<style>
span { border-color: #E92134; }
span { border-color: rgb(233,33,52); }
td.TdClassName
{
border-color: #E92134;
}
.TagClassName
{
border-color: #E92134;
}
</style>