Shades of Alizarin #E81A35
Tints of Alizarin #E81A35
RGB
CMYK
RGB Variations
Color information
#E81A35 (or 0xE81A35) is known color: Alizarin. HEX triplet: E8, 1A and 35. RGB value is (232,26,53). Sum of RGB (Red+Green+Blue) = 232+26+53=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A35 is #17E5CA. Grayscale: #5A5A5A. Windows color (decimal): -1566155 or 3480296. OLE color: 3480296.
HSL color Cylindrical-coordinate representation of color #E81A35: hue angle of 352.14º 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 #E81A35 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 53 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.09 |
| HSL | 352.14º | 0.82% | 0.51% | - |
| HSV(B) | 352.14º | 0.89% | 0.91% | - |
| XYZ | 34.29 | 18.15 | 5.06 | - |
| YUV | 90.67 | 106.75 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 53 | 0 | 0.89 | 0.77 | 0.09 | 352.14 | 0.82 | 0.51 |
| Hex | E8 | 1A | 35 | 0 | 59 | 4D | 9 | 160 | 52 | 33 |
| Octal | 350 | 32 | 65 | 0 | 131 | 115 | 11 | 540 | 122 | 63 |
| Binary | 11101000 | 11010 | 110101 | 0 | 1011001 | 1001101 | 1001 | 101100000 | 1010010 | 110011 |
Color Harmonies of #E81A35
Complementary color
Monochromatic Colors of #E81A35
Black with #E81A35
Text Example
Text Example
White with #E81A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A35; }
p { color: rgb(232,26,53); }
H1.HeaderClassName
{
color: #E81A35;
}
.AnyTagClassName
{
color: #E81A35;
}
</style>
background-color css
<style>
a { background-color: #E81A35; }
a { background-color: rgb(232,26,53); }
div.DivClassName
{
background-color: #E81A35;
}
.BgClassName
{
background-color: #E81A35;
}
</style>
border-color css
<style>
span { border-color: #E81A35; }
span { border-color: rgb(232,26,53); }
td.TdClassName
{
border-color: #E81A35;
}
.TagClassName
{
border-color: #E81A35;
}
</style>