Shades of Torch Red #F7030F
Tints of Torch Red #F7030F
RGB
CMYK
RGB Variations
Color information
#F7030F (or 0xF7030F) is known color: Torch Red. HEX triplet: F7, 03 and 0F. RGB value is (247,3,15). Sum of RGB (Red+Green+Blue) = 247+3+15=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F7030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7030F is #08FCF0. Grayscale: #4D4D4D. Windows color (decimal): -589041 or 984055. OLE color: 984055.
HSL color Cylindrical-coordinate representation of color #F7030F: hue angle of 357.05º 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 #F7030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.03 |
| HSL | 357.05º | 0.98% | 0.49% | - |
| HSV(B) | 357.05º | 0.99% | 0.97% | - |
| XYZ | 38.48 | 19.87 | 2.26 | - |
| YUV | 77.32 | 92.84 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 15 | 0 | 0.99 | 0.94 | 0.03 | 357.05 | 0.98 | 0.49 |
| Hex | F7 | 3 | F | 0 | 63 | 5E | 3 | 165 | 62 | 31 |
| Octal | 367 | 3 | 17 | 0 | 143 | 136 | 3 | 545 | 142 | 61 |
| Binary | 11110111 | 11 | 1111 | 0 | 1100011 | 1011110 | 11 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F7030F
Complementary color
Monochromatic Colors of #F7030F
Black with #F7030F
Text Example
Text Example
White with #F7030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7030F; }
p { color: rgb(247,3,15); }
H1.HeaderClassName
{
color: #F7030F;
}
.AnyTagClassName
{
color: #F7030F;
}
</style>
background-color css
<style>
a { background-color: #F7030F; }
a { background-color: rgb(247,3,15); }
div.DivClassName
{
background-color: #F7030F;
}
.BgClassName
{
background-color: #F7030F;
}
</style>
border-color css
<style>
span { border-color: #F7030F; }
span { border-color: rgb(247,3,15); }
td.TdClassName
{
border-color: #F7030F;
}
.TagClassName
{
border-color: #F7030F;
}
</style>