Shades of Crimson #E8112E
Tints of Crimson #E8112E
RGB
CMYK
RGB Variations
Color information
#E8112E (or 0xE8112E) is known color: Crimson. HEX triplet: E8, 11 and 2E. RGB value is (232,17,46). Sum of RGB (Red+Green+Blue) = 232+17+46=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8112E is #17EED1. Grayscale: #545454. Windows color (decimal): -1568466 or 3019240. OLE color: 3019240.
HSL color Cylindrical-coordinate representation of color #E8112E: hue angle of 351.91º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8112E is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.09 |
| HSL | 351.91º | 0.86% | 0.49% | - |
| HSV(B) | 351.91º | 0.93% | 0.91% | - |
| XYZ | 33.97 | 17.75 | 4.22 | - |
| YUV | 84.59 | 106.23 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 46 | 0 | 0.93 | 0.80 | 0.09 | 351.91 | 0.86 | 0.49 |
| Hex | E8 | 11 | 2E | 0 | 5D | 50 | 9 | 160 | 56 | 31 |
| Octal | 350 | 21 | 56 | 0 | 135 | 120 | 11 | 540 | 126 | 61 |
| Binary | 11101000 | 10001 | 101110 | 0 | 1011101 | 1010000 | 1001 | 101100000 | 1010110 | 110001 |
Color Harmonies of #E8112E
Complementary color
Monochromatic Colors of #E8112E
Black with #E8112E
Text Example
Text Example
White with #E8112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8112E; }
p { color: rgb(232,17,46); }
H1.HeaderClassName
{
color: #E8112E;
}
.AnyTagClassName
{
color: #E8112E;
}
</style>
background-color css
<style>
a { background-color: #E8112E; }
a { background-color: rgb(232,17,46); }
div.DivClassName
{
background-color: #E8112E;
}
.BgClassName
{
background-color: #E8112E;
}
</style>
border-color css
<style>
span { border-color: #E8112E; }
span { border-color: rgb(232,17,46); }
td.TdClassName
{
border-color: #E8112E;
}
.TagClassName
{
border-color: #E8112E;
}
</style>