Shades of Crimson #E11031
Tints of Crimson #E11031
RGB
CMYK
RGB Variations
Color information
#E11031 (or 0xE11031) is known color: Crimson. HEX triplet: E1, 10 and 31. RGB value is (225,16,49). Sum of RGB (Red+Green+Blue) = 225+16+49=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E11031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11031 is #1EEFCE. Grayscale: #525252. Windows color (decimal): -2027471 or 3215585. OLE color: 3215585.
HSL color Cylindrical-coordinate representation of color #E11031: hue angle of 350.53º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11031 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.12 |
| HSL | 350.53º | 0.87% | 0.47% | - |
| HSV(B) | 350.53º | 0.93% | 0.88% | - |
| XYZ | 31.79 | 16.6 | 4.43 | - |
| YUV | 82.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 49 | 0 | 0.93 | 0.78 | 0.12 | 350.53 | 0.87 | 0.47 |
| Hex | E1 | 10 | 31 | 0 | 5D | 4E | C | 15F | 57 | 2F |
| Octal | 341 | 20 | 61 | 0 | 135 | 116 | 14 | 537 | 127 | 57 |
| Binary | 11100001 | 10000 | 110001 | 0 | 1011101 | 1001110 | 1100 | 101011111 | 1010111 | 101111 |
Color Harmonies of #E11031
Complementary color
Monochromatic Colors of #E11031
Black with #E11031
Text Example
Text Example
White with #E11031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11031; }
p { color: rgb(225,16,49); }
H1.HeaderClassName
{
color: #E11031;
}
.AnyTagClassName
{
color: #E11031;
}
</style>
background-color css
<style>
a { background-color: #E11031; }
a { background-color: rgb(225,16,49); }
div.DivClassName
{
background-color: #E11031;
}
.BgClassName
{
background-color: #E11031;
}
</style>
border-color css
<style>
span { border-color: #E11031; }
span { border-color: rgb(225,16,49); }
td.TdClassName
{
border-color: #E11031;
}
.TagClassName
{
border-color: #E11031;
}
</style>