Shades of Alizarin #E91B32
Tints of Alizarin #E91B32
RGB
CMYK
RGB Variations
Color information
#E91B32 (or 0xE91B32) is known color: Alizarin. HEX triplet: E9, 1B and 32. RGB value is (233,27,50). Sum of RGB (Red+Green+Blue) = 233+27+50=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B32 is #16E4CD. Grayscale: #5B5B5B. Windows color (decimal): -1500366 or 3283945. OLE color: 3283945.
HSL color Cylindrical-coordinate representation of color #E91B32: hue angle of 353.3º 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 #E91B32 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 50 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.09 |
| HSL | 353.3º | 0.82% | 0.51% | - |
| HSV(B) | 353.3º | 0.88% | 0.91% | - |
| XYZ | 34.57 | 18.34 | 4.74 | - |
| YUV | 91.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 50 | 0 | 0.88 | 0.79 | 0.09 | 353.3 | 0.82 | 0.51 |
| Hex | E9 | 1B | 32 | 0 | 58 | 4F | 9 | 161 | 52 | 33 |
| Octal | 351 | 33 | 62 | 0 | 130 | 117 | 11 | 541 | 122 | 63 |
| Binary | 11101001 | 11011 | 110010 | 0 | 1011000 | 1001111 | 1001 | 101100001 | 1010010 | 110011 |
Color Harmonies of #E91B32
Complementary color
Monochromatic Colors of #E91B32
Black with #E91B32
Text Example
Text Example
White with #E91B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B32; }
p { color: rgb(233,27,50); }
H1.HeaderClassName
{
color: #E91B32;
}
.AnyTagClassName
{
color: #E91B32;
}
</style>
background-color css
<style>
a { background-color: #E91B32; }
a { background-color: rgb(233,27,50); }
div.DivClassName
{
background-color: #E91B32;
}
.BgClassName
{
background-color: #E91B32;
}
</style>
border-color css
<style>
span { border-color: #E91B32; }
span { border-color: rgb(233,27,50); }
td.TdClassName
{
border-color: #E91B32;
}
.TagClassName
{
border-color: #E91B32;
}
</style>