Shades of Alizarin #E41B37
Tints of Alizarin #E41B37
RGB
CMYK
RGB Variations
Color information
#E41B37 (or 0xE41B37) is known color: Alizarin. HEX triplet: E4, 1B and 37. RGB value is (228,27,55). Sum of RGB (Red+Green+Blue) = 228+27+55=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41B37 is #1BE4C8. Grayscale: #5A5A5A. Windows color (decimal): -1828041 or 3611620. OLE color: 3611620.
HSL color Cylindrical-coordinate representation of color #E41B37: hue angle of 351.64º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41B37 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 55 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.11 |
| HSL | 351.64º | 0.79% | 0.5% | - |
| HSV(B) | 351.64º | 0.88% | 0.89% | - |
| XYZ | 33.08 | 17.55 | 5.26 | - |
| YUV | 90.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 55 | 0 | 0.88 | 0.76 | 0.11 | 351.64 | 0.79 | 0.5 |
| Hex | E4 | 1B | 37 | 0 | 58 | 4C | B | 160 | 4F | 32 |
| Octal | 344 | 33 | 67 | 0 | 130 | 114 | 13 | 540 | 117 | 62 |
| Binary | 11100100 | 11011 | 110111 | 0 | 1011000 | 1001100 | 1011 | 101100000 | 1001111 | 110010 |
Color Harmonies of #E41B37
Complementary color
Monochromatic Colors of #E41B37
Black with #E41B37
Text Example
Text Example
White with #E41B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41B37; }
p { color: rgb(228,27,55); }
H1.HeaderClassName
{
color: #E41B37;
}
.AnyTagClassName
{
color: #E41B37;
}
</style>
background-color css
<style>
a { background-color: #E41B37; }
a { background-color: rgb(228,27,55); }
div.DivClassName
{
background-color: #E41B37;
}
.BgClassName
{
background-color: #E41B37;
}
</style>
border-color css
<style>
span { border-color: #E41B37; }
span { border-color: rgb(228,27,55); }
td.TdClassName
{
border-color: #E41B37;
}
.TagClassName
{
border-color: #E41B37;
}
</style>