Shades of Torch Red #F8193C
Tints of Torch Red #F8193C
RGB
CMYK
RGB Variations
Color information
#F8193C (or 0xF8193C) is known color: Torch Red. HEX triplet: F8, 19 and 3C. RGB value is (248,25,60). Sum of RGB (Red+Green+Blue) = 248+25+60=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F8193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8193C is #07E6C3. Grayscale: #5F5F5F. Windows color (decimal): -517828 or 3938808. OLE color: 3938808.
HSL color Cylindrical-coordinate representation of color #F8193C: hue angle of 350.58º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8193C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 60 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.03 |
| HSL | 350.58º | 0.94% | 0.54% | - |
| HSV(B) | 350.58º | 0.9% | 0.97% | - |
| XYZ | 39.87 | 20.98 | 6.22 | - |
| YUV | 95.67 | 107.88 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 60 | 0 | 0.90 | 0.76 | 0.03 | 350.58 | 0.94 | 0.54 |
| Hex | F8 | 19 | 3C | 0 | 5A | 4C | 3 | 15F | 5E | 36 |
| Octal | 370 | 31 | 74 | 0 | 132 | 114 | 3 | 537 | 136 | 66 |
| Binary | 11111000 | 11001 | 111100 | 0 | 1011010 | 1001100 | 11 | 101011111 | 1011110 | 110110 |
Color Harmonies of #F8193C
Complementary color
Monochromatic Colors of #F8193C
Black with #F8193C
Text Example
Text Example
White with #F8193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8193C; }
p { color: rgb(248,25,60); }
H1.HeaderClassName
{
color: #F8193C;
}
.AnyTagClassName
{
color: #F8193C;
}
</style>
background-color css
<style>
a { background-color: #F8193C; }
a { background-color: rgb(248,25,60); }
div.DivClassName
{
background-color: #F8193C;
}
.BgClassName
{
background-color: #F8193C;
}
</style>
border-color css
<style>
span { border-color: #F8193C; }
span { border-color: rgb(248,25,60); }
td.TdClassName
{
border-color: #F8193C;
}
.TagClassName
{
border-color: #F8193C;
}
</style>