Shades of Crimson #E1162F
Tints of Crimson #E1162F
RGB
CMYK
RGB Variations
Color information
#E1162F (or 0xE1162F) is known color: Crimson. HEX triplet: E1, 16 and 2F. RGB value is (225,22,47). Sum of RGB (Red+Green+Blue) = 225+22+47=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1162F is #1EE9D0. Grayscale: #555555. Windows color (decimal): -2025937 or 3086049. OLE color: 3086049.
HSL color Cylindrical-coordinate representation of color #E1162F: hue angle of 352.61º 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 #E1162F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.12 |
| HSL | 352.61º | 0.82% | 0.48% | - |
| HSV(B) | 352.61º | 0.9% | 0.88% | - |
| XYZ | 31.85 | 16.79 | 4.25 | - |
| YUV | 85.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 47 | 0 | 0.90 | 0.79 | 0.12 | 352.61 | 0.82 | 0.48 |
| Hex | E1 | 16 | 2F | 0 | 5A | 4F | C | 161 | 52 | 30 |
| Octal | 341 | 26 | 57 | 0 | 132 | 117 | 14 | 541 | 122 | 60 |
| Binary | 11100001 | 10110 | 101111 | 0 | 1011010 | 1001111 | 1100 | 101100001 | 1010010 | 110000 |
Color Harmonies of #E1162F
Complementary color
Monochromatic Colors of #E1162F
Black with #E1162F
Text Example
Text Example
White with #E1162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1162F; }
p { color: rgb(225,22,47); }
H1.HeaderClassName
{
color: #E1162F;
}
.AnyTagClassName
{
color: #E1162F;
}
</style>
background-color css
<style>
a { background-color: #E1162F; }
a { background-color: rgb(225,22,47); }
div.DivClassName
{
background-color: #E1162F;
}
.BgClassName
{
background-color: #E1162F;
}
</style>
border-color css
<style>
span { border-color: #E1162F; }
span { border-color: rgb(225,22,47); }
td.TdClassName
{
border-color: #E1162F;
}
.TagClassName
{
border-color: #E1162F;
}
</style>