Shades of Alizarin #E91D3A
Tints of Alizarin #E91D3A
RGB
CMYK
RGB Variations
Color information
#E91D3A (or 0xE91D3A) is known color: Alizarin. HEX triplet: E9, 1D and 3A. RGB value is (233,29,58). Sum of RGB (Red+Green+Blue) = 233+29+58=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D3A is #16E2C5. Grayscale: #5D5D5D. Windows color (decimal): -1499846 or 3808745. OLE color: 3808745.
HSL color Cylindrical-coordinate representation of color #E91D3A: hue angle of 351.47º 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 #E91D3A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 58 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.09 |
| HSL | 351.47º | 0.82% | 0.51% | - |
| HSV(B) | 351.47º | 0.88% | 0.91% | - |
| XYZ | 34.81 | 18.51 | 5.74 | - |
| YUV | 93.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 58 | 0 | 0.88 | 0.75 | 0.09 | 351.47 | 0.82 | 0.51 |
| Hex | E9 | 1D | 3A | 0 | 58 | 4B | 9 | 15F | 52 | 33 |
| Octal | 351 | 35 | 72 | 0 | 130 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101001 | 11101 | 111010 | 0 | 1011000 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E91D3A
Complementary color
Monochromatic Colors of #E91D3A
Black with #E91D3A
Text Example
Text Example
White with #E91D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D3A; }
p { color: rgb(233,29,58); }
H1.HeaderClassName
{
color: #E91D3A;
}
.AnyTagClassName
{
color: #E91D3A;
}
</style>
background-color css
<style>
a { background-color: #E91D3A; }
a { background-color: rgb(233,29,58); }
div.DivClassName
{
background-color: #E91D3A;
}
.BgClassName
{
background-color: #E91D3A;
}
</style>
border-color css
<style>
span { border-color: #E91D3A; }
span { border-color: rgb(233,29,58); }
td.TdClassName
{
border-color: #E91D3A;
}
.TagClassName
{
border-color: #E91D3A;
}
</style>