Shades of Torch Red #F7174C
Tints of Torch Red #F7174C
RGB
CMYK
RGB Variations
Color information
#F7174C (or 0xF7174C) is known color: Torch Red. HEX triplet: F7, 17 and 4C. RGB value is (247,23,76). Sum of RGB (Red+Green+Blue) = 247+23+76=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7174C is #08E8B3. Grayscale: #606060. Windows color (decimal): -583860 or 4986871. OLE color: 4986871.
HSL color Cylindrical-coordinate representation of color #F7174C: hue angle of 345.8º 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 #F7174C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 76 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.03 |
| HSL | 345.8º | 0.93% | 0.53% | - |
| HSV(B) | 345.8º | 0.91% | 0.97% | - |
| XYZ | 39.97 | 20.91 | 8.77 | - |
| YUV | 96.02 | 116.71 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 76 | 0 | 0.91 | 0.69 | 0.03 | 345.8 | 0.93 | 0.53 |
| Hex | F7 | 17 | 4C | 0 | 5B | 45 | 3 | 15A | 5D | 35 |
| Octal | 367 | 27 | 114 | 0 | 133 | 105 | 3 | 532 | 135 | 65 |
| Binary | 11110111 | 10111 | 1001100 | 0 | 1011011 | 1000101 | 11 | 101011010 | 1011101 | 110101 |
Color Harmonies of #F7174C
Complementary color
Monochromatic Colors of #F7174C
Black with #F7174C
Text Example
Text Example
White with #F7174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7174C; }
p { color: rgb(247,23,76); }
H1.HeaderClassName
{
color: #F7174C;
}
.AnyTagClassName
{
color: #F7174C;
}
</style>
background-color css
<style>
a { background-color: #F7174C; }
a { background-color: rgb(247,23,76); }
div.DivClassName
{
background-color: #F7174C;
}
.BgClassName
{
background-color: #F7174C;
}
</style>
border-color css
<style>
span { border-color: #F7174C; }
span { border-color: rgb(247,23,76); }
td.TdClassName
{
border-color: #F7174C;
}
.TagClassName
{
border-color: #F7174C;
}
</style>