Shades of Crimson #E11342
Tints of Crimson #E11342
RGB
CMYK
RGB Variations
Color information
#E11342 (or 0xE11342) is known color: Crimson. HEX triplet: E1, 13 and 42. RGB value is (225,19,66). Sum of RGB (Red+Green+Blue) = 225+19+66=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E11342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11342 is #1EECBD. Grayscale: #555555. Windows color (decimal): -2026686 or 4330465. OLE color: 4330465.
HSL color Cylindrical-coordinate representation of color #E11342: hue angle of 346.31º degrees, saturation: 0.84, 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 #E11342 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 66 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.12 |
| HSL | 346.31º | 0.84% | 0.48% | - |
| HSV(B) | 346.31º | 0.92% | 0.88% | - |
| XYZ | 32.27 | 16.87 | 6.71 | - |
| YUV | 85.95 | 116.75 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 66 | 0 | 0.92 | 0.71 | 0.12 | 346.31 | 0.84 | 0.48 |
| Hex | E1 | 13 | 42 | 0 | 5C | 47 | C | 15A | 54 | 30 |
| Octal | 341 | 23 | 102 | 0 | 134 | 107 | 14 | 532 | 124 | 60 |
| Binary | 11100001 | 10011 | 1000010 | 0 | 1011100 | 1000111 | 1100 | 101011010 | 1010100 | 110000 |
Color Harmonies of #E11342
Complementary color
Monochromatic Colors of #E11342
Black with #E11342
Text Example
Text Example
White with #E11342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11342; }
p { color: rgb(225,19,66); }
H1.HeaderClassName
{
color: #E11342;
}
.AnyTagClassName
{
color: #E11342;
}
</style>
background-color css
<style>
a { background-color: #E11342; }
a { background-color: rgb(225,19,66); }
div.DivClassName
{
background-color: #E11342;
}
.BgClassName
{
background-color: #E11342;
}
</style>
border-color css
<style>
span { border-color: #E11342; }
span { border-color: rgb(225,19,66); }
td.TdClassName
{
border-color: #E11342;
}
.TagClassName
{
border-color: #E11342;
}
</style>