Shades of Alizarin #E92324
Tints of Alizarin #E92324
RGB
CMYK
RGB Variations
Color information
#E92324 (or 0xE92324) is known color: Alizarin. HEX triplet: E9, 23 and 24. RGB value is (233,35,36). Sum of RGB (Red+Green+Blue) = 233+35+36=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E92324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92324 is #16DCDB. Grayscale: #5E5E5E. Windows color (decimal): -1498332 or 2368489. OLE color: 2368489.
HSL color Cylindrical-coordinate representation of color #E92324: hue angle of 359.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92324 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.09 |
| HSL | 359.7º | 0.82% | 0.53% | - |
| HSV(B) | 359.7º | 0.85% | 0.91% | - |
| XYZ | 34.52 | 18.65 | 3.45 | - |
| YUV | 94.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 36 | 0 | 0.85 | 0.85 | 0.09 | 359.7 | 0.82 | 0.53 |
| Hex | E9 | 23 | 24 | 0 | 55 | 55 | 9 | 168 | 52 | 35 |
| Octal | 351 | 43 | 44 | 0 | 125 | 125 | 11 | 550 | 122 | 65 |
| Binary | 11101001 | 100011 | 100100 | 0 | 1010101 | 1010101 | 1001 | 101101000 | 1010010 | 110101 |
Color Harmonies of #E92324
Complementary color
Monochromatic Colors of #E92324
Black with #E92324
Text Example
Text Example
White with #E92324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92324; }
p { color: rgb(233,35,36); }
H1.HeaderClassName
{
color: #E92324;
}
.AnyTagClassName
{
color: #E92324;
}
</style>
background-color css
<style>
a { background-color: #E92324; }
a { background-color: rgb(233,35,36); }
div.DivClassName
{
background-color: #E92324;
}
.BgClassName
{
background-color: #E92324;
}
</style>
border-color css
<style>
span { border-color: #E92324; }
span { border-color: rgb(233,35,36); }
td.TdClassName
{
border-color: #E92324;
}
.TagClassName
{
border-color: #E92324;
}
</style>