Shades of Crimson #E41537
Tints of Crimson #E41537
RGB
CMYK
RGB Variations
Color information
#E41537 (or 0xE41537) is known color: Crimson. HEX triplet: E4, 15 and 37. RGB value is (228,21,55). Sum of RGB (Red+Green+Blue) = 228+21+55=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E41537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41537 is #1BEAC8. Grayscale: #565656. Windows color (decimal): -1829577 or 3610084. OLE color: 3610084.
HSL color Cylindrical-coordinate representation of color #E41537: hue angle of 350.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41537 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.11 |
| HSL | 350.14º | 0.83% | 0.49% | - |
| HSV(B) | 350.14º | 0.91% | 0.89% | - |
| XYZ | 32.95 | 17.31 | 5.22 | - |
| YUV | 86.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 55 | 0 | 0.91 | 0.76 | 0.11 | 350.14 | 0.83 | 0.49 |
| Hex | E4 | 15 | 37 | 0 | 5B | 4C | B | 15E | 53 | 31 |
| Octal | 344 | 25 | 67 | 0 | 133 | 114 | 13 | 536 | 123 | 61 |
| Binary | 11100100 | 10101 | 110111 | 0 | 1011011 | 1001100 | 1011 | 101011110 | 1010011 | 110001 |
Color Harmonies of #E41537
Complementary color
Monochromatic Colors of #E41537
Black with #E41537
Text Example
Text Example
White with #E41537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41537; }
p { color: rgb(228,21,55); }
H1.HeaderClassName
{
color: #E41537;
}
.AnyTagClassName
{
color: #E41537;
}
</style>
background-color css
<style>
a { background-color: #E41537; }
a { background-color: rgb(228,21,55); }
div.DivClassName
{
background-color: #E41537;
}
.BgClassName
{
background-color: #E41537;
}
</style>
border-color css
<style>
span { border-color: #E41537; }
span { border-color: rgb(228,21,55); }
td.TdClassName
{
border-color: #E41537;
}
.TagClassName
{
border-color: #E41537;
}
</style>