Shades of Alizarin #E91F28
Tints of Alizarin #E91F28
RGB
CMYK
RGB Variations
Color information
#E91F28 (or 0xE91F28) is known color: Alizarin. HEX triplet: E9, 1F and 28. RGB value is (233,31,40). Sum of RGB (Red+Green+Blue) = 233+31+40=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F28 is #16E0D7. Grayscale: #5C5C5C. Windows color (decimal): -1499352 or 2629609. OLE color: 2629609.
HSL color Cylindrical-coordinate representation of color #E91F28: hue angle of 357.33º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F28 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 40 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.09 |
| HSL | 357.33º | 0.82% | 0.52% | - |
| HSV(B) | 357.33º | 0.87% | 0.91% | - |
| XYZ | 34.48 | 18.46 | 3.75 | - |
| YUV | 92.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 40 | 0 | 0.87 | 0.83 | 0.09 | 357.33 | 0.82 | 0.52 |
| Hex | E9 | 1F | 28 | 0 | 57 | 53 | 9 | 165 | 52 | 34 |
| Octal | 351 | 37 | 50 | 0 | 127 | 123 | 11 | 545 | 122 | 64 |
| Binary | 11101001 | 11111 | 101000 | 0 | 1010111 | 1010011 | 1001 | 101100101 | 1010010 | 110100 |
Color Harmonies of #E91F28
Complementary color
Monochromatic Colors of #E91F28
Black with #E91F28
Text Example
Text Example
White with #E91F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F28; }
p { color: rgb(233,31,40); }
H1.HeaderClassName
{
color: #E91F28;
}
.AnyTagClassName
{
color: #E91F28;
}
</style>
background-color css
<style>
a { background-color: #E91F28; }
a { background-color: rgb(233,31,40); }
div.DivClassName
{
background-color: #E91F28;
}
.BgClassName
{
background-color: #E91F28;
}
</style>
border-color css
<style>
span { border-color: #E91F28; }
span { border-color: rgb(233,31,40); }
td.TdClassName
{
border-color: #E91F28;
}
.TagClassName
{
border-color: #E91F28;
}
</style>