Shades of Crimson #E11240
Tints of Crimson #E11240
RGB
CMYK
RGB Variations
Color information
#E11240 (or 0xE11240) is known color: Crimson. HEX triplet: E1, 12 and 40. RGB value is (225,18,64). Sum of RGB (Red+Green+Blue) = 225+18+64=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E11240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11240 is #1EEDBF. Grayscale: #555555. Windows color (decimal): -2026944 or 4199137. OLE color: 4199137.
HSL color Cylindrical-coordinate representation of color #E11240: hue angle of 346.67º 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 #E11240 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 64 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.12 |
| HSL | 346.67º | 0.85% | 0.48% | - |
| HSV(B) | 346.67º | 0.92% | 0.88% | - |
| XYZ | 32.19 | 16.81 | 6.4 | - |
| YUV | 85.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 64 | 0 | 0.92 | 0.72 | 0.12 | 346.67 | 0.85 | 0.48 |
| Hex | E1 | 12 | 40 | 0 | 5C | 48 | C | 15B | 55 | 30 |
| Octal | 341 | 22 | 100 | 0 | 134 | 110 | 14 | 533 | 125 | 60 |
| Binary | 11100001 | 10010 | 1000000 | 0 | 1011100 | 1001000 | 1100 | 101011011 | 1010101 | 110000 |
Color Harmonies of #E11240
Complementary color
Monochromatic Colors of #E11240
Black with #E11240
Text Example
Text Example
White with #E11240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11240; }
p { color: rgb(225,18,64); }
H1.HeaderClassName
{
color: #E11240;
}
.AnyTagClassName
{
color: #E11240;
}
</style>
background-color css
<style>
a { background-color: #E11240; }
a { background-color: rgb(225,18,64); }
div.DivClassName
{
background-color: #E11240;
}
.BgClassName
{
background-color: #E11240;
}
</style>
border-color css
<style>
span { border-color: #E11240; }
span { border-color: rgb(225,18,64); }
td.TdClassName
{
border-color: #E11240;
}
.TagClassName
{
border-color: #E11240;
}
</style>