Shades of Crimson #E11440
Tints of Crimson #E11440
RGB
CMYK
RGB Variations
Color information
#E11440 (or 0xE11440) is known color: Crimson. HEX triplet: E1, 14 and 40. RGB value is (225,20,64). Sum of RGB (Red+Green+Blue) = 225+20+64=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E11440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11440 is #1EEBBF. Grayscale: #565656. Windows color (decimal): -2026432 or 4199649. OLE color: 4199649.
HSL color Cylindrical-coordinate representation of color #E11440: hue angle of 347.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11440 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 64 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.12 |
| HSL | 347.12º | 0.84% | 0.48% | - |
| HSV(B) | 347.12º | 0.91% | 0.88% | - |
| XYZ | 32.23 | 16.88 | 6.41 | - |
| YUV | 86.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 64 | 0 | 0.91 | 0.72 | 0.12 | 347.12 | 0.84 | 0.48 |
| Hex | E1 | 14 | 40 | 0 | 5B | 48 | C | 15B | 54 | 30 |
| Octal | 341 | 24 | 100 | 0 | 133 | 110 | 14 | 533 | 124 | 60 |
| Binary | 11100001 | 10100 | 1000000 | 0 | 1011011 | 1001000 | 1100 | 101011011 | 1010100 | 110000 |
Color Harmonies of #E11440
Complementary color
Monochromatic Colors of #E11440
Black with #E11440
Text Example
Text Example
White with #E11440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11440; }
p { color: rgb(225,20,64); }
H1.HeaderClassName
{
color: #E11440;
}
.AnyTagClassName
{
color: #E11440;
}
</style>
background-color css
<style>
a { background-color: #E11440; }
a { background-color: rgb(225,20,64); }
div.DivClassName
{
background-color: #E11440;
}
.BgClassName
{
background-color: #E11440;
}
</style>
border-color css
<style>
span { border-color: #E11440; }
span { border-color: rgb(225,20,64); }
td.TdClassName
{
border-color: #E11440;
}
.TagClassName
{
border-color: #E11440;
}
</style>