Shades of Crimson #E1122A
Tints of Crimson #E1122A
RGB
CMYK
RGB Variations
Color information
#E1122A (or 0xE1122A) is known color: Crimson. HEX triplet: E1, 12 and 2A. RGB value is (225,18,42). Sum of RGB (Red+Green+Blue) = 225+18+42=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E1122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1122A is #1EEDD5. Grayscale: #525252. Windows color (decimal): -2026966 or 2757345. OLE color: 2757345.
HSL color Cylindrical-coordinate representation of color #E1122A: hue angle of 353.04º 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 #E1122A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.12 |
| HSL | 353.04º | 0.85% | 0.48% | - |
| HSV(B) | 353.04º | 0.92% | 0.88% | - |
| XYZ | 31.69 | 16.61 | 3.73 | - |
| YUV | 82.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 42 | 0 | 0.92 | 0.81 | 0.12 | 353.04 | 0.85 | 0.48 |
| Hex | E1 | 12 | 2A | 0 | 5C | 51 | C | 161 | 55 | 30 |
| Octal | 341 | 22 | 52 | 0 | 134 | 121 | 14 | 541 | 125 | 60 |
| Binary | 11100001 | 10010 | 101010 | 0 | 1011100 | 1010001 | 1100 | 101100001 | 1010101 | 110000 |
Color Harmonies of #E1122A
Complementary color
Monochromatic Colors of #E1122A
Black with #E1122A
Text Example
Text Example
White with #E1122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1122A; }
p { color: rgb(225,18,42); }
H1.HeaderClassName
{
color: #E1122A;
}
.AnyTagClassName
{
color: #E1122A;
}
</style>
background-color css
<style>
a { background-color: #E1122A; }
a { background-color: rgb(225,18,42); }
div.DivClassName
{
background-color: #E1122A;
}
.BgClassName
{
background-color: #E1122A;
}
</style>
border-color css
<style>
span { border-color: #E1122A; }
span { border-color: rgb(225,18,42); }
td.TdClassName
{
border-color: #E1122A;
}
.TagClassName
{
border-color: #E1122A;
}
</style>