Shades of Crimson #E11345
Tints of Crimson #E11345
RGB
CMYK
RGB Variations
Color information
#E11345 (or 0xE11345) is known color: Crimson. HEX triplet: E1, 13 and 45. RGB value is (225,19,69). Sum of RGB (Red+Green+Blue) = 225+19+69=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E11345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11345 is #1EECBA. Grayscale: #565656. Windows color (decimal): -2026683 or 4527073. OLE color: 4527073.
HSL color Cylindrical-coordinate representation of color #E11345: hue angle of 345.44º 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 #E11345 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 69 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.12 |
| HSL | 345.44º | 0.84% | 0.48% | - |
| HSV(B) | 345.44º | 0.92% | 0.88% | - |
| XYZ | 32.36 | 16.9 | 7.19 | - |
| YUV | 86.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 69 | 0 | 0.92 | 0.69 | 0.12 | 345.44 | 0.84 | 0.48 |
| Hex | E1 | 13 | 45 | 0 | 5C | 45 | C | 159 | 54 | 30 |
| Octal | 341 | 23 | 105 | 0 | 134 | 105 | 14 | 531 | 124 | 60 |
| Binary | 11100001 | 10011 | 1000101 | 0 | 1011100 | 1000101 | 1100 | 101011001 | 1010100 | 110000 |
Color Harmonies of #E11345
Complementary color
Monochromatic Colors of #E11345
Black with #E11345
Text Example
Text Example
White with #E11345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11345; }
p { color: rgb(225,19,69); }
H1.HeaderClassName
{
color: #E11345;
}
.AnyTagClassName
{
color: #E11345;
}
</style>
background-color css
<style>
a { background-color: #E11345; }
a { background-color: rgb(225,19,69); }
div.DivClassName
{
background-color: #E11345;
}
.BgClassName
{
background-color: #E11345;
}
</style>
border-color css
<style>
span { border-color: #E11345; }
span { border-color: rgb(225,19,69); }
td.TdClassName
{
border-color: #E11345;
}
.TagClassName
{
border-color: #E11345;
}
</style>