Shades of Alizarin #E41F3A
Tints of Alizarin #E41F3A
RGB
CMYK
RGB Variations
Color information
#E41F3A (or 0xE41F3A) is known color: Alizarin. HEX triplet: E4, 1F and 3A. RGB value is (228,31,58). Sum of RGB (Red+Green+Blue) = 228+31+58=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F3A is #1BE0C5. Grayscale: #5D5D5D. Windows color (decimal): -1827014 or 3809252. OLE color: 3809252.
HSL color Cylindrical-coordinate representation of color #E41F3A: hue angle of 351.78º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41F3A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 58 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.11 |
| HSL | 351.78º | 0.78% | 0.51% | - |
| HSV(B) | 351.78º | 0.86% | 0.89% | - |
| XYZ | 33.25 | 17.78 | 5.68 | - |
| YUV | 92.98 | 108.27 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 58 | 0 | 0.86 | 0.75 | 0.11 | 351.78 | 0.78 | 0.51 |
| Hex | E4 | 1F | 3A | 0 | 56 | 4B | B | 160 | 4E | 33 |
| Octal | 344 | 37 | 72 | 0 | 126 | 113 | 13 | 540 | 116 | 63 |
| Binary | 11100100 | 11111 | 111010 | 0 | 1010110 | 1001011 | 1011 | 101100000 | 1001110 | 110011 |
Color Harmonies of #E41F3A
Complementary color
Monochromatic Colors of #E41F3A
Black with #E41F3A
Text Example
Text Example
White with #E41F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F3A; }
p { color: rgb(228,31,58); }
H1.HeaderClassName
{
color: #E41F3A;
}
.AnyTagClassName
{
color: #E41F3A;
}
</style>
background-color css
<style>
a { background-color: #E41F3A; }
a { background-color: rgb(228,31,58); }
div.DivClassName
{
background-color: #E41F3A;
}
.BgClassName
{
background-color: #E41F3A;
}
</style>
border-color css
<style>
span { border-color: #E41F3A; }
span { border-color: rgb(228,31,58); }
td.TdClassName
{
border-color: #E41F3A;
}
.TagClassName
{
border-color: #E41F3A;
}
</style>