Shades of Alizarin #E81F35
Tints of Alizarin #E81F35
RGB
CMYK
RGB Variations
Color information
#E81F35 (or 0xE81F35) is known color: Alizarin. HEX triplet: E8, 1F and 35. RGB value is (232,31,53). Sum of RGB (Red+Green+Blue) = 232+31+53=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81F35 is #17E0CA. Grayscale: #5D5D5D. Windows color (decimal): -1564875 or 3481576. OLE color: 3481576.
HSL color Cylindrical-coordinate representation of color #E81F35: hue angle of 353.43º degrees, saturation: 0.81, 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 #E81F35 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 53 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.09 |
| HSL | 353.43º | 0.81% | 0.52% | - |
| HSV(B) | 353.43º | 0.87% | 0.91% | - |
| XYZ | 34.41 | 18.39 | 5.1 | - |
| YUV | 93.61 | 105.09 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 53 | 0 | 0.87 | 0.77 | 0.09 | 353.43 | 0.81 | 0.52 |
| Hex | E8 | 1F | 35 | 0 | 57 | 4D | 9 | 161 | 51 | 34 |
| Octal | 350 | 37 | 65 | 0 | 127 | 115 | 11 | 541 | 121 | 64 |
| Binary | 11101000 | 11111 | 110101 | 0 | 1010111 | 1001101 | 1001 | 101100001 | 1010001 | 110100 |
Color Harmonies of #E81F35
Complementary color
Monochromatic Colors of #E81F35
Black with #E81F35
Text Example
Text Example
White with #E81F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F35; }
p { color: rgb(232,31,53); }
H1.HeaderClassName
{
color: #E81F35;
}
.AnyTagClassName
{
color: #E81F35;
}
</style>
background-color css
<style>
a { background-color: #E81F35; }
a { background-color: rgb(232,31,53); }
div.DivClassName
{
background-color: #E81F35;
}
.BgClassName
{
background-color: #E81F35;
}
</style>
border-color css
<style>
span { border-color: #E81F35; }
span { border-color: rgb(232,31,53); }
td.TdClassName
{
border-color: #E81F35;
}
.TagClassName
{
border-color: #E81F35;
}
</style>