Shades of Alizarin #E92D35
Tints of Alizarin #E92D35
RGB
CMYK
RGB Variations
Color information
#E92D35 (or 0xE92D35) is known color: Alizarin. HEX triplet: E9, 2D and 35. RGB value is (233,45,53). Sum of RGB (Red+Green+Blue) = 233+45+53=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92D35 is #16D2CA. Grayscale: #666666. Windows color (decimal): -1495755 or 3485161. OLE color: 3485161.
HSL color Cylindrical-coordinate representation of color #E92D35: hue angle of 357.45º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D35 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 53 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.09 |
| HSL | 357.45º | 0.81% | 0.55% | - |
| HSV(B) | 357.45º | 0.81% | 0.91% | - |
| XYZ | 35.19 | 19.46 | 5.27 | - |
| YUV | 102.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 53 | 0 | 0.81 | 0.77 | 0.09 | 357.45 | 0.81 | 0.55 |
| Hex | E9 | 2D | 35 | 0 | 51 | 4D | 9 | 165 | 51 | 37 |
| Octal | 351 | 55 | 65 | 0 | 121 | 115 | 11 | 545 | 121 | 67 |
| Binary | 11101001 | 101101 | 110101 | 0 | 1010001 | 1001101 | 1001 | 101100101 | 1010001 | 110111 |
Color Harmonies of #E92D35
Complementary color
Monochromatic Colors of #E92D35
Black with #E92D35
Text Example
Text Example
White with #E92D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D35; }
p { color: rgb(233,45,53); }
H1.HeaderClassName
{
color: #E92D35;
}
.AnyTagClassName
{
color: #E92D35;
}
</style>
background-color css
<style>
a { background-color: #E92D35; }
a { background-color: rgb(233,45,53); }
div.DivClassName
{
background-color: #E92D35;
}
.BgClassName
{
background-color: #E92D35;
}
</style>
border-color css
<style>
span { border-color: #E92D35; }
span { border-color: rgb(233,45,53); }
td.TdClassName
{
border-color: #E92D35;
}
.TagClassName
{
border-color: #E92D35;
}
</style>