Shades of Alizarin #E31926
Tints of Alizarin #E31926
RGB
CMYK
RGB Variations
Color information
#E31926 (or 0xE31926) is known color: Alizarin. HEX triplet: E3, 19 and 26. RGB value is (227,25,38). Sum of RGB (Red+Green+Blue) = 227+25+38=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E31926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31926 is #1CE6D9. Grayscale: #575757. Windows color (decimal): -1894106 or 2496995. OLE color: 2496995.
HSL color Cylindrical-coordinate representation of color #E31926: hue angle of 356.14º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31926 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 38 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.11 |
| HSL | 356.14º | 0.8% | 0.49% | - |
| HSV(B) | 356.14º | 0.89% | 0.89% | - |
| XYZ | 32.38 | 17.17 | 3.44 | - |
| YUV | 86.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 38 | 0 | 0.89 | 0.83 | 0.11 | 356.14 | 0.8 | 0.49 |
| Hex | E3 | 19 | 26 | 0 | 59 | 53 | B | 164 | 50 | 31 |
| Octal | 343 | 31 | 46 | 0 | 131 | 123 | 13 | 544 | 120 | 61 |
| Binary | 11100011 | 11001 | 100110 | 0 | 1011001 | 1010011 | 1011 | 101100100 | 1010000 | 110001 |
Color Harmonies of #E31926
Complementary color
Monochromatic Colors of #E31926
Black with #E31926
Text Example
Text Example
White with #E31926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31926; }
p { color: rgb(227,25,38); }
H1.HeaderClassName
{
color: #E31926;
}
.AnyTagClassName
{
color: #E31926;
}
</style>
background-color css
<style>
a { background-color: #E31926; }
a { background-color: rgb(227,25,38); }
div.DivClassName
{
background-color: #E31926;
}
.BgClassName
{
background-color: #E31926;
}
</style>
border-color css
<style>
span { border-color: #E31926; }
span { border-color: rgb(227,25,38); }
td.TdClassName
{
border-color: #E31926;
}
.TagClassName
{
border-color: #E31926;
}
</style>