Shades of Crimson #E11343
Tints of Crimson #E11343
RGB
CMYK
RGB Variations
Color information
#E11343 (or 0xE11343) is known color: Crimson. HEX triplet: E1, 13 and 43. RGB value is (225,19,67). Sum of RGB (Red+Green+Blue) = 225+19+67=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E11343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11343 is #1EECBC. Grayscale: #565656. Windows color (decimal): -2026685 or 4396001. OLE color: 4396001.
HSL color Cylindrical-coordinate representation of color #E11343: hue angle of 346.02º 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 #E11343 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 67 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.12 |
| HSL | 346.02º | 0.84% | 0.48% | - |
| HSV(B) | 346.02º | 0.92% | 0.88% | - |
| XYZ | 32.3 | 16.88 | 6.87 | - |
| YUV | 86.07 | 117.25 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 67 | 0 | 0.92 | 0.70 | 0.12 | 346.02 | 0.84 | 0.48 |
| Hex | E1 | 13 | 43 | 0 | 5C | 46 | C | 15A | 54 | 30 |
| Octal | 341 | 23 | 103 | 0 | 134 | 106 | 14 | 532 | 124 | 60 |
| Binary | 11100001 | 10011 | 1000011 | 0 | 1011100 | 1000110 | 1100 | 101011010 | 1010100 | 110000 |
Color Harmonies of #E11343
Complementary color
Monochromatic Colors of #E11343
Black with #E11343
Text Example
Text Example
White with #E11343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11343; }
p { color: rgb(225,19,67); }
H1.HeaderClassName
{
color: #E11343;
}
.AnyTagClassName
{
color: #E11343;
}
</style>
background-color css
<style>
a { background-color: #E11343; }
a { background-color: rgb(225,19,67); }
div.DivClassName
{
background-color: #E11343;
}
.BgClassName
{
background-color: #E11343;
}
</style>
border-color css
<style>
span { border-color: #E11343; }
span { border-color: rgb(225,19,67); }
td.TdClassName
{
border-color: #E11343;
}
.TagClassName
{
border-color: #E11343;
}
</style>