Shades of Crimson #E71134
Tints of Crimson #E71134
RGB
CMYK
RGB Variations
Color information
#E71134 (or 0xE71134) is known color: Crimson. HEX triplet: E7, 11 and 34. RGB value is (231,17,52). Sum of RGB (Red+Green+Blue) = 231+17+52=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E71134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71134 is #18EECB. Grayscale: #555555. Windows color (decimal): -1633996 or 3412455. OLE color: 3412455.
HSL color Cylindrical-coordinate representation of color #E71134: hue angle of 350.19º 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 #E71134 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 52 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.09 |
| HSL | 350.19º | 0.86% | 0.49% | - |
| HSV(B) | 350.19º | 0.93% | 0.91% | - |
| XYZ | 33.78 | 17.64 | 4.87 | - |
| YUV | 84.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 52 | 0 | 0.93 | 0.77 | 0.09 | 350.19 | 0.86 | 0.49 |
| Hex | E7 | 11 | 34 | 0 | 5D | 4D | 9 | 15E | 56 | 31 |
| Octal | 347 | 21 | 64 | 0 | 135 | 115 | 11 | 536 | 126 | 61 |
| Binary | 11100111 | 10001 | 110100 | 0 | 1011101 | 1001101 | 1001 | 101011110 | 1010110 | 110001 |
Color Harmonies of #E71134
Complementary color
Monochromatic Colors of #E71134
Black with #E71134
Text Example
Text Example
White with #E71134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71134; }
p { color: rgb(231,17,52); }
H1.HeaderClassName
{
color: #E71134;
}
.AnyTagClassName
{
color: #E71134;
}
</style>
background-color css
<style>
a { background-color: #E71134; }
a { background-color: rgb(231,17,52); }
div.DivClassName
{
background-color: #E71134;
}
.BgClassName
{
background-color: #E71134;
}
</style>
border-color css
<style>
span { border-color: #E71134; }
span { border-color: rgb(231,17,52); }
td.TdClassName
{
border-color: #E71134;
}
.TagClassName
{
border-color: #E71134;
}
</style>