Shades of Alizarin #E91B2D
Tints of Alizarin #E91B2D
RGB
CMYK
RGB Variations
Color information
#E91B2D (or 0xE91B2D) is known color: Alizarin. HEX triplet: E9, 1B and 2D. RGB value is (233,27,45). Sum of RGB (Red+Green+Blue) = 233+27+45=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B2D is #16E4D2. Grayscale: #5A5A5A. Windows color (decimal): -1500371 or 2956265. OLE color: 2956265.
HSL color Cylindrical-coordinate representation of color #E91B2D: hue angle of 354.76º 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 #E91B2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.09 |
| HSL | 354.76º | 0.82% | 0.51% | - |
| HSV(B) | 354.76º | 0.88% | 0.91% | - |
| XYZ | 34.47 | 18.3 | 4.2 | - |
| YUV | 90.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 45 | 0 | 0.88 | 0.81 | 0.09 | 354.76 | 0.82 | 0.51 |
| Hex | E9 | 1B | 2D | 0 | 58 | 51 | 9 | 163 | 52 | 33 |
| Octal | 351 | 33 | 55 | 0 | 130 | 121 | 11 | 543 | 122 | 63 |
| Binary | 11101001 | 11011 | 101101 | 0 | 1011000 | 1010001 | 1001 | 101100011 | 1010010 | 110011 |
Color Harmonies of #E91B2D
Complementary color
Monochromatic Colors of #E91B2D
Black with #E91B2D
Text Example
Text Example
White with #E91B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B2D; }
p { color: rgb(233,27,45); }
H1.HeaderClassName
{
color: #E91B2D;
}
.AnyTagClassName
{
color: #E91B2D;
}
</style>
background-color css
<style>
a { background-color: #E91B2D; }
a { background-color: rgb(233,27,45); }
div.DivClassName
{
background-color: #E91B2D;
}
.BgClassName
{
background-color: #E91B2D;
}
</style>
border-color css
<style>
span { border-color: #E91B2D; }
span { border-color: rgb(233,27,45); }
td.TdClassName
{
border-color: #E91B2D;
}
.TagClassName
{
border-color: #E91B2D;
}
</style>