Shades of Torch Red #F7031B
Tints of Torch Red #F7031B
RGB
CMYK
RGB Variations
Color information
#F7031B (or 0xF7031B) is known color: Torch Red. HEX triplet: F7, 03 and 1B. RGB value is (247,3,27). Sum of RGB (Red+Green+Blue) = 247+3+27=277 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.17% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 247 - color contains mainly: red. Hex color #F7031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7031B is #08FCE4. Grayscale: #4E4E4E. Windows color (decimal): -589029 or 1770487. OLE color: 1770487.
HSL color Cylindrical-coordinate representation of color #F7031B: hue angle of 354.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.03 |
| HSL | 354.1º | 0.98% | 0.49% | - |
| HSV(B) | 354.1º | 0.99% | 0.97% | - |
| XYZ | 38.59 | 19.92 | 2.85 | - |
| YUV | 78.69 | 98.84 | 248.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 27 | 0 | 0.99 | 0.89 | 0.03 | 354.1 | 0.98 | 0.49 |
| Hex | F7 | 3 | 1B | 0 | 63 | 59 | 3 | 162 | 62 | 31 |
| Octal | 367 | 3 | 33 | 0 | 143 | 131 | 3 | 542 | 142 | 61 |
| Binary | 11110111 | 11 | 11011 | 0 | 1100011 | 1011001 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F7031B
Complementary color
Monochromatic Colors of #F7031B
Black with #F7031B
Text Example
Text Example
White with #F7031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7031B; }
p { color: rgb(247,3,27); }
H1.HeaderClassName
{
color: #F7031B;
}
.AnyTagClassName
{
color: #F7031B;
}
</style>
background-color css
<style>
a { background-color: #F7031B; }
a { background-color: rgb(247,3,27); }
div.DivClassName
{
background-color: #F7031B;
}
.BgClassName
{
background-color: #F7031B;
}
</style>
border-color css
<style>
span { border-color: #F7031B; }
span { border-color: rgb(247,3,27); }
td.TdClassName
{
border-color: #F7031B;
}
.TagClassName
{
border-color: #F7031B;
}
</style>