Shades of Crimson #E11242
Tints of Crimson #E11242
RGB
CMYK
RGB Variations
Color information
#E11242 (or 0xE11242) is known color: Crimson. HEX triplet: E1, 12 and 42. RGB value is (225,18,66). Sum of RGB (Red+Green+Blue) = 225+18+66=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E11242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11242 is #1EEDBD. Grayscale: #555555. Windows color (decimal): -2026942 or 4330209. OLE color: 4330209.
HSL color Cylindrical-coordinate representation of color #E11242: hue angle of 346.09º 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 #E11242 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 66 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.12 |
| HSL | 346.09º | 0.85% | 0.48% | - |
| HSV(B) | 346.09º | 0.92% | 0.88% | - |
| XYZ | 32.25 | 16.83 | 6.7 | - |
| YUV | 85.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 66 | 0 | 0.92 | 0.71 | 0.12 | 346.09 | 0.85 | 0.48 |
| Hex | E1 | 12 | 42 | 0 | 5C | 47 | C | 15A | 55 | 30 |
| Octal | 341 | 22 | 102 | 0 | 134 | 107 | 14 | 532 | 125 | 60 |
| Binary | 11100001 | 10010 | 1000010 | 0 | 1011100 | 1000111 | 1100 | 101011010 | 1010101 | 110000 |
Color Harmonies of #E11242
Complementary color
Monochromatic Colors of #E11242
Black with #E11242
Text Example
Text Example
White with #E11242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11242; }
p { color: rgb(225,18,66); }
H1.HeaderClassName
{
color: #E11242;
}
.AnyTagClassName
{
color: #E11242;
}
</style>
background-color css
<style>
a { background-color: #E11242; }
a { background-color: rgb(225,18,66); }
div.DivClassName
{
background-color: #E11242;
}
.BgClassName
{
background-color: #E11242;
}
</style>
border-color css
<style>
span { border-color: #E11242; }
span { border-color: rgb(225,18,66); }
td.TdClassName
{
border-color: #E11242;
}
.TagClassName
{
border-color: #E11242;
}
</style>