Shades of Crimson #E1162C
Tints of Crimson #E1162C
RGB
CMYK
RGB Variations
Color information
#E1162C (or 0xE1162C) is known color: Crimson. HEX triplet: E1, 16 and 2C. RGB value is (225,22,44). Sum of RGB (Red+Green+Blue) = 225+22+44=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1162C is #1EE9D3. Grayscale: #555555. Windows color (decimal): -2025940 or 2889441. OLE color: 2889441.
HSL color Cylindrical-coordinate representation of color #E1162C: hue angle of 353.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1162C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 44 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.12 |
| HSL | 353.5º | 0.82% | 0.48% | - |
| HSV(B) | 353.5º | 0.9% | 0.88% | - |
| XYZ | 31.79 | 16.76 | 3.94 | - |
| YUV | 85.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 44 | 0 | 0.90 | 0.80 | 0.12 | 353.5 | 0.82 | 0.48 |
| Hex | E1 | 16 | 2C | 0 | 5A | 50 | C | 161 | 52 | 30 |
| Octal | 341 | 26 | 54 | 0 | 132 | 120 | 14 | 541 | 122 | 60 |
| Binary | 11100001 | 10110 | 101100 | 0 | 1011010 | 1010000 | 1100 | 101100001 | 1010010 | 110000 |
Color Harmonies of #E1162C
Complementary color
Monochromatic Colors of #E1162C
Black with #E1162C
Text Example
Text Example
White with #E1162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1162C; }
p { color: rgb(225,22,44); }
H1.HeaderClassName
{
color: #E1162C;
}
.AnyTagClassName
{
color: #E1162C;
}
</style>
background-color css
<style>
a { background-color: #E1162C; }
a { background-color: rgb(225,22,44); }
div.DivClassName
{
background-color: #E1162C;
}
.BgClassName
{
background-color: #E1162C;
}
</style>
border-color css
<style>
span { border-color: #E1162C; }
span { border-color: rgb(225,22,44); }
td.TdClassName
{
border-color: #E1162C;
}
.TagClassName
{
border-color: #E1162C;
}
</style>