Shades of Alizarin #E91B2F
Tints of Alizarin #E91B2F
RGB
CMYK
RGB Variations
Color information
#E91B2F (or 0xE91B2F) is known color: Alizarin. HEX triplet: E9, 1B and 2F. RGB value is (233,27,47). Sum of RGB (Red+Green+Blue) = 233+27+47=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B2F is #16E4D0. Grayscale: #5A5A5A. Windows color (decimal): -1500369 or 3087337. OLE color: 3087337.
HSL color Cylindrical-coordinate representation of color #E91B2F: hue angle of 354.17º 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 #E91B2F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 47 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.09 |
| HSL | 354.17º | 0.82% | 0.51% | - |
| HSV(B) | 354.17º | 0.88% | 0.91% | - |
| XYZ | 34.51 | 18.31 | 4.41 | - |
| YUV | 90.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 47 | 0 | 0.88 | 0.80 | 0.09 | 354.17 | 0.82 | 0.51 |
| Hex | E9 | 1B | 2F | 0 | 58 | 50 | 9 | 162 | 52 | 33 |
| Octal | 351 | 33 | 57 | 0 | 130 | 120 | 11 | 542 | 122 | 63 |
| Binary | 11101001 | 11011 | 101111 | 0 | 1011000 | 1010000 | 1001 | 101100010 | 1010010 | 110011 |
Color Harmonies of #E91B2F
Complementary color
Monochromatic Colors of #E91B2F
Black with #E91B2F
Text Example
Text Example
White with #E91B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B2F; }
p { color: rgb(233,27,47); }
H1.HeaderClassName
{
color: #E91B2F;
}
.AnyTagClassName
{
color: #E91B2F;
}
</style>
background-color css
<style>
a { background-color: #E91B2F; }
a { background-color: rgb(233,27,47); }
div.DivClassName
{
background-color: #E91B2F;
}
.BgClassName
{
background-color: #E91B2F;
}
</style>
border-color css
<style>
span { border-color: #E91B2F; }
span { border-color: rgb(233,27,47); }
td.TdClassName
{
border-color: #E91B2F;
}
.TagClassName
{
border-color: #E91B2F;
}
</style>