Shades of Torch Red #F8191E
Tints of Torch Red #F8191E
RGB
CMYK
RGB Variations
Color information
#F8191E (or 0xF8191E) is known color: Torch Red. HEX triplet: F8, 19 and 1E. RGB value is (248,25,30). Sum of RGB (Red+Green+Blue) = 248+25+30=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F8191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8191E is #07E6E1. Grayscale: #5C5C5C. Windows color (decimal): -517858 or 1972728. OLE color: 1972728.
HSL color Cylindrical-coordinate representation of color #F8191E: hue angle of 358.65º 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 #F8191E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.03 |
| HSL | 358.65º | 0.94% | 0.54% | - |
| HSV(B) | 358.65º | 0.9% | 0.97% | - |
| XYZ | 39.29 | 20.75 | 3.16 | - |
| YUV | 92.25 | 92.88 | 239.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 30 | 0 | 0.90 | 0.88 | 0.03 | 358.65 | 0.94 | 0.54 |
| Hex | F8 | 19 | 1E | 0 | 5A | 58 | 3 | 167 | 5E | 36 |
| Octal | 370 | 31 | 36 | 0 | 132 | 130 | 3 | 547 | 136 | 66 |
| Binary | 11111000 | 11001 | 11110 | 0 | 1011010 | 1011000 | 11 | 101100111 | 1011110 | 110110 |
Color Harmonies of #F8191E
Complementary color
Monochromatic Colors of #F8191E
Black with #F8191E
Text Example
Text Example
White with #F8191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8191E; }
p { color: rgb(248,25,30); }
H1.HeaderClassName
{
color: #F8191E;
}
.AnyTagClassName
{
color: #F8191E;
}
</style>
background-color css
<style>
a { background-color: #F8191E; }
a { background-color: rgb(248,25,30); }
div.DivClassName
{
background-color: #F8191E;
}
.BgClassName
{
background-color: #F8191E;
}
</style>
border-color css
<style>
span { border-color: #F8191E; }
span { border-color: rgb(248,25,30); }
td.TdClassName
{
border-color: #F8191E;
}
.TagClassName
{
border-color: #F8191E;
}
</style>