Shades of Torch Red #F7071B
Tints of Torch Red #F7071B
RGB
CMYK
RGB Variations
Color information
#F7071B (or 0xF7071B) is known color: Torch Red. HEX triplet: F7, 07 and 1B. RGB value is (247,7,27). Sum of RGB (Red+Green+Blue) = 247+7+27=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F7071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7071B is #08F8E4. Grayscale: #515151. Windows color (decimal): -588005 or 1771511. OLE color: 1771511.
HSL color Cylindrical-coordinate representation of color #F7071B: hue angle of 355º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7071B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.03 |
| HSL | 355º | 0.94% | 0.5% | - |
| HSV(B) | 355º | 0.97% | 0.97% | - |
| XYZ | 38.63 | 20.01 | 2.86 | - |
| YUV | 81.04 | 97.51 | 246.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 27 | 0 | 0.97 | 0.89 | 0.03 | 355 | 0.94 | 0.5 |
| Hex | F7 | 7 | 1B | 0 | 61 | 59 | 3 | 163 | 5E | 32 |
| Octal | 367 | 7 | 33 | 0 | 141 | 131 | 3 | 543 | 136 | 62 |
| Binary | 11110111 | 111 | 11011 | 0 | 1100001 | 1011001 | 11 | 101100011 | 1011110 | 110010 |
Color Harmonies of #F7071B
Complementary color
Monochromatic Colors of #F7071B
Black with #F7071B
Text Example
Text Example
White with #F7071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7071B; }
p { color: rgb(247,7,27); }
H1.HeaderClassName
{
color: #F7071B;
}
.AnyTagClassName
{
color: #F7071B;
}
</style>
background-color css
<style>
a { background-color: #F7071B; }
a { background-color: rgb(247,7,27); }
div.DivClassName
{
background-color: #F7071B;
}
.BgClassName
{
background-color: #F7071B;
}
</style>
border-color css
<style>
span { border-color: #F7071B; }
span { border-color: rgb(247,7,27); }
td.TdClassName
{
border-color: #F7071B;
}
.TagClassName
{
border-color: #F7071B;
}
</style>