Shades of Alizarin #E61A34
Tints of Alizarin #E61A34
RGB
CMYK
RGB Variations
Color information
#E61A34 (or 0xE61A34) is known color: Alizarin. HEX triplet: E6, 1A and 34. RGB value is (230,26,52). Sum of RGB (Red+Green+Blue) = 230+26+52=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61A34 is #19E5CB. Grayscale: #5A5A5A. Windows color (decimal): -1697228 or 3414758. OLE color: 3414758.
HSL color Cylindrical-coordinate representation of color #E61A34: hue angle of 352.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A34 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 52 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.10 |
| HSL | 352.35º | 0.8% | 0.5% | - |
| HSV(B) | 352.35º | 0.89% | 0.9% | - |
| XYZ | 33.62 | 17.81 | 4.91 | - |
| YUV | 89.96 | 106.59 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 52 | 0 | 0.89 | 0.77 | 0.10 | 352.35 | 0.8 | 0.5 |
| Hex | E6 | 1A | 34 | 0 | 59 | 4D | A | 160 | 50 | 32 |
| Octal | 346 | 32 | 64 | 0 | 131 | 115 | 12 | 540 | 120 | 62 |
| Binary | 11100110 | 11010 | 110100 | 0 | 1011001 | 1001101 | 1010 | 101100000 | 1010000 | 110010 |
Color Harmonies of #E61A34
Complementary color
Monochromatic Colors of #E61A34
Black with #E61A34
Text Example
Text Example
White with #E61A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A34; }
p { color: rgb(230,26,52); }
H1.HeaderClassName
{
color: #E61A34;
}
.AnyTagClassName
{
color: #E61A34;
}
</style>
background-color css
<style>
a { background-color: #E61A34; }
a { background-color: rgb(230,26,52); }
div.DivClassName
{
background-color: #E61A34;
}
.BgClassName
{
background-color: #E61A34;
}
</style>
border-color css
<style>
span { border-color: #E61A34; }
span { border-color: rgb(230,26,52); }
td.TdClassName
{
border-color: #E61A34;
}
.TagClassName
{
border-color: #E61A34;
}
</style>