Shades of Crimson #E5112E
Tints of Crimson #E5112E
RGB
CMYK
RGB Variations
Color information
#E5112E (or 0xE5112E) is known color: Crimson. HEX triplet: E5, 11 and 2E. RGB value is (229,17,46). Sum of RGB (Red+Green+Blue) = 229+17+46=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5112E is #1AEED1. Grayscale: #535353. Windows color (decimal): -1765074 or 3019237. OLE color: 3019237.
HSL color Cylindrical-coordinate representation of color #E5112E: hue angle of 351.79º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5112E is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.10 |
| HSL | 351.79º | 0.86% | 0.48% | - |
| HSV(B) | 351.79º | 0.93% | 0.9% | - |
| XYZ | 33.01 | 17.26 | 4.18 | - |
| YUV | 83.69 | 106.74 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 46 | 0 | 0.93 | 0.80 | 0.10 | 351.79 | 0.86 | 0.48 |
| Hex | E5 | 11 | 2E | 0 | 5D | 50 | A | 160 | 56 | 30 |
| Octal | 345 | 21 | 56 | 0 | 135 | 120 | 12 | 540 | 126 | 60 |
| Binary | 11100101 | 10001 | 101110 | 0 | 1011101 | 1010000 | 1010 | 101100000 | 1010110 | 110000 |
Color Harmonies of #E5112E
Complementary color
Monochromatic Colors of #E5112E
Black with #E5112E
Text Example
Text Example
White with #E5112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5112E; }
p { color: rgb(229,17,46); }
H1.HeaderClassName
{
color: #E5112E;
}
.AnyTagClassName
{
color: #E5112E;
}
</style>
background-color css
<style>
a { background-color: #E5112E; }
a { background-color: rgb(229,17,46); }
div.DivClassName
{
background-color: #E5112E;
}
.BgClassName
{
background-color: #E5112E;
}
</style>
border-color css
<style>
span { border-color: #E5112E; }
span { border-color: rgb(229,17,46); }
td.TdClassName
{
border-color: #E5112E;
}
.TagClassName
{
border-color: #E5112E;
}
</style>