Shades of Alizarin #E61931
Tints of Alizarin #E61931
RGB
CMYK
RGB Variations
Color information
#E61931 (or 0xE61931) is known color: Alizarin. HEX triplet: E6, 19 and 31. RGB value is (230,25,49). Sum of RGB (Red+Green+Blue) = 230+25+49=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E61931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61931 is #19E6CE. Grayscale: #595959. Windows color (decimal): -1697487 or 3217894. OLE color: 3217894.
HSL color Cylindrical-coordinate representation of color #E61931: hue angle of 352.98º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61931 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 49 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.10 |
| HSL | 352.98º | 0.8% | 0.5% | - |
| HSV(B) | 352.98º | 0.89% | 0.9% | - |
| XYZ | 33.54 | 17.74 | 4.56 | - |
| YUV | 89.03 | 105.42 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 49 | 0 | 0.89 | 0.79 | 0.10 | 352.98 | 0.8 | 0.5 |
| Hex | E6 | 19 | 31 | 0 | 59 | 4F | A | 161 | 50 | 32 |
| Octal | 346 | 31 | 61 | 0 | 131 | 117 | 12 | 541 | 120 | 62 |
| Binary | 11100110 | 11001 | 110001 | 0 | 1011001 | 1001111 | 1010 | 101100001 | 1010000 | 110010 |
Color Harmonies of #E61931
Complementary color
Monochromatic Colors of #E61931
Black with #E61931
Text Example
Text Example
White with #E61931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61931; }
p { color: rgb(230,25,49); }
H1.HeaderClassName
{
color: #E61931;
}
.AnyTagClassName
{
color: #E61931;
}
</style>
background-color css
<style>
a { background-color: #E61931; }
a { background-color: rgb(230,25,49); }
div.DivClassName
{
background-color: #E61931;
}
.BgClassName
{
background-color: #E61931;
}
</style>
border-color css
<style>
span { border-color: #E61931; }
span { border-color: rgb(230,25,49); }
td.TdClassName
{
border-color: #E61931;
}
.TagClassName
{
border-color: #E61931;
}
</style>