Shades of Crimson #E11947
Tints of Crimson #E11947
RGB
CMYK
RGB Variations
Color information
#E11947 (or 0xE11947) is known color: Crimson. HEX triplet: E1, 19 and 47. RGB value is (225,25,71). Sum of RGB (Red+Green+Blue) = 225+25+71=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E11947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11947 is #1EE6B8. Grayscale: #5A5A5A. Windows color (decimal): -2025145 or 4659681. OLE color: 4659681.
HSL color Cylindrical-coordinate representation of color #E11947: hue angle of 346.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11947 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 71 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.12 |
| HSL | 346.2º | 0.8% | 0.49% | - |
| HSV(B) | 346.2º | 0.89% | 0.88% | - |
| XYZ | 32.54 | 17.16 | 7.56 | - |
| YUV | 90.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 71 | 0 | 0.89 | 0.68 | 0.12 | 346.2 | 0.8 | 0.49 |
| Hex | E1 | 19 | 47 | 0 | 59 | 44 | C | 15A | 50 | 31 |
| Octal | 341 | 31 | 107 | 0 | 131 | 104 | 14 | 532 | 120 | 61 |
| Binary | 11100001 | 11001 | 1000111 | 0 | 1011001 | 1000100 | 1100 | 101011010 | 1010000 | 110001 |
Color Harmonies of #E11947
Complementary color
Monochromatic Colors of #E11947
Black with #E11947
Text Example
Text Example
White with #E11947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11947; }
p { color: rgb(225,25,71); }
H1.HeaderClassName
{
color: #E11947;
}
.AnyTagClassName
{
color: #E11947;
}
</style>
background-color css
<style>
a { background-color: #E11947; }
a { background-color: rgb(225,25,71); }
div.DivClassName
{
background-color: #E11947;
}
.BgClassName
{
background-color: #E11947;
}
</style>
border-color css
<style>
span { border-color: #E11947; }
span { border-color: rgb(225,25,71); }
td.TdClassName
{
border-color: #E11947;
}
.TagClassName
{
border-color: #E11947;
}
</style>