Shades of Alizarin #E61D3C
Tints of Alizarin #E61D3C
RGB
CMYK
RGB Variations
Color information
#E61D3C (or 0xE61D3C) is known color: Alizarin. HEX triplet: E6, 1D and 3C. RGB value is (230,29,60). Sum of RGB (Red+Green+Blue) = 230+29+60=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D3C is #19E2C3. Grayscale: #5C5C5C. Windows color (decimal): -1696452 or 3939814. OLE color: 3939814.
HSL color Cylindrical-coordinate representation of color #E61D3C: hue angle of 350.75º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D3C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 60 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.10 |
| HSL | 350.75º | 0.8% | 0.51% | - |
| HSV(B) | 350.75º | 0.87% | 0.9% | - |
| XYZ | 33.89 | 18.03 | 5.97 | - |
| YUV | 92.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 60 | 0 | 0.87 | 0.74 | 0.10 | 350.75 | 0.8 | 0.51 |
| Hex | E6 | 1D | 3C | 0 | 57 | 4A | A | 15F | 50 | 33 |
| Octal | 346 | 35 | 74 | 0 | 127 | 112 | 12 | 537 | 120 | 63 |
| Binary | 11100110 | 11101 | 111100 | 0 | 1010111 | 1001010 | 1010 | 101011111 | 1010000 | 110011 |
Color Harmonies of #E61D3C
Complementary color
Monochromatic Colors of #E61D3C
Black with #E61D3C
Text Example
Text Example
White with #E61D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D3C; }
p { color: rgb(230,29,60); }
H1.HeaderClassName
{
color: #E61D3C;
}
.AnyTagClassName
{
color: #E61D3C;
}
</style>
background-color css
<style>
a { background-color: #E61D3C; }
a { background-color: rgb(230,29,60); }
div.DivClassName
{
background-color: #E61D3C;
}
.BgClassName
{
background-color: #E61D3C;
}
</style>
border-color css
<style>
span { border-color: #E61D3C; }
span { border-color: rgb(230,29,60); }
td.TdClassName
{
border-color: #E61D3C;
}
.TagClassName
{
border-color: #E61D3C;
}
</style>