Shades of Crimson #E11245
Tints of Crimson #E11245
RGB
CMYK
RGB Variations
Color information
#E11245 (or 0xE11245) is known color: Crimson. HEX triplet: E1, 12 and 45. RGB value is (225,18,69). Sum of RGB (Red+Green+Blue) = 225+18+69=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E11245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11245 is #1EEDBA. Grayscale: #555555. Windows color (decimal): -2026939 or 4526817. OLE color: 4526817.
HSL color Cylindrical-coordinate representation of color #E11245: hue angle of 345.22º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11245 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 69 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.12 |
| HSL | 345.22º | 0.85% | 0.48% | - |
| HSV(B) | 345.22º | 0.92% | 0.88% | - |
| XYZ | 32.34 | 16.87 | 7.18 | - |
| YUV | 85.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 69 | 0 | 0.92 | 0.69 | 0.12 | 345.22 | 0.85 | 0.48 |
| Hex | E1 | 12 | 45 | 0 | 5C | 45 | C | 159 | 55 | 30 |
| Octal | 341 | 22 | 105 | 0 | 134 | 105 | 14 | 531 | 125 | 60 |
| Binary | 11100001 | 10010 | 1000101 | 0 | 1011100 | 1000101 | 1100 | 101011001 | 1010101 | 110000 |
Color Harmonies of #E11245
Complementary color
Monochromatic Colors of #E11245
Black with #E11245
Text Example
Text Example
White with #E11245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11245; }
p { color: rgb(225,18,69); }
H1.HeaderClassName
{
color: #E11245;
}
.AnyTagClassName
{
color: #E11245;
}
</style>
background-color css
<style>
a { background-color: #E11245; }
a { background-color: rgb(225,18,69); }
div.DivClassName
{
background-color: #E11245;
}
.BgClassName
{
background-color: #E11245;
}
</style>
border-color css
<style>
span { border-color: #E11245; }
span { border-color: rgb(225,18,69); }
td.TdClassName
{
border-color: #E11245;
}
.TagClassName
{
border-color: #E11245;
}
</style>