Shades of Crimson #E1114C
Tints of Crimson #E1114C
RGB
CMYK
RGB Variations
Color information
#E1114C (or 0xE1114C) is known color: Crimson. HEX triplet: E1, 11 and 4C. RGB value is (225,17,76). Sum of RGB (Red+Green+Blue) = 225+17+76=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1114C is #1EEEB3. Grayscale: #555555. Windows color (decimal): -2027188 or 4985313. OLE color: 4985313.
HSL color Cylindrical-coordinate representation of color #E1114C: hue angle of 342.98º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1114C is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 76 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.12 |
| HSL | 342.98º | 0.86% | 0.47% | - |
| HSV(B) | 342.98º | 0.92% | 0.88% | - |
| XYZ | 32.56 | 16.93 | 8.39 | - |
| YUV | 85.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 76 | 0 | 0.92 | 0.66 | 0.12 | 342.98 | 0.86 | 0.47 |
| Hex | E1 | 11 | 4C | 0 | 5C | 42 | C | 157 | 56 | 2F |
| Octal | 341 | 21 | 114 | 0 | 134 | 102 | 14 | 527 | 126 | 57 |
| Binary | 11100001 | 10001 | 1001100 | 0 | 1011100 | 1000010 | 1100 | 101010111 | 1010110 | 101111 |
Color Harmonies of #E1114C
Complementary color
Monochromatic Colors of #E1114C
Black with #E1114C
Text Example
Text Example
White with #E1114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1114C; }
p { color: rgb(225,17,76); }
H1.HeaderClassName
{
color: #E1114C;
}
.AnyTagClassName
{
color: #E1114C;
}
</style>
background-color css
<style>
a { background-color: #E1114C; }
a { background-color: rgb(225,17,76); }
div.DivClassName
{
background-color: #E1114C;
}
.BgClassName
{
background-color: #E1114C;
}
</style>
border-color css
<style>
span { border-color: #E1114C; }
span { border-color: rgb(225,17,76); }
td.TdClassName
{
border-color: #E1114C;
}
.TagClassName
{
border-color: #E1114C;
}
</style>