Shades of Torch Red #F7162B
Tints of Torch Red #F7162B
RGB
CMYK
RGB Variations
Color information
#F7162B (or 0xF7162B) is known color: Torch Red. HEX triplet: F7, 16 and 2B. RGB value is (247,22,43). Sum of RGB (Red+Green+Blue) = 247+22+43=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F7162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7162B is #08E9D4. Grayscale: #5B5B5B. Windows color (decimal): -584149 or 2823927. OLE color: 2823927.
HSL color Cylindrical-coordinate representation of color #F7162B: hue angle of 354.4º 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 #F7162B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.4º | 0.93% | 0.53% | - |
| HSV(B) | 354.4º | 0.91% | 0.97% | - |
| XYZ | 39.08 | 20.52 | 4.19 | - |
| YUV | 91.67 | 100.54 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 43 | 0 | 0.91 | 0.83 | 0.03 | 354.4 | 0.93 | 0.53 |
| Hex | F7 | 16 | 2B | 0 | 5B | 53 | 3 | 162 | 5D | 35 |
| Octal | 367 | 26 | 53 | 0 | 133 | 123 | 3 | 542 | 135 | 65 |
| Binary | 11110111 | 10110 | 101011 | 0 | 1011011 | 1010011 | 11 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F7162B
Complementary color
Monochromatic Colors of #F7162B
Black with #F7162B
Text Example
Text Example
White with #F7162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7162B; }
p { color: rgb(247,22,43); }
H1.HeaderClassName
{
color: #F7162B;
}
.AnyTagClassName
{
color: #F7162B;
}
</style>
background-color css
<style>
a { background-color: #F7162B; }
a { background-color: rgb(247,22,43); }
div.DivClassName
{
background-color: #F7162B;
}
.BgClassName
{
background-color: #F7162B;
}
</style>
border-color css
<style>
span { border-color: #F7162B; }
span { border-color: rgb(247,22,43); }
td.TdClassName
{
border-color: #F7162B;
}
.TagClassName
{
border-color: #F7162B;
}
</style>