Shades of Alizarin #E92B3E
Tints of Alizarin #E92B3E
RGB
CMYK
RGB Variations
Color information
#E92B3E (or 0xE92B3E) is known color: Alizarin. HEX triplet: E9, 2B and 3E. RGB value is (233,43,62). Sum of RGB (Red+Green+Blue) = 233+43+62=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92B3E is #16D4C1. Grayscale: #666666. Windows color (decimal): -1496258 or 4074473. OLE color: 4074473.
HSL color Cylindrical-coordinate representation of color #E92B3E: hue angle of 354º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92B3E is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 62 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.09 |
| HSL | 354º | 0.81% | 0.54% | - |
| HSV(B) | 354º | 0.82% | 0.91% | - |
| XYZ | 35.34 | 19.4 | 6.44 | - |
| YUV | 101.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 62 | 0 | 0.82 | 0.73 | 0.09 | 354 | 0.81 | 0.54 |
| Hex | E9 | 2B | 3E | 0 | 52 | 49 | 9 | 162 | 51 | 36 |
| Octal | 351 | 53 | 76 | 0 | 122 | 111 | 11 | 542 | 121 | 66 |
| Binary | 11101001 | 101011 | 111110 | 0 | 1010010 | 1001001 | 1001 | 101100010 | 1010001 | 110110 |
Color Harmonies of #E92B3E
Complementary color
Monochromatic Colors of #E92B3E
Black with #E92B3E
Text Example
Text Example
White with #E92B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B3E; }
p { color: rgb(233,43,62); }
H1.HeaderClassName
{
color: #E92B3E;
}
.AnyTagClassName
{
color: #E92B3E;
}
</style>
background-color css
<style>
a { background-color: #E92B3E; }
a { background-color: rgb(233,43,62); }
div.DivClassName
{
background-color: #E92B3E;
}
.BgClassName
{
background-color: #E92B3E;
}
</style>
border-color css
<style>
span { border-color: #E92B3E; }
span { border-color: rgb(233,43,62); }
td.TdClassName
{
border-color: #E92B3E;
}
.TagClassName
{
border-color: #E92B3E;
}
</style>