Shades of Alizarin #E61726
Tints of Alizarin #E61726
RGB
CMYK
RGB Variations
Color information
#E61726 (or 0xE61726) is known color: Alizarin. HEX triplet: E6, 17 and 26. RGB value is (230,23,38). Sum of RGB (Red+Green+Blue) = 230+23+38=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E61726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61726 is #19E8D9. Grayscale: #565656. Windows color (decimal): -1698010 or 2496486. OLE color: 2496486.
HSL color Cylindrical-coordinate representation of color #E61726: hue angle of 355.65º degrees, saturation: 0.82, 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 #E61726 is Cyan = 0, Magento = 0.9, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 38 | - |
| CMYK | 0 | 0.9 | 0.83 | 0.10 |
| HSL | 355.65º | 0.82% | 0.5% | - |
| HSV(B) | 355.65º | 0.9% | 0.9% | - |
| XYZ | 33.29 | 17.58 | 3.47 | - |
| YUV | 86.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 38 | 0 | 0.9 | 0.83 | 0.10 | 355.65 | 0.82 | 0.5 |
| Hex | E6 | 17 | 26 | 0 | 5A | 53 | A | 164 | 52 | 32 |
| Octal | 346 | 27 | 46 | 0 | 132 | 123 | 12 | 544 | 122 | 62 |
| Binary | 11100110 | 10111 | 100110 | 0 | 1011010 | 1010011 | 1010 | 101100100 | 1010010 | 110010 |
Color Harmonies of #E61726
Complementary color
Monochromatic Colors of #E61726
Black with #E61726
Text Example
Text Example
White with #E61726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61726; }
p { color: rgb(230,23,38); }
H1.HeaderClassName
{
color: #E61726;
}
.AnyTagClassName
{
color: #E61726;
}
</style>
background-color css
<style>
a { background-color: #E61726; }
a { background-color: rgb(230,23,38); }
div.DivClassName
{
background-color: #E61726;
}
.BgClassName
{
background-color: #E61726;
}
</style>
border-color css
<style>
span { border-color: #E61726; }
span { border-color: rgb(230,23,38); }
td.TdClassName
{
border-color: #E61726;
}
.TagClassName
{
border-color: #E61726;
}
</style>