Shades of Alizarin #E61A32
Tints of Alizarin #E61A32
RGB
CMYK
RGB Variations
Color information
#E61A32 (or 0xE61A32) is known color: Alizarin. HEX triplet: E6, 1A and 32. RGB value is (230,26,50). Sum of RGB (Red+Green+Blue) = 230+26+50=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61A32 is #19E5CD. Grayscale: #595959. Windows color (decimal): -1697230 or 3283686. OLE color: 3283686.
HSL color Cylindrical-coordinate representation of color #E61A32: hue angle of 352.94º 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 #E61A32 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 50 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.10 |
| HSL | 352.94º | 0.8% | 0.5% | - |
| HSV(B) | 352.94º | 0.89% | 0.9% | - |
| XYZ | 33.58 | 17.79 | 4.68 | - |
| YUV | 89.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 50 | 0 | 0.89 | 0.78 | 0.10 | 352.94 | 0.8 | 0.5 |
| Hex | E6 | 1A | 32 | 0 | 59 | 4E | A | 161 | 50 | 32 |
| Octal | 346 | 32 | 62 | 0 | 131 | 116 | 12 | 541 | 120 | 62 |
| Binary | 11100110 | 11010 | 110010 | 0 | 1011001 | 1001110 | 1010 | 101100001 | 1010000 | 110010 |
Color Harmonies of #E61A32
Complementary color
Monochromatic Colors of #E61A32
Black with #E61A32
Text Example
Text Example
White with #E61A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A32; }
p { color: rgb(230,26,50); }
H1.HeaderClassName
{
color: #E61A32;
}
.AnyTagClassName
{
color: #E61A32;
}
</style>
background-color css
<style>
a { background-color: #E61A32; }
a { background-color: rgb(230,26,50); }
div.DivClassName
{
background-color: #E61A32;
}
.BgClassName
{
background-color: #E61A32;
}
</style>
border-color css
<style>
span { border-color: #E61A32; }
span { border-color: rgb(230,26,50); }
td.TdClassName
{
border-color: #E61A32;
}
.TagClassName
{
border-color: #E61A32;
}
</style>