Shades of Crimson #E11537
Tints of Crimson #E11537
RGB
CMYK
RGB Variations
Color information
#E11537 (or 0xE11537) is known color: Crimson. HEX triplet: E1, 15 and 37. RGB value is (225,21,55). Sum of RGB (Red+Green+Blue) = 225+21+55=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E11537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11537 is #1EEAC8. Grayscale: #555555. Windows color (decimal): -2026185 or 3610081. OLE color: 3610081.
HSL color Cylindrical-coordinate representation of color #E11537: hue angle of 350º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11537 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.12 |
| HSL | 350º | 0.83% | 0.48% | - |
| HSV(B) | 350º | 0.91% | 0.88% | - |
| XYZ | 32.01 | 16.82 | 5.17 | - |
| YUV | 85.87 | 110.59 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 55 | 0 | 0.91 | 0.76 | 0.12 | 350 | 0.83 | 0.48 |
| Hex | E1 | 15 | 37 | 0 | 5B | 4C | C | 15E | 53 | 30 |
| Octal | 341 | 25 | 67 | 0 | 133 | 114 | 14 | 536 | 123 | 60 |
| Binary | 11100001 | 10101 | 110111 | 0 | 1011011 | 1001100 | 1100 | 101011110 | 1010011 | 110000 |
Color Harmonies of #E11537
Complementary color
Monochromatic Colors of #E11537
Black with #E11537
Text Example
Text Example
White with #E11537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11537; }
p { color: rgb(225,21,55); }
H1.HeaderClassName
{
color: #E11537;
}
.AnyTagClassName
{
color: #E11537;
}
</style>
background-color css
<style>
a { background-color: #E11537; }
a { background-color: rgb(225,21,55); }
div.DivClassName
{
background-color: #E11537;
}
.BgClassName
{
background-color: #E11537;
}
</style>
border-color css
<style>
span { border-color: #E11537; }
span { border-color: rgb(225,21,55); }
td.TdClassName
{
border-color: #E11537;
}
.TagClassName
{
border-color: #E11537;
}
</style>