Shades of Torch Red #F7030E
Tints of Torch Red #F7030E
RGB
CMYK
RGB Variations
Color information
#F7030E (or 0xF7030E) is known color: Torch Red. HEX triplet: F7, 03 and 0E. RGB value is (247,3,14). Sum of RGB (Red+Green+Blue) = 247+3+14=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F7030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7030E is #08FCF1. Grayscale: #4D4D4D. Windows color (decimal): -589042 or 918519. OLE color: 918519.
HSL color Cylindrical-coordinate representation of color #F7030E: hue angle of 357.3º 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 #F7030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.03 |
| HSL | 357.3º | 0.98% | 0.49% | - |
| HSV(B) | 357.3º | 0.99% | 0.97% | - |
| XYZ | 38.47 | 19.87 | 2.22 | - |
| YUV | 77.21 | 92.34 | 249.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 14 | 0 | 0.99 | 0.94 | 0.03 | 357.3 | 0.98 | 0.49 |
| Hex | F7 | 3 | E | 0 | 63 | 5E | 3 | 165 | 62 | 31 |
| Octal | 367 | 3 | 16 | 0 | 143 | 136 | 3 | 545 | 142 | 61 |
| Binary | 11110111 | 11 | 1110 | 0 | 1100011 | 1011110 | 11 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F7030E
Complementary color
Monochromatic Colors of #F7030E
Black with #F7030E
Text Example
Text Example
White with #F7030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7030E; }
p { color: rgb(247,3,14); }
H1.HeaderClassName
{
color: #F7030E;
}
.AnyTagClassName
{
color: #F7030E;
}
</style>
background-color css
<style>
a { background-color: #F7030E; }
a { background-color: rgb(247,3,14); }
div.DivClassName
{
background-color: #F7030E;
}
.BgClassName
{
background-color: #F7030E;
}
</style>
border-color css
<style>
span { border-color: #F7030E; }
span { border-color: rgb(247,3,14); }
td.TdClassName
{
border-color: #F7030E;
}
.TagClassName
{
border-color: #F7030E;
}
</style>