Shades of Crimson #E11742
Tints of Crimson #E11742
RGB
CMYK
RGB Variations
Color information
#E11742 (or 0xE11742) is known color: Crimson. HEX triplet: E1, 17 and 42. RGB value is (225,23,66). Sum of RGB (Red+Green+Blue) = 225+23+66=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E11742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11742 is #1EE8BD. Grayscale: #585858. Windows color (decimal): -2025662 or 4331489. OLE color: 4331489.
HSL color Cylindrical-coordinate representation of color #E11742: hue angle of 347.23º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11742 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 66 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.12 |
| HSL | 347.23º | 0.81% | 0.49% | - |
| HSV(B) | 347.23º | 0.9% | 0.88% | - |
| XYZ | 32.34 | 17.01 | 6.73 | - |
| YUV | 88.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 66 | 0 | 0.90 | 0.71 | 0.12 | 347.23 | 0.81 | 0.49 |
| Hex | E1 | 17 | 42 | 0 | 5A | 47 | C | 15B | 51 | 31 |
| Octal | 341 | 27 | 102 | 0 | 132 | 107 | 14 | 533 | 121 | 61 |
| Binary | 11100001 | 10111 | 1000010 | 0 | 1011010 | 1000111 | 1100 | 101011011 | 1010001 | 110001 |
Color Harmonies of #E11742
Complementary color
Monochromatic Colors of #E11742
Black with #E11742
Text Example
Text Example
White with #E11742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11742; }
p { color: rgb(225,23,66); }
H1.HeaderClassName
{
color: #E11742;
}
.AnyTagClassName
{
color: #E11742;
}
</style>
background-color css
<style>
a { background-color: #E11742; }
a { background-color: rgb(225,23,66); }
div.DivClassName
{
background-color: #E11742;
}
.BgClassName
{
background-color: #E11742;
}
</style>
border-color css
<style>
span { border-color: #E11742; }
span { border-color: rgb(225,23,66); }
td.TdClassName
{
border-color: #E11742;
}
.TagClassName
{
border-color: #E11742;
}
</style>