Shades of Crimson #E7193F
Tints of Crimson #E7193F
RGB
CMYK
RGB Variations
Color information
#E7193F (or 0xE7193F) is known color: Crimson. HEX triplet: E7, 19 and 3F. RGB value is (231,25,63). Sum of RGB (Red+Green+Blue) = 231+25+63=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E7193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7193F is #18E6C0. Grayscale: #5A5A5A. Windows color (decimal): -1631937 or 4135399. OLE color: 4135399.
HSL color Cylindrical-coordinate representation of color #E7193F: hue angle of 348.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7193F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.09 |
| HSL | 348.93º | 0.81% | 0.5% | - |
| HSV(B) | 348.93º | 0.89% | 0.91% | - |
| XYZ | 34.2 | 18.04 | 6.38 | - |
| YUV | 90.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 63 | 0 | 0.89 | 0.73 | 0.09 | 348.93 | 0.81 | 0.5 |
| Hex | E7 | 19 | 3F | 0 | 59 | 49 | 9 | 15D | 51 | 32 |
| Octal | 347 | 31 | 77 | 0 | 131 | 111 | 11 | 535 | 121 | 62 |
| Binary | 11100111 | 11001 | 111111 | 0 | 1011001 | 1001001 | 1001 | 101011101 | 1010001 | 110010 |
Color Harmonies of #E7193F
Complementary color
Monochromatic Colors of #E7193F
Black with #E7193F
Text Example
Text Example
White with #E7193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7193F; }
p { color: rgb(231,25,63); }
H1.HeaderClassName
{
color: #E7193F;
}
.AnyTagClassName
{
color: #E7193F;
}
</style>
background-color css
<style>
a { background-color: #E7193F; }
a { background-color: rgb(231,25,63); }
div.DivClassName
{
background-color: #E7193F;
}
.BgClassName
{
background-color: #E7193F;
}
</style>
border-color css
<style>
span { border-color: #E7193F; }
span { border-color: rgb(231,25,63); }
td.TdClassName
{
border-color: #E7193F;
}
.TagClassName
{
border-color: #E7193F;
}
</style>