Shades of Crimson #E7193B
Tints of Crimson #E7193B
RGB
CMYK
RGB Variations
Color information
#E7193B (or 0xE7193B) is known color: Crimson. HEX triplet: E7, 19 and 3B. RGB value is (231,25,59). Sum of RGB (Red+Green+Blue) = 231+25+59=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7193B is #18E6C4. Grayscale: #5A5A5A. Windows color (decimal): -1631941 or 3873255. OLE color: 3873255.
HSL color Cylindrical-coordinate representation of color #E7193B: hue angle of 350.1º 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 #E7193B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.09 |
| HSL | 350.1º | 0.81% | 0.5% | - |
| HSV(B) | 350.1º | 0.89% | 0.91% | - |
| XYZ | 34.09 | 18 | 5.82 | - |
| YUV | 90.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 59 | 0 | 0.89 | 0.74 | 0.09 | 350.1 | 0.81 | 0.5 |
| Hex | E7 | 19 | 3B | 0 | 59 | 4A | 9 | 15E | 51 | 32 |
| Octal | 347 | 31 | 73 | 0 | 131 | 112 | 11 | 536 | 121 | 62 |
| Binary | 11100111 | 11001 | 111011 | 0 | 1011001 | 1001010 | 1001 | 101011110 | 1010001 | 110010 |
Color Harmonies of #E7193B
Complementary color
Monochromatic Colors of #E7193B
Black with #E7193B
Text Example
Text Example
White with #E7193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7193B; }
p { color: rgb(231,25,59); }
H1.HeaderClassName
{
color: #E7193B;
}
.AnyTagClassName
{
color: #E7193B;
}
</style>
background-color css
<style>
a { background-color: #E7193B; }
a { background-color: rgb(231,25,59); }
div.DivClassName
{
background-color: #E7193B;
}
.BgClassName
{
background-color: #E7193B;
}
</style>
border-color css
<style>
span { border-color: #E7193B; }
span { border-color: rgb(231,25,59); }
td.TdClassName
{
border-color: #E7193B;
}
.TagClassName
{
border-color: #E7193B;
}
</style>