Shades of Torch Red #F7051A
Tints of Torch Red #F7051A
RGB
CMYK
RGB Variations
Color information
#F7051A (or 0xF7051A) is known color: Torch Red. HEX triplet: F7, 05 and 1A. RGB value is (247,5,26). Sum of RGB (Red+Green+Blue) = 247+5+26=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F7051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7051A is #08FAE5. Grayscale: #4F4F4F. Windows color (decimal): -588518 or 1705463. OLE color: 1705463.
HSL color Cylindrical-coordinate representation of color #F7051A: hue angle of 354.79º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7051A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 26 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.03 |
| HSL | 354.79º | 0.96% | 0.49% | - |
| HSV(B) | 354.79º | 0.98% | 0.97% | - |
| XYZ | 38.6 | 19.96 | 2.8 | - |
| YUV | 79.75 | 97.67 | 247.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 26 | 0 | 0.98 | 0.89 | 0.03 | 354.79 | 0.96 | 0.49 |
| Hex | F7 | 5 | 1A | 0 | 62 | 59 | 3 | 163 | 60 | 31 |
| Octal | 367 | 5 | 32 | 0 | 142 | 131 | 3 | 543 | 140 | 61 |
| Binary | 11110111 | 101 | 11010 | 0 | 1100010 | 1011001 | 11 | 101100011 | 1100000 | 110001 |
Color Harmonies of #F7051A
Complementary color
Monochromatic Colors of #F7051A
Black with #F7051A
Text Example
Text Example
White with #F7051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7051A; }
p { color: rgb(247,5,26); }
H1.HeaderClassName
{
color: #F7051A;
}
.AnyTagClassName
{
color: #F7051A;
}
</style>
background-color css
<style>
a { background-color: #F7051A; }
a { background-color: rgb(247,5,26); }
div.DivClassName
{
background-color: #F7051A;
}
.BgClassName
{
background-color: #F7051A;
}
</style>
border-color css
<style>
span { border-color: #F7051A; }
span { border-color: rgb(247,5,26); }
td.TdClassName
{
border-color: #F7051A;
}
.TagClassName
{
border-color: #F7051A;
}
</style>