Shades of Crimson #E11937
Tints of Crimson #E11937
RGB
CMYK
RGB Variations
Color information
#E11937 (or 0xE11937) is known color: Crimson. HEX triplet: E1, 19 and 37. RGB value is (225,25,55). Sum of RGB (Red+Green+Blue) = 225+25+55=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E11937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11937 is #1EE6C8. Grayscale: #585858. Windows color (decimal): -2025161 or 3611105. OLE color: 3611105.
HSL color Cylindrical-coordinate representation of color #E11937: hue angle of 351º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11937 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 55 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.12 |
| HSL | 351º | 0.8% | 0.49% | - |
| HSV(B) | 351º | 0.89% | 0.88% | - |
| XYZ | 32.09 | 16.98 | 5.2 | - |
| YUV | 88.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 55 | 0 | 0.89 | 0.76 | 0.12 | 351 | 0.8 | 0.49 |
| Hex | E1 | 19 | 37 | 0 | 59 | 4C | C | 15F | 50 | 31 |
| Octal | 341 | 31 | 67 | 0 | 131 | 114 | 14 | 537 | 120 | 61 |
| Binary | 11100001 | 11001 | 110111 | 0 | 1011001 | 1001100 | 1100 | 101011111 | 1010000 | 110001 |
Color Harmonies of #E11937
Complementary color
Monochromatic Colors of #E11937
Black with #E11937
Text Example
Text Example
White with #E11937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11937; }
p { color: rgb(225,25,55); }
H1.HeaderClassName
{
color: #E11937;
}
.AnyTagClassName
{
color: #E11937;
}
</style>
background-color css
<style>
a { background-color: #E11937; }
a { background-color: rgb(225,25,55); }
div.DivClassName
{
background-color: #E11937;
}
.BgClassName
{
background-color: #E11937;
}
</style>
border-color css
<style>
span { border-color: #E11937; }
span { border-color: rgb(225,25,55); }
td.TdClassName
{
border-color: #E11937;
}
.TagClassName
{
border-color: #E11937;
}
</style>