Shades of Alizarin #E91428
Tints of Alizarin #E91428
RGB
CMYK
RGB Variations
Color information
#E91428 (or 0xE91428) is known color: Alizarin. HEX triplet: E9, 14 and 28. RGB value is (233,20,40). Sum of RGB (Red+Green+Blue) = 233+20+40=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E91428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91428 is #16EBD7. Grayscale: #565656. Windows color (decimal): -1502168 or 2626793. OLE color: 2626793.
HSL color Cylindrical-coordinate representation of color #E91428: hue angle of 354.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91428 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 40 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.09 |
| HSL | 354.37º | 0.84% | 0.5% | - |
| HSV(B) | 354.37º | 0.91% | 0.91% | - |
| XYZ | 34.24 | 17.98 | 3.67 | - |
| YUV | 85.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 40 | 0 | 0.91 | 0.83 | 0.09 | 354.37 | 0.84 | 0.5 |
| Hex | E9 | 14 | 28 | 0 | 5B | 53 | 9 | 162 | 54 | 32 |
| Octal | 351 | 24 | 50 | 0 | 133 | 123 | 11 | 542 | 124 | 62 |
| Binary | 11101001 | 10100 | 101000 | 0 | 1011011 | 1010011 | 1001 | 101100010 | 1010100 | 110010 |
Color Harmonies of #E91428
Complementary color
Monochromatic Colors of #E91428
Black with #E91428
Text Example
Text Example
White with #E91428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91428; }
p { color: rgb(233,20,40); }
H1.HeaderClassName
{
color: #E91428;
}
.AnyTagClassName
{
color: #E91428;
}
</style>
background-color css
<style>
a { background-color: #E91428; }
a { background-color: rgb(233,20,40); }
div.DivClassName
{
background-color: #E91428;
}
.BgClassName
{
background-color: #E91428;
}
</style>
border-color css
<style>
span { border-color: #E91428; }
span { border-color: rgb(233,20,40); }
td.TdClassName
{
border-color: #E91428;
}
.TagClassName
{
border-color: #E91428;
}
</style>