Shades of Crimson #E1122E
Tints of Crimson #E1122E
RGB
CMYK
RGB Variations
Color information
#E1122E (or 0xE1122E) is known color: Crimson. HEX triplet: E1, 12 and 2E. RGB value is (225,18,46). Sum of RGB (Red+Green+Blue) = 225+18+46=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1122E is #1EEDD1. Grayscale: #535353. Windows color (decimal): -2026962 or 3019489. OLE color: 3019489.
HSL color Cylindrical-coordinate representation of color #E1122E: hue angle of 351.88º degrees, saturation: 0.85, 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 #E1122E is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.12 |
| HSL | 351.88º | 0.85% | 0.48% | - |
| HSV(B) | 351.88º | 0.92% | 0.88% | - |
| XYZ | 31.76 | 16.64 | 4.12 | - |
| YUV | 83.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 46 | 0 | 0.92 | 0.80 | 0.12 | 351.88 | 0.85 | 0.48 |
| Hex | E1 | 12 | 2E | 0 | 5C | 50 | C | 160 | 55 | 30 |
| Octal | 341 | 22 | 56 | 0 | 134 | 120 | 14 | 540 | 125 | 60 |
| Binary | 11100001 | 10010 | 101110 | 0 | 1011100 | 1010000 | 1100 | 101100000 | 1010101 | 110000 |
Color Harmonies of #E1122E
Complementary color
Monochromatic Colors of #E1122E
Black with #E1122E
Text Example
Text Example
White with #E1122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1122E; }
p { color: rgb(225,18,46); }
H1.HeaderClassName
{
color: #E1122E;
}
.AnyTagClassName
{
color: #E1122E;
}
</style>
background-color css
<style>
a { background-color: #E1122E; }
a { background-color: rgb(225,18,46); }
div.DivClassName
{
background-color: #E1122E;
}
.BgClassName
{
background-color: #E1122E;
}
</style>
border-color css
<style>
span { border-color: #E1122E; }
span { border-color: rgb(225,18,46); }
td.TdClassName
{
border-color: #E1122E;
}
.TagClassName
{
border-color: #E1122E;
}
</style>