Shades of Alizarin #E61528
Tints of Alizarin #E61528
RGB
CMYK
RGB Variations
Color information
#E61528 (or 0xE61528) is known color: Alizarin. HEX triplet: E6, 15 and 28. RGB value is (230,21,40). Sum of RGB (Red+Green+Blue) = 230+21+40=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E61528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61528 is #19EAD7. Grayscale: #555555. Windows color (decimal): -1698520 or 2627046. OLE color: 2627046.
HSL color Cylindrical-coordinate representation of color #E61528: hue angle of 354.55º 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 #E61528 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 40 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.10 |
| HSL | 354.55º | 0.83% | 0.49% | - |
| HSV(B) | 354.55º | 0.91% | 0.9% | - |
| XYZ | 33.28 | 17.51 | 3.63 | - |
| YUV | 85.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 40 | 0 | 0.91 | 0.83 | 0.10 | 354.55 | 0.83 | 0.49 |
| Hex | E6 | 15 | 28 | 0 | 5B | 53 | A | 163 | 53 | 31 |
| Octal | 346 | 25 | 50 | 0 | 133 | 123 | 12 | 543 | 123 | 61 |
| Binary | 11100110 | 10101 | 101000 | 0 | 1011011 | 1010011 | 1010 | 101100011 | 1010011 | 110001 |
Color Harmonies of #E61528
Complementary color
Monochromatic Colors of #E61528
Black with #E61528
Text Example
Text Example
White with #E61528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61528; }
p { color: rgb(230,21,40); }
H1.HeaderClassName
{
color: #E61528;
}
.AnyTagClassName
{
color: #E61528;
}
</style>
background-color css
<style>
a { background-color: #E61528; }
a { background-color: rgb(230,21,40); }
div.DivClassName
{
background-color: #E61528;
}
.BgClassName
{
background-color: #E61528;
}
</style>
border-color css
<style>
span { border-color: #E61528; }
span { border-color: rgb(230,21,40); }
td.TdClassName
{
border-color: #E61528;
}
.TagClassName
{
border-color: #E61528;
}
</style>