Shades of Crimson #E11531
Tints of Crimson #E11531
RGB
CMYK
RGB Variations
Color information
#E11531 (or 0xE11531) is known color: Crimson. HEX triplet: E1, 15 and 31. RGB value is (225,21,49). Sum of RGB (Red+Green+Blue) = 225+21+49=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E11531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11531 is #1EEACE. Grayscale: #555555. Windows color (decimal): -2026191 or 3216865. OLE color: 3216865.
HSL color Cylindrical-coordinate representation of color #E11531: hue angle of 351.76º 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 #E11531 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 49 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.12 |
| HSL | 351.76º | 0.83% | 0.48% | - |
| HSV(B) | 351.76º | 0.91% | 0.88% | - |
| XYZ | 31.87 | 16.77 | 4.46 | - |
| YUV | 85.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 49 | 0 | 0.91 | 0.78 | 0.12 | 351.76 | 0.83 | 0.48 |
| Hex | E1 | 15 | 31 | 0 | 5B | 4E | C | 160 | 53 | 30 |
| Octal | 341 | 25 | 61 | 0 | 133 | 116 | 14 | 540 | 123 | 60 |
| Binary | 11100001 | 10101 | 110001 | 0 | 1011011 | 1001110 | 1100 | 101100000 | 1010011 | 110000 |
Color Harmonies of #E11531
Complementary color
Monochromatic Colors of #E11531
Black with #E11531
Text Example
Text Example
White with #E11531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11531; }
p { color: rgb(225,21,49); }
H1.HeaderClassName
{
color: #E11531;
}
.AnyTagClassName
{
color: #E11531;
}
</style>
background-color css
<style>
a { background-color: #E11531; }
a { background-color: rgb(225,21,49); }
div.DivClassName
{
background-color: #E11531;
}
.BgClassName
{
background-color: #E11531;
}
</style>
border-color css
<style>
span { border-color: #E11531; }
span { border-color: rgb(225,21,49); }
td.TdClassName
{
border-color: #E11531;
}
.TagClassName
{
border-color: #E11531;
}
</style>