Shades of Alizarin #E41A2E
Tints of Alizarin #E41A2E
RGB
CMYK
RGB Variations
Color information
#E41A2E (or 0xE41A2E) is known color: Alizarin. HEX triplet: E4, 1A and 2E. RGB value is (228,26,46). Sum of RGB (Red+Green+Blue) = 228+26+46=300 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41A2E is #1BE5D1. Grayscale: #585858. Windows color (decimal): -1828306 or 3021540. OLE color: 3021540.
HSL color Cylindrical-coordinate representation of color #E41A2E: hue angle of 354.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41A2E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 46 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.11 |
| HSL | 354.06º | 0.8% | 0.5% | - |
| HSV(B) | 354.06º | 0.89% | 0.89% | - |
| XYZ | 32.86 | 17.43 | 4.22 | - |
| YUV | 88.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 46 | 0 | 0.89 | 0.80 | 0.11 | 354.06 | 0.8 | 0.5 |
| Hex | E4 | 1A | 2E | 0 | 59 | 50 | B | 162 | 50 | 32 |
| Octal | 344 | 32 | 56 | 0 | 131 | 120 | 13 | 542 | 120 | 62 |
| Binary | 11100100 | 11010 | 101110 | 0 | 1011001 | 1010000 | 1011 | 101100010 | 1010000 | 110010 |
Color Harmonies of #E41A2E
Complementary color
Monochromatic Colors of #E41A2E
Black with #E41A2E
Text Example
Text Example
White with #E41A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41A2E; }
p { color: rgb(228,26,46); }
H1.HeaderClassName
{
color: #E41A2E;
}
.AnyTagClassName
{
color: #E41A2E;
}
</style>
background-color css
<style>
a { background-color: #E41A2E; }
a { background-color: rgb(228,26,46); }
div.DivClassName
{
background-color: #E41A2E;
}
.BgClassName
{
background-color: #E41A2E;
}
</style>
border-color css
<style>
span { border-color: #E41A2E; }
span { border-color: rgb(228,26,46); }
td.TdClassName
{
border-color: #E41A2E;
}
.TagClassName
{
border-color: #E41A2E;
}
</style>