Shades of Torch Red #F8172F
Tints of Torch Red #F8172F
RGB
CMYK
RGB Variations
Color information
#F8172F (or 0xF8172F) is known color: Torch Red. HEX triplet: F8, 17 and 2F. RGB value is (248,23,47). Sum of RGB (Red+Green+Blue) = 248+23+47=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F8172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8172F is #07E8D0. Grayscale: #5D5D5D. Windows color (decimal): -518353 or 3086328. OLE color: 3086328.
HSL color Cylindrical-coordinate representation of color #F8172F: hue angle of 353.6º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8172F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.03 |
| HSL | 353.6º | 0.94% | 0.53% | - |
| HSV(B) | 353.6º | 0.91% | 0.97% | - |
| XYZ | 39.53 | 20.77 | 4.62 | - |
| YUV | 93.01 | 102.04 | 238.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 47 | 0 | 0.91 | 0.81 | 0.03 | 353.6 | 0.94 | 0.53 |
| Hex | F8 | 17 | 2F | 0 | 5B | 51 | 3 | 162 | 5E | 35 |
| Octal | 370 | 27 | 57 | 0 | 133 | 121 | 3 | 542 | 136 | 65 |
| Binary | 11111000 | 10111 | 101111 | 0 | 1011011 | 1010001 | 11 | 101100010 | 1011110 | 110101 |
Color Harmonies of #F8172F
Complementary color
Monochromatic Colors of #F8172F
Black with #F8172F
Text Example
Text Example
White with #F8172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8172F; }
p { color: rgb(248,23,47); }
H1.HeaderClassName
{
color: #F8172F;
}
.AnyTagClassName
{
color: #F8172F;
}
</style>
background-color css
<style>
a { background-color: #F8172F; }
a { background-color: rgb(248,23,47); }
div.DivClassName
{
background-color: #F8172F;
}
.BgClassName
{
background-color: #F8172F;
}
</style>
border-color css
<style>
span { border-color: #F8172F; }
span { border-color: rgb(248,23,47); }
td.TdClassName
{
border-color: #F8172F;
}
.TagClassName
{
border-color: #F8172F;
}
</style>