Shades of Torch Red #F7071A
Tints of Torch Red #F7071A
RGB
CMYK
RGB Variations
Color information
#F7071A (or 0xF7071A) is known color: Torch Red. HEX triplet: F7, 07 and 1A. RGB value is (247,7,26). Sum of RGB (Red+Green+Blue) = 247+7+26=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F7071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7071A is #08F8E5. Grayscale: #515151. Windows color (decimal): -588006 or 1705975. OLE color: 1705975.
HSL color Cylindrical-coordinate representation of color #F7071A: hue angle of 355.25º 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 #F7071A is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 26 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.03 |
| HSL | 355.25º | 0.94% | 0.5% | - |
| HSV(B) | 355.25º | 0.97% | 0.97% | - |
| XYZ | 38.62 | 20 | 2.8 | - |
| YUV | 80.93 | 97.01 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 26 | 0 | 0.97 | 0.89 | 0.03 | 355.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | 1A | 0 | 61 | 59 | 3 | 163 | 5E | 32 |
| Octal | 367 | 7 | 32 | 0 | 141 | 131 | 3 | 543 | 136 | 62 |
| Binary | 11110111 | 111 | 11010 | 0 | 1100001 | 1011001 | 11 | 101100011 | 1011110 | 110010 |
Color Harmonies of #F7071A
Complementary color
Monochromatic Colors of #F7071A
Black with #F7071A
Text Example
Text Example
White with #F7071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7071A; }
p { color: rgb(247,7,26); }
H1.HeaderClassName
{
color: #F7071A;
}
.AnyTagClassName
{
color: #F7071A;
}
</style>
background-color css
<style>
a { background-color: #F7071A; }
a { background-color: rgb(247,7,26); }
div.DivClassName
{
background-color: #F7071A;
}
.BgClassName
{
background-color: #F7071A;
}
</style>
border-color css
<style>
span { border-color: #F7071A; }
span { border-color: rgb(247,7,26); }
td.TdClassName
{
border-color: #F7071A;
}
.TagClassName
{
border-color: #F7071A;
}
</style>