Shades of Alizarin #E92935
Tints of Alizarin #E92935
RGB
CMYK
RGB Variations
Color information
#E92935 (or 0xE92935) is known color: Alizarin. HEX triplet: E9, 29 and 35. RGB value is (233,41,53). Sum of RGB (Red+Green+Blue) = 233+41+53=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E92935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92935 is #16D6CA. Grayscale: #636363. Windows color (decimal): -1496779 or 3484137. OLE color: 3484137.
HSL color Cylindrical-coordinate representation of color #E92935: hue angle of 356.25º 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 #E92935 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 53 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.09 |
| HSL | 356.25º | 0.81% | 0.54% | - |
| HSV(B) | 356.25º | 0.82% | 0.91% | - |
| XYZ | 35.04 | 19.17 | 5.22 | - |
| YUV | 99.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 53 | 0 | 0.82 | 0.77 | 0.09 | 356.25 | 0.81 | 0.54 |
| Hex | E9 | 29 | 35 | 0 | 52 | 4D | 9 | 164 | 51 | 36 |
| Octal | 351 | 51 | 65 | 0 | 122 | 115 | 11 | 544 | 121 | 66 |
| Binary | 11101001 | 101001 | 110101 | 0 | 1010010 | 1001101 | 1001 | 101100100 | 1010001 | 110110 |
Color Harmonies of #E92935
Complementary color
Monochromatic Colors of #E92935
Black with #E92935
Text Example
Text Example
White with #E92935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92935; }
p { color: rgb(233,41,53); }
H1.HeaderClassName
{
color: #E92935;
}
.AnyTagClassName
{
color: #E92935;
}
</style>
background-color css
<style>
a { background-color: #E92935; }
a { background-color: rgb(233,41,53); }
div.DivClassName
{
background-color: #E92935;
}
.BgClassName
{
background-color: #E92935;
}
</style>
border-color css
<style>
span { border-color: #E92935; }
span { border-color: rgb(233,41,53); }
td.TdClassName
{
border-color: #E92935;
}
.TagClassName
{
border-color: #E92935;
}
</style>