Shades of Torch Red #F7072A
Tints of Torch Red #F7072A
RGB
CMYK
RGB Variations
Color information
#F7072A (or 0xF7072A) is known color: Torch Red. HEX triplet: F7, 07 and 2A. RGB value is (247,7,42). Sum of RGB (Red+Green+Blue) = 247+7+42=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F7072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7072A is #08F8D5. Grayscale: #525252. Windows color (decimal): -587990 or 2754551. OLE color: 2754551.
HSL color Cylindrical-coordinate representation of color #F7072A: hue angle of 351.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 #F7072A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 42 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.03 |
| HSL | 351.25º | 0.94% | 0.5% | - |
| HSV(B) | 351.25º | 0.97% | 0.97% | - |
| XYZ | 38.85 | 20.09 | 4.02 | - |
| YUV | 82.75 | 105.01 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 42 | 0 | 0.97 | 0.83 | 0.03 | 351.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | 2A | 0 | 61 | 53 | 3 | 15F | 5E | 32 |
| Octal | 367 | 7 | 52 | 0 | 141 | 123 | 3 | 537 | 136 | 62 |
| Binary | 11110111 | 111 | 101010 | 0 | 1100001 | 1010011 | 11 | 101011111 | 1011110 | 110010 |
Color Harmonies of #F7072A
Complementary color
Monochromatic Colors of #F7072A
Black with #F7072A
Text Example
Text Example
White with #F7072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7072A; }
p { color: rgb(247,7,42); }
H1.HeaderClassName
{
color: #F7072A;
}
.AnyTagClassName
{
color: #F7072A;
}
</style>
background-color css
<style>
a { background-color: #F7072A; }
a { background-color: rgb(247,7,42); }
div.DivClassName
{
background-color: #F7072A;
}
.BgClassName
{
background-color: #F7072A;
}
</style>
border-color css
<style>
span { border-color: #F7072A; }
span { border-color: rgb(247,7,42); }
td.TdClassName
{
border-color: #F7072A;
}
.TagClassName
{
border-color: #F7072A;
}
</style>