Shades of Alizarin #E91A2E
Tints of Alizarin #E91A2E
RGB
CMYK
RGB Variations
Color information
#E91A2E (or 0xE91A2E) is known color: Alizarin. HEX triplet: E9, 1A and 2E. RGB value is (233,26,46). Sum of RGB (Red+Green+Blue) = 233+26+46=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A2E is #16E5D1. Grayscale: #5A5A5A. Windows color (decimal): -1500626 or 3021545. OLE color: 3021545.
HSL color Cylindrical-coordinate representation of color #E91A2E: hue angle of 354.2º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A2E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 46 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.09 |
| HSL | 354.2º | 0.82% | 0.51% | - |
| HSV(B) | 354.2º | 0.89% | 0.91% | - |
| XYZ | 34.47 | 18.26 | 4.29 | - |
| YUV | 90.17 | 103.08 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 46 | 0 | 0.89 | 0.80 | 0.09 | 354.2 | 0.82 | 0.51 |
| Hex | E9 | 1A | 2E | 0 | 59 | 50 | 9 | 162 | 52 | 33 |
| Octal | 351 | 32 | 56 | 0 | 131 | 120 | 11 | 542 | 122 | 63 |
| Binary | 11101001 | 11010 | 101110 | 0 | 1011001 | 1010000 | 1001 | 101100010 | 1010010 | 110011 |
Color Harmonies of #E91A2E
Complementary color
Monochromatic Colors of #E91A2E
Black with #E91A2E
Text Example
Text Example
White with #E91A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A2E; }
p { color: rgb(233,26,46); }
H1.HeaderClassName
{
color: #E91A2E;
}
.AnyTagClassName
{
color: #E91A2E;
}
</style>
background-color css
<style>
a { background-color: #E91A2E; }
a { background-color: rgb(233,26,46); }
div.DivClassName
{
background-color: #E91A2E;
}
.BgClassName
{
background-color: #E91A2E;
}
</style>
border-color css
<style>
span { border-color: #E91A2E; }
span { border-color: rgb(233,26,46); }
td.TdClassName
{
border-color: #E91A2E;
}
.TagClassName
{
border-color: #E91A2E;
}
</style>