Shades of Alizarin #E92335
Tints of Alizarin #E92335
RGB
CMYK
RGB Variations
Color information
#E92335 (or 0xE92335) is known color: Alizarin. HEX triplet: E9, 23 and 35. RGB value is (233,35,53). Sum of RGB (Red+Green+Blue) = 233+35+53=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E92335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92335 is #16DCCA. Grayscale: #606060. Windows color (decimal): -1498315 or 3482601. OLE color: 3482601.
HSL color Cylindrical-coordinate representation of color #E92335: hue angle of 354.55º 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 #E92335 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 53 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.09 |
| HSL | 354.55º | 0.82% | 0.53% | - |
| HSV(B) | 354.55º | 0.85% | 0.91% | - |
| XYZ | 34.85 | 18.78 | 5.16 | - |
| YUV | 96.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 53 | 0 | 0.85 | 0.77 | 0.09 | 354.55 | 0.82 | 0.53 |
| Hex | E9 | 23 | 35 | 0 | 55 | 4D | 9 | 163 | 52 | 35 |
| Octal | 351 | 43 | 65 | 0 | 125 | 115 | 11 | 543 | 122 | 65 |
| Binary | 11101001 | 100011 | 110101 | 0 | 1010101 | 1001101 | 1001 | 101100011 | 1010010 | 110101 |
Color Harmonies of #E92335
Complementary color
Monochromatic Colors of #E92335
Black with #E92335
Text Example
Text Example
White with #E92335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92335; }
p { color: rgb(233,35,53); }
H1.HeaderClassName
{
color: #E92335;
}
.AnyTagClassName
{
color: #E92335;
}
</style>
background-color css
<style>
a { background-color: #E92335; }
a { background-color: rgb(233,35,53); }
div.DivClassName
{
background-color: #E92335;
}
.BgClassName
{
background-color: #E92335;
}
</style>
border-color css
<style>
span { border-color: #E92335; }
span { border-color: rgb(233,35,53); }
td.TdClassName
{
border-color: #E92335;
}
.TagClassName
{
border-color: #E92335;
}
</style>