Shades of Alizarin #E92541
Tints of Alizarin #E92541
RGB
CMYK
RGB Variations
Color information
#E92541 (or 0xE92541) is known color: Alizarin. HEX triplet: E9, 25 and 41. RGB value is (233,37,65). Sum of RGB (Red+Green+Blue) = 233+37+65=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E92541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92541 is #16DABE. Grayscale: #626262. Windows color (decimal): -1497791 or 4269545. OLE color: 4269545.
HSL color Cylindrical-coordinate representation of color #E92541: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92541 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 65 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.09 |
| HSL | 351.43º | 0.82% | 0.53% | - |
| HSV(B) | 351.43º | 0.84% | 0.91% | - |
| XYZ | 35.22 | 19.03 | 6.82 | - |
| YUV | 98.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 65 | 0 | 0.84 | 0.72 | 0.09 | 351.43 | 0.82 | 0.53 |
| Hex | E9 | 25 | 41 | 0 | 54 | 48 | 9 | 15F | 52 | 35 |
| Octal | 351 | 45 | 101 | 0 | 124 | 110 | 11 | 537 | 122 | 65 |
| Binary | 11101001 | 100101 | 1000001 | 0 | 1010100 | 1001000 | 1001 | 101011111 | 1010010 | 110101 |
Color Harmonies of #E92541
Complementary color
Monochromatic Colors of #E92541
Black with #E92541
Text Example
Text Example
White with #E92541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92541; }
p { color: rgb(233,37,65); }
H1.HeaderClassName
{
color: #E92541;
}
.AnyTagClassName
{
color: #E92541;
}
</style>
background-color css
<style>
a { background-color: #E92541; }
a { background-color: rgb(233,37,65); }
div.DivClassName
{
background-color: #E92541;
}
.BgClassName
{
background-color: #E92541;
}
</style>
border-color css
<style>
span { border-color: #E92541; }
span { border-color: rgb(233,37,65); }
td.TdClassName
{
border-color: #E92541;
}
.TagClassName
{
border-color: #E92541;
}
</style>