Shades of Alizarin #E81A25
Tints of Alizarin #E81A25
RGB
CMYK
RGB Variations
Color information
#E81A25 (or 0xE81A25) is known color: Alizarin. HEX triplet: E8, 1A and 25. RGB value is (232,26,37). Sum of RGB (Red+Green+Blue) = 232+26+37=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A25 is #17E5DA. Grayscale: #595959. Windows color (decimal): -1566171 or 2431720. OLE color: 2431720.
HSL color Cylindrical-coordinate representation of color #E81A25: hue angle of 356.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A25 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 37 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.09 |
| HSL | 356.8º | 0.82% | 0.51% | - |
| HSV(B) | 356.8º | 0.89% | 0.91% | - |
| XYZ | 33.98 | 18.03 | 3.44 | - |
| YUV | 88.85 | 98.75 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 37 | 0 | 0.89 | 0.84 | 0.09 | 356.8 | 0.82 | 0.51 |
| Hex | E8 | 1A | 25 | 0 | 59 | 54 | 9 | 165 | 52 | 33 |
| Octal | 350 | 32 | 45 | 0 | 131 | 124 | 11 | 545 | 122 | 63 |
| Binary | 11101000 | 11010 | 100101 | 0 | 1011001 | 1010100 | 1001 | 101100101 | 1010010 | 110011 |
Color Harmonies of #E81A25
Complementary color
Monochromatic Colors of #E81A25
Black with #E81A25
Text Example
Text Example
White with #E81A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A25; }
p { color: rgb(232,26,37); }
H1.HeaderClassName
{
color: #E81A25;
}
.AnyTagClassName
{
color: #E81A25;
}
</style>
background-color css
<style>
a { background-color: #E81A25; }
a { background-color: rgb(232,26,37); }
div.DivClassName
{
background-color: #E81A25;
}
.BgClassName
{
background-color: #E81A25;
}
</style>
border-color css
<style>
span { border-color: #E81A25; }
span { border-color: rgb(232,26,37); }
td.TdClassName
{
border-color: #E81A25;
}
.TagClassName
{
border-color: #E81A25;
}
</style>