Shades of Alizarin #E61830
Tints of Alizarin #E61830
RGB
CMYK
RGB Variations
Color information
#E61830 (or 0xE61830) is known color: Alizarin. HEX triplet: E6, 18 and 30. RGB value is (230,24,48). Sum of RGB (Red+Green+Blue) = 230+24+48=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E61830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61830 is #19E7CF. Grayscale: #585858. Windows color (decimal): -1697744 or 3152102. OLE color: 3152102.
HSL color Cylindrical-coordinate representation of color #E61830: hue angle of 353.01º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61830 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 48 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.10 |
| HSL | 353.01º | 0.81% | 0.5% | - |
| HSV(B) | 353.01º | 0.9% | 0.9% | - |
| XYZ | 33.49 | 17.69 | 4.45 | - |
| YUV | 88.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 48 | 0 | 0.90 | 0.79 | 0.10 | 353.01 | 0.81 | 0.5 |
| Hex | E6 | 18 | 30 | 0 | 5A | 4F | A | 161 | 51 | 32 |
| Octal | 346 | 30 | 60 | 0 | 132 | 117 | 12 | 541 | 121 | 62 |
| Binary | 11100110 | 11000 | 110000 | 0 | 1011010 | 1001111 | 1010 | 101100001 | 1010001 | 110010 |
Color Harmonies of #E61830
Complementary color
Monochromatic Colors of #E61830
Black with #E61830
Text Example
Text Example
White with #E61830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61830; }
p { color: rgb(230,24,48); }
H1.HeaderClassName
{
color: #E61830;
}
.AnyTagClassName
{
color: #E61830;
}
</style>
background-color css
<style>
a { background-color: #E61830; }
a { background-color: rgb(230,24,48); }
div.DivClassName
{
background-color: #E61830;
}
.BgClassName
{
background-color: #E61830;
}
</style>
border-color css
<style>
span { border-color: #E61830; }
span { border-color: rgb(230,24,48); }
td.TdClassName
{
border-color: #E61830;
}
.TagClassName
{
border-color: #E61830;
}
</style>