Shades of Torch Red #F7172F
Tints of Torch Red #F7172F
RGB
CMYK
RGB Variations
Color information
#F7172F (or 0xF7172F) is known color: Torch Red. HEX triplet: F7, 17 and 2F. RGB value is (247,23,47). Sum of RGB (Red+Green+Blue) = 247+23+47=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F7172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7172F is #08E8D0. Grayscale: #5C5C5C. Windows color (decimal): -583889 or 3086327. OLE color: 3086327.
HSL color Cylindrical-coordinate representation of color #F7172F: hue angle of 353.57º degrees, saturation: 0.93, 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 #F7172F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.03 |
| HSL | 353.57º | 0.93% | 0.53% | - |
| HSV(B) | 353.57º | 0.91% | 0.97% | - |
| XYZ | 39.18 | 20.59 | 4.6 | - |
| YUV | 92.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 47 | 0 | 0.91 | 0.81 | 0.03 | 353.57 | 0.93 | 0.53 |
| Hex | F7 | 17 | 2F | 0 | 5B | 51 | 3 | 162 | 5D | 35 |
| Octal | 367 | 27 | 57 | 0 | 133 | 121 | 3 | 542 | 135 | 65 |
| Binary | 11110111 | 10111 | 101111 | 0 | 1011011 | 1010001 | 11 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F7172F
Complementary color
Monochromatic Colors of #F7172F
Black with #F7172F
Text Example
Text Example
White with #F7172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7172F; }
p { color: rgb(247,23,47); }
H1.HeaderClassName
{
color: #F7172F;
}
.AnyTagClassName
{
color: #F7172F;
}
</style>
background-color css
<style>
a { background-color: #F7172F; }
a { background-color: rgb(247,23,47); }
div.DivClassName
{
background-color: #F7172F;
}
.BgClassName
{
background-color: #F7172F;
}
</style>
border-color css
<style>
span { border-color: #F7172F; }
span { border-color: rgb(247,23,47); }
td.TdClassName
{
border-color: #F7172F;
}
.TagClassName
{
border-color: #F7172F;
}
</style>