Shades of Crimson #E31337
Tints of Crimson #E31337
RGB
CMYK
RGB Variations
Color information
#E31337 (or 0xE31337) is known color: Crimson. HEX triplet: E3, 13 and 37. RGB value is (227,19,55). Sum of RGB (Red+Green+Blue) = 227+19+55=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E31337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31337 is #1CECC8. Grayscale: #555555. Windows color (decimal): -1895625 or 3609571. OLE color: 3609571.
HSL color Cylindrical-coordinate representation of color #E31337: hue angle of 349.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31337 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 55 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.11 |
| HSL | 349.62º | 0.85% | 0.48% | - |
| HSV(B) | 349.62º | 0.92% | 0.89% | - |
| XYZ | 32.6 | 17.07 | 5.19 | - |
| YUV | 85.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 55 | 0 | 0.92 | 0.76 | 0.11 | 349.62 | 0.85 | 0.48 |
| Hex | E3 | 13 | 37 | 0 | 5C | 4C | B | 15E | 55 | 30 |
| Octal | 343 | 23 | 67 | 0 | 134 | 114 | 13 | 536 | 125 | 60 |
| Binary | 11100011 | 10011 | 110111 | 0 | 1011100 | 1001100 | 1011 | 101011110 | 1010101 | 110000 |
Color Harmonies of #E31337
Complementary color
Monochromatic Colors of #E31337
Black with #E31337
Text Example
Text Example
White with #E31337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31337; }
p { color: rgb(227,19,55); }
H1.HeaderClassName
{
color: #E31337;
}
.AnyTagClassName
{
color: #E31337;
}
</style>
background-color css
<style>
a { background-color: #E31337; }
a { background-color: rgb(227,19,55); }
div.DivClassName
{
background-color: #E31337;
}
.BgClassName
{
background-color: #E31337;
}
</style>
border-color css
<style>
span { border-color: #E31337; }
span { border-color: rgb(227,19,55); }
td.TdClassName
{
border-color: #E31337;
}
.TagClassName
{
border-color: #E31337;
}
</style>