Shades of Torch Red #F7172B
Tints of Torch Red #F7172B
RGB
CMYK
RGB Variations
Color information
#F7172B (or 0xF7172B) is known color: Torch Red. HEX triplet: F7, 17 and 2B. RGB value is (247,23,43). Sum of RGB (Red+Green+Blue) = 247+23+43=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7172B is #08E8D4. Grayscale: #5C5C5C. Windows color (decimal): -583893 or 2824183. OLE color: 2824183.
HSL color Cylindrical-coordinate representation of color #F7172B: hue angle of 354.64º 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 #F7172B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.64º | 0.93% | 0.53% | - |
| HSV(B) | 354.64º | 0.91% | 0.97% | - |
| XYZ | 39.1 | 20.56 | 4.19 | - |
| YUV | 92.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 43 | 0 | 0.91 | 0.83 | 0.03 | 354.64 | 0.93 | 0.53 |
| Hex | F7 | 17 | 2B | 0 | 5B | 53 | 3 | 163 | 5D | 35 |
| Octal | 367 | 27 | 53 | 0 | 133 | 123 | 3 | 543 | 135 | 65 |
| Binary | 11110111 | 10111 | 101011 | 0 | 1011011 | 1010011 | 11 | 101100011 | 1011101 | 110101 |
Color Harmonies of #F7172B
Complementary color
Monochromatic Colors of #F7172B
Black with #F7172B
Text Example
Text Example
White with #F7172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7172B; }
p { color: rgb(247,23,43); }
H1.HeaderClassName
{
color: #F7172B;
}
.AnyTagClassName
{
color: #F7172B;
}
</style>
background-color css
<style>
a { background-color: #F7172B; }
a { background-color: rgb(247,23,43); }
div.DivClassName
{
background-color: #F7172B;
}
.BgClassName
{
background-color: #F7172B;
}
</style>
border-color css
<style>
span { border-color: #F7172B; }
span { border-color: rgb(247,23,43); }
td.TdClassName
{
border-color: #F7172B;
}
.TagClassName
{
border-color: #F7172B;
}
</style>