Shades of Alizarin #E41F37
Tints of Alizarin #E41F37
RGB
CMYK
RGB Variations
Color information
#E41F37 (or 0xE41F37) is known color: Alizarin. HEX triplet: E4, 1F and 37. RGB value is (228,31,55). Sum of RGB (Red+Green+Blue) = 228+31+55=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F37 is #1BE0C8. Grayscale: #5C5C5C. Windows color (decimal): -1827017 or 3612644. OLE color: 3612644.
HSL color Cylindrical-coordinate representation of color #E41F37: hue angle of 352.69º 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 #E41F37 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 55 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.11 |
| HSL | 352.69º | 0.78% | 0.51% | - |
| HSV(B) | 352.69º | 0.86% | 0.89% | - |
| XYZ | 33.17 | 17.75 | 5.29 | - |
| YUV | 92.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 55 | 0 | 0.86 | 0.76 | 0.11 | 352.69 | 0.78 | 0.51 |
| Hex | E4 | 1F | 37 | 0 | 56 | 4C | B | 161 | 4E | 33 |
| Octal | 344 | 37 | 67 | 0 | 126 | 114 | 13 | 541 | 116 | 63 |
| Binary | 11100100 | 11111 | 110111 | 0 | 1010110 | 1001100 | 1011 | 101100001 | 1001110 | 110011 |
Color Harmonies of #E41F37
Complementary color
Monochromatic Colors of #E41F37
Black with #E41F37
Text Example
Text Example
White with #E41F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F37; }
p { color: rgb(228,31,55); }
H1.HeaderClassName
{
color: #E41F37;
}
.AnyTagClassName
{
color: #E41F37;
}
</style>
background-color css
<style>
a { background-color: #E41F37; }
a { background-color: rgb(228,31,55); }
div.DivClassName
{
background-color: #E41F37;
}
.BgClassName
{
background-color: #E41F37;
}
</style>
border-color css
<style>
span { border-color: #E41F37; }
span { border-color: rgb(228,31,55); }
td.TdClassName
{
border-color: #E41F37;
}
.TagClassName
{
border-color: #E41F37;
}
</style>