Shades of Alizarin #E81F29
Tints of Alizarin #E81F29
RGB
CMYK
RGB Variations
Color information
#E81F29 (or 0xE81F29) is known color: Alizarin. HEX triplet: E8, 1F and 29. RGB value is (232,31,41). Sum of RGB (Red+Green+Blue) = 232+31+41=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81F29 is #17E0D6. Grayscale: #5C5C5C. Windows color (decimal): -1564887 or 2695144. OLE color: 2695144.
HSL color Cylindrical-coordinate representation of color #E81F29: hue angle of 357.01º 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 #E81F29 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 41 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.09 |
| HSL | 357.01º | 0.81% | 0.52% | - |
| HSV(B) | 357.01º | 0.87% | 0.91% | - |
| XYZ | 34.17 | 18.3 | 3.83 | - |
| YUV | 92.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 41 | 0 | 0.87 | 0.82 | 0.09 | 357.01 | 0.81 | 0.52 |
| Hex | E8 | 1F | 29 | 0 | 57 | 52 | 9 | 165 | 51 | 34 |
| Octal | 350 | 37 | 51 | 0 | 127 | 122 | 11 | 545 | 121 | 64 |
| Binary | 11101000 | 11111 | 101001 | 0 | 1010111 | 1010010 | 1001 | 101100101 | 1010001 | 110100 |
Color Harmonies of #E81F29
Complementary color
Monochromatic Colors of #E81F29
Black with #E81F29
Text Example
Text Example
White with #E81F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81F29; }
p { color: rgb(232,31,41); }
H1.HeaderClassName
{
color: #E81F29;
}
.AnyTagClassName
{
color: #E81F29;
}
</style>
background-color css
<style>
a { background-color: #E81F29; }
a { background-color: rgb(232,31,41); }
div.DivClassName
{
background-color: #E81F29;
}
.BgClassName
{
background-color: #E81F29;
}
</style>
border-color css
<style>
span { border-color: #E81F29; }
span { border-color: rgb(232,31,41); }
td.TdClassName
{
border-color: #E81F29;
}
.TagClassName
{
border-color: #E81F29;
}
</style>