Shades of Alizarin #E92E3E
Tints of Alizarin #E92E3E
RGB
CMYK
RGB Variations
Color information
#E92E3E (or 0xE92E3E) is known color: Alizarin. HEX triplet: E9, 2E and 3E. RGB value is (233,46,62). Sum of RGB (Red+Green+Blue) = 233+46+62=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92E3E is #16D1C1. Grayscale: #676767. Windows color (decimal): -1495490 or 4075241. OLE color: 4075241.
HSL color Cylindrical-coordinate representation of color #E92E3E: hue angle of 354.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92E3E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 62 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.09 |
| HSL | 354.87º | 0.81% | 0.55% | - |
| HSV(B) | 354.87º | 0.8% | 0.91% | - |
| XYZ | 35.45 | 19.63 | 6.48 | - |
| YUV | 103.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 62 | 0 | 0.80 | 0.73 | 0.09 | 354.87 | 0.81 | 0.55 |
| Hex | E9 | 2E | 3E | 0 | 50 | 49 | 9 | 163 | 51 | 37 |
| Octal | 351 | 56 | 76 | 0 | 120 | 111 | 11 | 543 | 121 | 67 |
| Binary | 11101001 | 101110 | 111110 | 0 | 1010000 | 1001001 | 1001 | 101100011 | 1010001 | 110111 |
Color Harmonies of #E92E3E
Complementary color
Monochromatic Colors of #E92E3E
Black with #E92E3E
Text Example
Text Example
White with #E92E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E3E; }
p { color: rgb(233,46,62); }
H1.HeaderClassName
{
color: #E92E3E;
}
.AnyTagClassName
{
color: #E92E3E;
}
</style>
background-color css
<style>
a { background-color: #E92E3E; }
a { background-color: rgb(233,46,62); }
div.DivClassName
{
background-color: #E92E3E;
}
.BgClassName
{
background-color: #E92E3E;
}
</style>
border-color css
<style>
span { border-color: #E92E3E; }
span { border-color: rgb(233,46,62); }
td.TdClassName
{
border-color: #E92E3E;
}
.TagClassName
{
border-color: #E92E3E;
}
</style>