Shades of Alizarin #E91B26
Tints of Alizarin #E91B26
RGB
CMYK
RGB Variations
Color information
#E91B26 (or 0xE91B26) is known color: Alizarin. HEX triplet: E9, 1B and 26. RGB value is (233,27,38). Sum of RGB (Red+Green+Blue) = 233+27+38=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B26 is #16E4D9. Grayscale: #5A5A5A. Windows color (decimal): -1500378 or 2497513. OLE color: 2497513.
HSL color Cylindrical-coordinate representation of color #E91B26: hue angle of 356.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B26 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 38 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.09 |
| HSL | 356.8º | 0.82% | 0.51% | - |
| HSV(B) | 356.8º | 0.88% | 0.91% | - |
| XYZ | 34.35 | 18.25 | 3.55 | - |
| YUV | 89.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 38 | 0 | 0.88 | 0.84 | 0.09 | 356.8 | 0.82 | 0.51 |
| Hex | E9 | 1B | 26 | 0 | 58 | 54 | 9 | 165 | 52 | 33 |
| Octal | 351 | 33 | 46 | 0 | 130 | 124 | 11 | 545 | 122 | 63 |
| Binary | 11101001 | 11011 | 100110 | 0 | 1011000 | 1010100 | 1001 | 101100101 | 1010010 | 110011 |
Color Harmonies of #E91B26
Complementary color
Monochromatic Colors of #E91B26
Black with #E91B26
Text Example
Text Example
White with #E91B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B26; }
p { color: rgb(233,27,38); }
H1.HeaderClassName
{
color: #E91B26;
}
.AnyTagClassName
{
color: #E91B26;
}
</style>
background-color css
<style>
a { background-color: #E91B26; }
a { background-color: rgb(233,27,38); }
div.DivClassName
{
background-color: #E91B26;
}
.BgClassName
{
background-color: #E91B26;
}
</style>
border-color css
<style>
span { border-color: #E91B26; }
span { border-color: rgb(233,27,38); }
td.TdClassName
{
border-color: #E91B26;
}
.TagClassName
{
border-color: #E91B26;
}
</style>