Shades of Alizarin #E91A30
Tints of Alizarin #E91A30
RGB
CMYK
RGB Variations
Color information
#E91A30 (or 0xE91A30) is known color: Alizarin. HEX triplet: E9, 1A and 30. RGB value is (233,26,48). Sum of RGB (Red+Green+Blue) = 233+26+48=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A30 is #16E5CF. Grayscale: #5A5A5A. Windows color (decimal): -1500624 or 3152617. OLE color: 3152617.
HSL color Cylindrical-coordinate representation of color #E91A30: hue angle of 353.62º 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 #E91A30 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 48 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.09 |
| HSL | 353.62º | 0.82% | 0.51% | - |
| HSV(B) | 353.62º | 0.89% | 0.91% | - |
| XYZ | 34.51 | 18.28 | 4.51 | - |
| YUV | 90.4 | 104.08 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 48 | 0 | 0.89 | 0.79 | 0.09 | 353.62 | 0.82 | 0.51 |
| Hex | E9 | 1A | 30 | 0 | 59 | 4F | 9 | 162 | 52 | 33 |
| Octal | 351 | 32 | 60 | 0 | 131 | 117 | 11 | 542 | 122 | 63 |
| Binary | 11101001 | 11010 | 110000 | 0 | 1011001 | 1001111 | 1001 | 101100010 | 1010010 | 110011 |
Color Harmonies of #E91A30
Complementary color
Monochromatic Colors of #E91A30
Black with #E91A30
Text Example
Text Example
White with #E91A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A30; }
p { color: rgb(233,26,48); }
H1.HeaderClassName
{
color: #E91A30;
}
.AnyTagClassName
{
color: #E91A30;
}
</style>
background-color css
<style>
a { background-color: #E91A30; }
a { background-color: rgb(233,26,48); }
div.DivClassName
{
background-color: #E91A30;
}
.BgClassName
{
background-color: #E91A30;
}
</style>
border-color css
<style>
span { border-color: #E91A30; }
span { border-color: rgb(233,26,48); }
td.TdClassName
{
border-color: #E91A30;
}
.TagClassName
{
border-color: #E91A30;
}
</style>