Shades of Alizarin #E91C28
Tints of Alizarin #E91C28
RGB
CMYK
RGB Variations
Color information
#E91C28 (or 0xE91C28) is known color: Alizarin. HEX triplet: E9, 1C and 28. RGB value is (233,28,40). Sum of RGB (Red+Green+Blue) = 233+28+40=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C28 is #16E3D7. Grayscale: #5A5A5A. Windows color (decimal): -1500120 or 2628841. OLE color: 2628841.
HSL color Cylindrical-coordinate representation of color #E91C28: hue angle of 356.49º 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 #E91C28 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 40 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.09 |
| HSL | 356.49º | 0.82% | 0.51% | - |
| HSV(B) | 356.49º | 0.88% | 0.91% | - |
| XYZ | 34.4 | 18.31 | 3.73 | - |
| YUV | 90.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 40 | 0 | 0.88 | 0.83 | 0.09 | 356.49 | 0.82 | 0.51 |
| Hex | E9 | 1C | 28 | 0 | 58 | 53 | 9 | 164 | 52 | 33 |
| Octal | 351 | 34 | 50 | 0 | 130 | 123 | 11 | 544 | 122 | 63 |
| Binary | 11101001 | 11100 | 101000 | 0 | 1011000 | 1010011 | 1001 | 101100100 | 1010010 | 110011 |
Color Harmonies of #E91C28
Complementary color
Monochromatic Colors of #E91C28
Black with #E91C28
Text Example
Text Example
White with #E91C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C28; }
p { color: rgb(233,28,40); }
H1.HeaderClassName
{
color: #E91C28;
}
.AnyTagClassName
{
color: #E91C28;
}
</style>
background-color css
<style>
a { background-color: #E91C28; }
a { background-color: rgb(233,28,40); }
div.DivClassName
{
background-color: #E91C28;
}
.BgClassName
{
background-color: #E91C28;
}
</style>
border-color css
<style>
span { border-color: #E91C28; }
span { border-color: rgb(233,28,40); }
td.TdClassName
{
border-color: #E91C28;
}
.TagClassName
{
border-color: #E91C28;
}
</style>