Shades of Crimson #E7134C
Tints of Crimson #E7134C
RGB
CMYK
RGB Variations
Color information
#E7134C (or 0xE7134C) is known color: Crimson. HEX triplet: E7, 13 and 4C. RGB value is (231,19,76). Sum of RGB (Red+Green+Blue) = 231+19+76=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7134C is #18ECB3. Grayscale: #585858. Windows color (decimal): -1633460 or 4985831. OLE color: 4985831.
HSL color Cylindrical-coordinate representation of color #E7134C: hue angle of 343.87º 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 #E7134C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 76 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.09 |
| HSL | 343.87º | 0.85% | 0.49% | - |
| HSV(B) | 343.87º | 0.92% | 0.91% | - |
| XYZ | 34.49 | 17.98 | 8.49 | - |
| YUV | 88.89 | 120.74 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 76 | 0 | 0.92 | 0.67 | 0.09 | 343.87 | 0.85 | 0.49 |
| Hex | E7 | 13 | 4C | 0 | 5C | 43 | 9 | 158 | 55 | 31 |
| Octal | 347 | 23 | 114 | 0 | 134 | 103 | 11 | 530 | 125 | 61 |
| Binary | 11100111 | 10011 | 1001100 | 0 | 1011100 | 1000011 | 1001 | 101011000 | 1010101 | 110001 |
Color Harmonies of #E7134C
Complementary color
Monochromatic Colors of #E7134C
Black with #E7134C
Text Example
Text Example
White with #E7134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7134C; }
p { color: rgb(231,19,76); }
H1.HeaderClassName
{
color: #E7134C;
}
.AnyTagClassName
{
color: #E7134C;
}
</style>
background-color css
<style>
a { background-color: #E7134C; }
a { background-color: rgb(231,19,76); }
div.DivClassName
{
background-color: #E7134C;
}
.BgClassName
{
background-color: #E7134C;
}
</style>
border-color css
<style>
span { border-color: #E7134C; }
span { border-color: rgb(231,19,76); }
td.TdClassName
{
border-color: #E7134C;
}
.TagClassName
{
border-color: #E7134C;
}
</style>