Shades of Alizarin #E61527
Tints of Alizarin #E61527
RGB
CMYK
RGB Variations
Color information
#E61527 (or 0xE61527) is known color: Alizarin. HEX triplet: E6, 15 and 27. RGB value is (230,21,39). Sum of RGB (Red+Green+Blue) = 230+21+39=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E61527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61527 is #19EAD8. Grayscale: #555555. Windows color (decimal): -1698521 or 2561510. OLE color: 2561510.
HSL color Cylindrical-coordinate representation of color #E61527: hue angle of 354.83º 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 #E61527 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.10 |
| HSL | 354.83º | 0.83% | 0.49% | - |
| HSV(B) | 354.83º | 0.91% | 0.9% | - |
| XYZ | 33.27 | 17.51 | 3.55 | - |
| YUV | 85.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 39 | 0 | 0.91 | 0.83 | 0.10 | 354.83 | 0.83 | 0.49 |
| Hex | E6 | 15 | 27 | 0 | 5B | 53 | A | 163 | 53 | 31 |
| Octal | 346 | 25 | 47 | 0 | 133 | 123 | 12 | 543 | 123 | 61 |
| Binary | 11100110 | 10101 | 100111 | 0 | 1011011 | 1010011 | 1010 | 101100011 | 1010011 | 110001 |
Color Harmonies of #E61527
Complementary color
Monochromatic Colors of #E61527
Black with #E61527
Text Example
Text Example
White with #E61527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61527; }
p { color: rgb(230,21,39); }
H1.HeaderClassName
{
color: #E61527;
}
.AnyTagClassName
{
color: #E61527;
}
</style>
background-color css
<style>
a { background-color: #E61527; }
a { background-color: rgb(230,21,39); }
div.DivClassName
{
background-color: #E61527;
}
.BgClassName
{
background-color: #E61527;
}
</style>
border-color css
<style>
span { border-color: #E61527; }
span { border-color: rgb(230,21,39); }
td.TdClassName
{
border-color: #E61527;
}
.TagClassName
{
border-color: #E61527;
}
</style>