Shades of Alizarin #E61825
Tints of Alizarin #E61825
RGB
CMYK
RGB Variations
Color information
#E61825 (or 0xE61825) is known color: Alizarin. HEX triplet: E6, 18 and 25. RGB value is (230,24,37). Sum of RGB (Red+Green+Blue) = 230+24+37=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E61825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61825 is #19E7DA. Grayscale: #575757. Windows color (decimal): -1697755 or 2431206. OLE color: 2431206.
HSL color Cylindrical-coordinate representation of color #E61825: hue angle of 356.21º 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 #E61825 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 37 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.10 |
| HSL | 356.21º | 0.81% | 0.5% | - |
| HSV(B) | 356.21º | 0.9% | 0.9% | - |
| XYZ | 33.29 | 17.61 | 3.39 | - |
| YUV | 87.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 37 | 0 | 0.90 | 0.84 | 0.10 | 356.21 | 0.81 | 0.5 |
| Hex | E6 | 18 | 25 | 0 | 5A | 54 | A | 164 | 51 | 32 |
| Octal | 346 | 30 | 45 | 0 | 132 | 124 | 12 | 544 | 121 | 62 |
| Binary | 11100110 | 11000 | 100101 | 0 | 1011010 | 1010100 | 1010 | 101100100 | 1010001 | 110010 |
Color Harmonies of #E61825
Complementary color
Monochromatic Colors of #E61825
Black with #E61825
Text Example
Text Example
White with #E61825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61825; }
p { color: rgb(230,24,37); }
H1.HeaderClassName
{
color: #E61825;
}
.AnyTagClassName
{
color: #E61825;
}
</style>
background-color css
<style>
a { background-color: #E61825; }
a { background-color: rgb(230,24,37); }
div.DivClassName
{
background-color: #E61825;
}
.BgClassName
{
background-color: #E61825;
}
</style>
border-color css
<style>
span { border-color: #E61825; }
span { border-color: rgb(230,24,37); }
td.TdClassName
{
border-color: #E61825;
}
.TagClassName
{
border-color: #E61825;
}
</style>