Shades of Crimson #E7132E
Tints of Crimson #E7132E
RGB
CMYK
RGB Variations
Color information
#E7132E (or 0xE7132E) is known color: Crimson. HEX triplet: E7, 13 and 2E. RGB value is (231,19,46). Sum of RGB (Red+Green+Blue) = 231+19+46=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E7132E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7132E is #18ECD1. Grayscale: #555555. Windows color (decimal): -1633490 or 3019751. OLE color: 3019751.
HSL color Cylindrical-coordinate representation of color #E7132E: hue angle of 352.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7132E is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 46 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.09 |
| HSL | 352.36º | 0.85% | 0.49% | - |
| HSV(B) | 352.36º | 0.92% | 0.91% | - |
| XYZ | 33.68 | 17.65 | 4.22 | - |
| YUV | 85.47 | 105.74 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 46 | 0 | 0.92 | 0.80 | 0.09 | 352.36 | 0.85 | 0.49 |
| Hex | E7 | 13 | 2E | 0 | 5C | 50 | 9 | 160 | 55 | 31 |
| Octal | 347 | 23 | 56 | 0 | 134 | 120 | 11 | 540 | 125 | 61 |
| Binary | 11100111 | 10011 | 101110 | 0 | 1011100 | 1010000 | 1001 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E7132E
Complementary color
Monochromatic Colors of #E7132E
Black with #E7132E
Text Example
Text Example
White with #E7132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7132E; }
p { color: rgb(231,19,46); }
H1.HeaderClassName
{
color: #E7132E;
}
.AnyTagClassName
{
color: #E7132E;
}
</style>
background-color css
<style>
a { background-color: #E7132E; }
a { background-color: rgb(231,19,46); }
div.DivClassName
{
background-color: #E7132E;
}
.BgClassName
{
background-color: #E7132E;
}
</style>
border-color css
<style>
span { border-color: #E7132E; }
span { border-color: rgb(231,19,46); }
td.TdClassName
{
border-color: #E7132E;
}
.TagClassName
{
border-color: #E7132E;
}
</style>