Shades of Crimson #E11340
Tints of Crimson #E11340
RGB
CMYK
RGB Variations
Color information
#E11340 (or 0xE11340) is known color: Crimson. HEX triplet: E1, 13 and 40. RGB value is (225,19,64). Sum of RGB (Red+Green+Blue) = 225+19+64=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E11340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11340 is #1EECBF. Grayscale: #555555. Windows color (decimal): -2026688 or 4199393. OLE color: 4199393.
HSL color Cylindrical-coordinate representation of color #E11340: hue angle of 346.89º 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 #E11340 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 64 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.12 |
| HSL | 346.89º | 0.84% | 0.48% | - |
| HSV(B) | 346.89º | 0.92% | 0.88% | - |
| XYZ | 32.21 | 16.84 | 6.4 | - |
| YUV | 85.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 64 | 0 | 0.92 | 0.72 | 0.12 | 346.89 | 0.84 | 0.48 |
| Hex | E1 | 13 | 40 | 0 | 5C | 48 | C | 15B | 54 | 30 |
| Octal | 341 | 23 | 100 | 0 | 134 | 110 | 14 | 533 | 124 | 60 |
| Binary | 11100001 | 10011 | 1000000 | 0 | 1011100 | 1001000 | 1100 | 101011011 | 1010100 | 110000 |
Color Harmonies of #E11340
Complementary color
Monochromatic Colors of #E11340
Black with #E11340
Text Example
Text Example
White with #E11340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11340; }
p { color: rgb(225,19,64); }
H1.HeaderClassName
{
color: #E11340;
}
.AnyTagClassName
{
color: #E11340;
}
</style>
background-color css
<style>
a { background-color: #E11340; }
a { background-color: rgb(225,19,64); }
div.DivClassName
{
background-color: #E11340;
}
.BgClassName
{
background-color: #E11340;
}
</style>
border-color css
<style>
span { border-color: #E11340; }
span { border-color: rgb(225,19,64); }
td.TdClassName
{
border-color: #E11340;
}
.TagClassName
{
border-color: #E11340;
}
</style>