Shades of Alizarin #E91C3A
Tints of Alizarin #E91C3A
RGB
CMYK
RGB Variations
Color information
#E91C3A (or 0xE91C3A) is known color: Alizarin. HEX triplet: E9, 1C and 3A. RGB value is (233,28,58). Sum of RGB (Red+Green+Blue) = 233+28+58=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C3A is #16E3C5. Grayscale: #5C5C5C. Windows color (decimal): -1500102 or 3808489. OLE color: 3808489.
HSL color Cylindrical-coordinate representation of color #E91C3A: hue angle of 351.22º 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 #E91C3A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 58 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.09 |
| HSL | 351.22º | 0.82% | 0.51% | - |
| HSV(B) | 351.22º | 0.88% | 0.91% | - |
| XYZ | 34.78 | 18.46 | 5.73 | - |
| YUV | 92.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 58 | 0 | 0.88 | 0.75 | 0.09 | 351.22 | 0.82 | 0.51 |
| Hex | E9 | 1C | 3A | 0 | 58 | 4B | 9 | 15F | 52 | 33 |
| Octal | 351 | 34 | 72 | 0 | 130 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101001 | 11100 | 111010 | 0 | 1011000 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E91C3A
Complementary color
Monochromatic Colors of #E91C3A
Black with #E91C3A
Text Example
Text Example
White with #E91C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C3A; }
p { color: rgb(233,28,58); }
H1.HeaderClassName
{
color: #E91C3A;
}
.AnyTagClassName
{
color: #E91C3A;
}
</style>
background-color css
<style>
a { background-color: #E91C3A; }
a { background-color: rgb(233,28,58); }
div.DivClassName
{
background-color: #E91C3A;
}
.BgClassName
{
background-color: #E91C3A;
}
</style>
border-color css
<style>
span { border-color: #E91C3A; }
span { border-color: rgb(233,28,58); }
td.TdClassName
{
border-color: #E91C3A;
}
.TagClassName
{
border-color: #E91C3A;
}
</style>