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