Shades of Torch Red #F7051D
Tints of Torch Red #F7051D
RGB
CMYK
RGB Variations
Color information
#F7051D (or 0xF7051D) is known color: Torch Red. HEX triplet: F7, 05 and 1D. RGB value is (247,5,29). Sum of RGB (Red+Green+Blue) = 247+5+29=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F7051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7051D is #08FAE2. Grayscale: #505050. Windows color (decimal): -588515 or 1902071. OLE color: 1902071.
HSL color Cylindrical-coordinate representation of color #F7051D: hue angle of 354.05º 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 #F7051D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.03 |
| HSL | 354.05º | 0.96% | 0.49% | - |
| HSV(B) | 354.05º | 0.98% | 0.97% | - |
| XYZ | 38.63 | 19.97 | 2.98 | - |
| YUV | 80.09 | 99.17 | 247.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 29 | 0 | 0.98 | 0.88 | 0.03 | 354.05 | 0.96 | 0.49 |
| Hex | F7 | 5 | 1D | 0 | 62 | 58 | 3 | 162 | 60 | 31 |
| Octal | 367 | 5 | 35 | 0 | 142 | 130 | 3 | 542 | 140 | 61 |
| Binary | 11110111 | 101 | 11101 | 0 | 1100010 | 1011000 | 11 | 101100010 | 1100000 | 110001 |
Color Harmonies of #F7051D
Complementary color
Monochromatic Colors of #F7051D
Black with #F7051D
Text Example
Text Example
White with #F7051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7051D; }
p { color: rgb(247,5,29); }
H1.HeaderClassName
{
color: #F7051D;
}
.AnyTagClassName
{
color: #F7051D;
}
</style>
background-color css
<style>
a { background-color: #F7051D; }
a { background-color: rgb(247,5,29); }
div.DivClassName
{
background-color: #F7051D;
}
.BgClassName
{
background-color: #F7051D;
}
</style>
border-color css
<style>
span { border-color: #F7051D; }
span { border-color: rgb(247,5,29); }
td.TdClassName
{
border-color: #F7051D;
}
.TagClassName
{
border-color: #F7051D;
}
</style>