Shades of Torch Red #F7172A
Tints of Torch Red #F7172A
RGB
CMYK
RGB Variations
Color information
#F7172A (or 0xF7172A) is known color: Torch Red. HEX triplet: F7, 17 and 2A. RGB value is (247,23,42). Sum of RGB (Red+Green+Blue) = 247+23+42=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F7172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7172A is #08E8D5. Grayscale: #5C5C5C. Windows color (decimal): -583894 or 2758647. OLE color: 2758647.
HSL color Cylindrical-coordinate representation of color #F7172A: hue angle of 354.91º 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 #F7172A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.91º | 0.93% | 0.53% | - |
| HSV(B) | 354.91º | 0.91% | 0.97% | - |
| XYZ | 39.08 | 20.55 | 4.1 | - |
| YUV | 92.14 | 99.71 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 42 | 0 | 0.91 | 0.83 | 0.03 | 354.91 | 0.93 | 0.53 |
| Hex | F7 | 17 | 2A | 0 | 5B | 53 | 3 | 163 | 5D | 35 |
| Octal | 367 | 27 | 52 | 0 | 133 | 123 | 3 | 543 | 135 | 65 |
| Binary | 11110111 | 10111 | 101010 | 0 | 1011011 | 1010011 | 11 | 101100011 | 1011101 | 110101 |
Color Harmonies of #F7172A
Complementary color
Monochromatic Colors of #F7172A
Black with #F7172A
Text Example
Text Example
White with #F7172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7172A; }
p { color: rgb(247,23,42); }
H1.HeaderClassName
{
color: #F7172A;
}
.AnyTagClassName
{
color: #F7172A;
}
</style>
background-color css
<style>
a { background-color: #F7172A; }
a { background-color: rgb(247,23,42); }
div.DivClassName
{
background-color: #F7172A;
}
.BgClassName
{
background-color: #F7172A;
}
</style>
border-color css
<style>
span { border-color: #F7172A; }
span { border-color: rgb(247,23,42); }
td.TdClassName
{
border-color: #F7172A;
}
.TagClassName
{
border-color: #F7172A;
}
</style>