Shades of Torch Red #F7111B
Tints of Torch Red #F7111B
RGB
CMYK
RGB Variations
Color information
#F7111B (or 0xF7111B) is known color: Torch Red. HEX triplet: F7, 11 and 1B. RGB value is (247,17,27). Sum of RGB (Red+Green+Blue) = 247+17+27=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F7111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7111B is #08EEE4. Grayscale: #575757. Windows color (decimal): -585445 or 1774071. OLE color: 1774071.
HSL color Cylindrical-coordinate representation of color #F7111B: hue angle of 357.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.03 |
| HSL | 357.39º | 0.93% | 0.52% | - |
| HSV(B) | 357.39º | 0.93% | 0.97% | - |
| XYZ | 38.76 | 20.25 | 2.9 | - |
| YUV | 86.91 | 94.2 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 27 | 0 | 0.93 | 0.89 | 0.03 | 357.39 | 0.93 | 0.52 |
| Hex | F7 | 11 | 1B | 0 | 5D | 59 | 3 | 165 | 5D | 34 |
| Octal | 367 | 21 | 33 | 0 | 135 | 131 | 3 | 545 | 135 | 64 |
| Binary | 11110111 | 10001 | 11011 | 0 | 1011101 | 1011001 | 11 | 101100101 | 1011101 | 110100 |
Color Harmonies of #F7111B
Complementary color
Monochromatic Colors of #F7111B
Black with #F7111B
Text Example
Text Example
White with #F7111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7111B; }
p { color: rgb(247,17,27); }
H1.HeaderClassName
{
color: #F7111B;
}
.AnyTagClassName
{
color: #F7111B;
}
</style>
background-color css
<style>
a { background-color: #F7111B; }
a { background-color: rgb(247,17,27); }
div.DivClassName
{
background-color: #F7111B;
}
.BgClassName
{
background-color: #F7111B;
}
</style>
border-color css
<style>
span { border-color: #F7111B; }
span { border-color: rgb(247,17,27); }
td.TdClassName
{
border-color: #F7111B;
}
.TagClassName
{
border-color: #F7111B;
}
</style>