Shades of Alizarin #E92934
Tints of Alizarin #E92934
RGB
CMYK
RGB Variations
Color information
#E92934 (or 0xE92934) is known color: Alizarin. HEX triplet: E9, 29 and 34. RGB value is (233,41,52). Sum of RGB (Red+Green+Blue) = 233+41+52=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E92934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92934 is #16D6CB. Grayscale: #636363. Windows color (decimal): -1496780 or 3418601. OLE color: 3418601.
HSL color Cylindrical-coordinate representation of color #E92934: hue angle of 356.56º 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 #E92934 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 52 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.09 |
| HSL | 356.56º | 0.81% | 0.54% | - |
| HSV(B) | 356.56º | 0.82% | 0.91% | - |
| XYZ | 35.02 | 19.16 | 5.1 | - |
| YUV | 99.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 52 | 0 | 0.82 | 0.78 | 0.09 | 356.56 | 0.81 | 0.54 |
| Hex | E9 | 29 | 34 | 0 | 52 | 4E | 9 | 165 | 51 | 36 |
| Octal | 351 | 51 | 64 | 0 | 122 | 116 | 11 | 545 | 121 | 66 |
| Binary | 11101001 | 101001 | 110100 | 0 | 1010010 | 1001110 | 1001 | 101100101 | 1010001 | 110110 |
Color Harmonies of #E92934
Complementary color
Monochromatic Colors of #E92934
Black with #E92934
Text Example
Text Example
White with #E92934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92934; }
p { color: rgb(233,41,52); }
H1.HeaderClassName
{
color: #E92934;
}
.AnyTagClassName
{
color: #E92934;
}
</style>
background-color css
<style>
a { background-color: #E92934; }
a { background-color: rgb(233,41,52); }
div.DivClassName
{
background-color: #E92934;
}
.BgClassName
{
background-color: #E92934;
}
</style>
border-color css
<style>
span { border-color: #E92934; }
span { border-color: rgb(233,41,52); }
td.TdClassName
{
border-color: #E92934;
}
.TagClassName
{
border-color: #E92934;
}
</style>