Shades of Crimson #E51537
Tints of Crimson #E51537
RGB
CMYK
RGB Variations
Color information
#E51537 (or 0xE51537) is known color: Crimson. HEX triplet: E5, 15 and 37. RGB value is (229,21,55). Sum of RGB (Red+Green+Blue) = 229+21+55=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E51537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51537 is #1AEAC8. Grayscale: #575757. Windows color (decimal): -1764041 or 3610085. OLE color: 3610085.
HSL color Cylindrical-coordinate representation of color #E51537: hue angle of 350.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51537 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.10 |
| HSL | 350.19º | 0.83% | 0.49% | - |
| HSV(B) | 350.19º | 0.91% | 0.9% | - |
| XYZ | 33.27 | 17.47 | 5.23 | - |
| YUV | 87.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 55 | 0 | 0.91 | 0.76 | 0.10 | 350.19 | 0.83 | 0.49 |
| Hex | E5 | 15 | 37 | 0 | 5B | 4C | A | 15E | 53 | 31 |
| Octal | 345 | 25 | 67 | 0 | 133 | 114 | 12 | 536 | 123 | 61 |
| Binary | 11100101 | 10101 | 110111 | 0 | 1011011 | 1001100 | 1010 | 101011110 | 1010011 | 110001 |
Color Harmonies of #E51537
Complementary color
Monochromatic Colors of #E51537
Black with #E51537
Text Example
Text Example
White with #E51537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51537; }
p { color: rgb(229,21,55); }
H1.HeaderClassName
{
color: #E51537;
}
.AnyTagClassName
{
color: #E51537;
}
</style>
background-color css
<style>
a { background-color: #E51537; }
a { background-color: rgb(229,21,55); }
div.DivClassName
{
background-color: #E51537;
}
.BgClassName
{
background-color: #E51537;
}
</style>
border-color css
<style>
span { border-color: #E51537; }
span { border-color: rgb(229,21,55); }
td.TdClassName
{
border-color: #E51537;
}
.TagClassName
{
border-color: #E51537;
}
</style>