Shades of Alizarin #E11F28
Tints of Alizarin #E11F28
RGB
CMYK
RGB Variations
Color information
#E11F28 (or 0xE11F28) is known color: Alizarin. HEX triplet: E1, 1F and 28. RGB value is (225,31,40). Sum of RGB (Red+Green+Blue) = 225+31+40=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F28 is #1EE0D7. Grayscale: #5A5A5A. Windows color (decimal): -2023640 or 2629601. OLE color: 2629601.
HSL color Cylindrical-coordinate representation of color #E11F28: hue angle of 357.22º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F28 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.12 |
| HSL | 357.22º | 0.76% | 0.5% | - |
| HSV(B) | 357.22º | 0.86% | 0.88% | - |
| XYZ | 31.92 | 17.14 | 3.63 | - |
| YUV | 90.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 40 | 0 | 0.86 | 0.82 | 0.12 | 357.22 | 0.76 | 0.5 |
| Hex | E1 | 1F | 28 | 0 | 56 | 52 | C | 165 | 4C | 32 |
| Octal | 341 | 37 | 50 | 0 | 126 | 122 | 14 | 545 | 114 | 62 |
| Binary | 11100001 | 11111 | 101000 | 0 | 1010110 | 1010010 | 1100 | 101100101 | 1001100 | 110010 |
Color Harmonies of #E11F28
Complementary color
Monochromatic Colors of #E11F28
Black with #E11F28
Text Example
Text Example
White with #E11F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11F28; }
p { color: rgb(225,31,40); }
H1.HeaderClassName
{
color: #E11F28;
}
.AnyTagClassName
{
color: #E11F28;
}
</style>
background-color css
<style>
a { background-color: #E11F28; }
a { background-color: rgb(225,31,40); }
div.DivClassName
{
background-color: #E11F28;
}
.BgClassName
{
background-color: #E11F28;
}
</style>
border-color css
<style>
span { border-color: #E11F28; }
span { border-color: rgb(225,31,40); }
td.TdClassName
{
border-color: #E11F28;
}
.TagClassName
{
border-color: #E11F28;
}
</style>