Shades of Alizarin #E61C2E
Tints of Alizarin #E61C2E
RGB
CMYK
RGB Variations
Color information
#E61C2E (or 0xE61C2E) is known color: Alizarin. HEX triplet: E6, 1C and 2E. RGB value is (230,28,46). Sum of RGB (Red+Green+Blue) = 230+28+46=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C2E is #19E3D1. Grayscale: #5A5A5A. Windows color (decimal): -1696722 or 3022054. OLE color: 3022054.
HSL color Cylindrical-coordinate representation of color #E61C2E: hue angle of 354.65º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C2E is Cyan = 0, Magento = 0.88, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 46 | - |
| CMYK | 0 | 0.88 | 0.8 | 0.10 |
| HSL | 354.65º | 0.8% | 0.51% | - |
| HSV(B) | 354.65º | 0.88% | 0.9% | - |
| XYZ | 33.54 | 17.85 | 4.26 | - |
| YUV | 90.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 46 | 0 | 0.88 | 0.8 | 0.10 | 354.65 | 0.8 | 0.51 |
| Hex | E6 | 1C | 2E | 0 | 58 | 50 | A | 163 | 50 | 33 |
| Octal | 346 | 34 | 56 | 0 | 130 | 120 | 12 | 543 | 120 | 63 |
| Binary | 11100110 | 11100 | 101110 | 0 | 1011000 | 1010000 | 1010 | 101100011 | 1010000 | 110011 |
Color Harmonies of #E61C2E
Complementary color
Monochromatic Colors of #E61C2E
Black with #E61C2E
Text Example
Text Example
White with #E61C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C2E; }
p { color: rgb(230,28,46); }
H1.HeaderClassName
{
color: #E61C2E;
}
.AnyTagClassName
{
color: #E61C2E;
}
</style>
background-color css
<style>
a { background-color: #E61C2E; }
a { background-color: rgb(230,28,46); }
div.DivClassName
{
background-color: #E61C2E;
}
.BgClassName
{
background-color: #E61C2E;
}
</style>
border-color css
<style>
span { border-color: #E61C2E; }
span { border-color: rgb(230,28,46); }
td.TdClassName
{
border-color: #E61C2E;
}
.TagClassName
{
border-color: #E61C2E;
}
</style>