Shades of Alizarin #E61529
Tints of Alizarin #E61529
RGB
CMYK
RGB Variations
Color information
#E61529 (or 0xE61529) is known color: Alizarin. HEX triplet: E6, 15 and 29. RGB value is (230,21,41). Sum of RGB (Red+Green+Blue) = 230+21+41=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E61529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61529 is #19EAD6. Grayscale: #555555. Windows color (decimal): -1698519 or 2692582. OLE color: 2692582.
HSL color Cylindrical-coordinate representation of color #E61529: hue angle of 354.26º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61529 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.10 |
| HSL | 354.26º | 0.83% | 0.49% | - |
| HSV(B) | 354.26º | 0.91% | 0.9% | - |
| XYZ | 33.3 | 17.52 | 3.72 | - |
| YUV | 85.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 41 | 0 | 0.91 | 0.82 | 0.10 | 354.26 | 0.83 | 0.49 |
| Hex | E6 | 15 | 29 | 0 | 5B | 52 | A | 162 | 53 | 31 |
| Octal | 346 | 25 | 51 | 0 | 133 | 122 | 12 | 542 | 123 | 61 |
| Binary | 11100110 | 10101 | 101001 | 0 | 1011011 | 1010010 | 1010 | 101100010 | 1010011 | 110001 |
Color Harmonies of #E61529
Complementary color
Monochromatic Colors of #E61529
Black with #E61529
Text Example
Text Example
White with #E61529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61529; }
p { color: rgb(230,21,41); }
H1.HeaderClassName
{
color: #E61529;
}
.AnyTagClassName
{
color: #E61529;
}
</style>
background-color css
<style>
a { background-color: #E61529; }
a { background-color: rgb(230,21,41); }
div.DivClassName
{
background-color: #E61529;
}
.BgClassName
{
background-color: #E61529;
}
</style>
border-color css
<style>
span { border-color: #E61529; }
span { border-color: rgb(230,21,41); }
td.TdClassName
{
border-color: #E61529;
}
.TagClassName
{
border-color: #E61529;
}
</style>