Shades of Alizarin #E92A3E
Tints of Alizarin #E92A3E
RGB
CMYK
RGB Variations
Color information
#E92A3E (or 0xE92A3E) is known color: Alizarin. HEX triplet: E9, 2A and 3E. RGB value is (233,42,62). Sum of RGB (Red+Green+Blue) = 233+42+62=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A3E is #16D5C1. Grayscale: #656565. Windows color (decimal): -1496514 or 4074217. OLE color: 4074217.
HSL color Cylindrical-coordinate representation of color #E92A3E: hue angle of 353.72º 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 #E92A3E is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 62 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.09 |
| HSL | 353.72º | 0.81% | 0.54% | - |
| HSV(B) | 353.72º | 0.82% | 0.91% | - |
| XYZ | 35.3 | 19.33 | 6.43 | - |
| YUV | 101.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 62 | 0 | 0.82 | 0.73 | 0.09 | 353.72 | 0.81 | 0.54 |
| Hex | E9 | 2A | 3E | 0 | 52 | 49 | 9 | 162 | 51 | 36 |
| Octal | 351 | 52 | 76 | 0 | 122 | 111 | 11 | 542 | 121 | 66 |
| Binary | 11101001 | 101010 | 111110 | 0 | 1010010 | 1001001 | 1001 | 101100010 | 1010001 | 110110 |
Color Harmonies of #E92A3E
Complementary color
Monochromatic Colors of #E92A3E
Black with #E92A3E
Text Example
Text Example
White with #E92A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A3E; }
p { color: rgb(233,42,62); }
H1.HeaderClassName
{
color: #E92A3E;
}
.AnyTagClassName
{
color: #E92A3E;
}
</style>
background-color css
<style>
a { background-color: #E92A3E; }
a { background-color: rgb(233,42,62); }
div.DivClassName
{
background-color: #E92A3E;
}
.BgClassName
{
background-color: #E92A3E;
}
</style>
border-color css
<style>
span { border-color: #E92A3E; }
span { border-color: rgb(233,42,62); }
td.TdClassName
{
border-color: #E92A3E;
}
.TagClassName
{
border-color: #E92A3E;
}
</style>