Shades of Crimson #E8193C
Tints of Crimson #E8193C
RGB
CMYK
RGB Variations
Color information
#E8193C (or 0xE8193C) is known color: Crimson. HEX triplet: E8, 19 and 3C. RGB value is (232,25,60). Sum of RGB (Red+Green+Blue) = 232+25+60=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E8193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8193C is #17E6C3. Grayscale: #5A5A5A. Windows color (decimal): -1566404 or 3938792. OLE color: 3938792.
HSL color Cylindrical-coordinate representation of color #E8193C: hue angle of 349.86º degrees, saturation: 0.82, 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 #E8193C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.09 |
| HSL | 349.86º | 0.82% | 0.5% | - |
| HSV(B) | 349.86º | 0.89% | 0.91% | - |
| XYZ | 34.44 | 18.18 | 5.97 | - |
| YUV | 90.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 60 | 0 | 0.89 | 0.74 | 0.09 | 349.86 | 0.82 | 0.5 |
| Hex | E8 | 19 | 3C | 0 | 59 | 4A | 9 | 15E | 52 | 32 |
| Octal | 350 | 31 | 74 | 0 | 131 | 112 | 11 | 536 | 122 | 62 |
| Binary | 11101000 | 11001 | 111100 | 0 | 1011001 | 1001010 | 1001 | 101011110 | 1010010 | 110010 |
Color Harmonies of #E8193C
Complementary color
Monochromatic Colors of #E8193C
Black with #E8193C
Text Example
Text Example
White with #E8193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8193C; }
p { color: rgb(232,25,60); }
H1.HeaderClassName
{
color: #E8193C;
}
.AnyTagClassName
{
color: #E8193C;
}
</style>
background-color css
<style>
a { background-color: #E8193C; }
a { background-color: rgb(232,25,60); }
div.DivClassName
{
background-color: #E8193C;
}
.BgClassName
{
background-color: #E8193C;
}
</style>
border-color css
<style>
span { border-color: #E8193C; }
span { border-color: rgb(232,25,60); }
td.TdClassName
{
border-color: #E8193C;
}
.TagClassName
{
border-color: #E8193C;
}
</style>