Shades of Torch Red #F7030D
Tints of Torch Red #F7030D
RGB
CMYK
RGB Variations
Color information
#F7030D (or 0xF7030D) is known color: Torch Red. HEX triplet: F7, 03 and 0D. RGB value is (247,3,13). Sum of RGB (Red+Green+Blue) = 247+3+13=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F7030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7030D is #08FCF2. Grayscale: #4D4D4D. Windows color (decimal): -589043 or 852983. OLE color: 852983.
HSL color Cylindrical-coordinate representation of color #F7030D: hue angle of 357.54º 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 #F7030D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.03 |
| HSL | 357.54º | 0.98% | 0.49% | - |
| HSV(B) | 357.54º | 0.99% | 0.97% | - |
| XYZ | 38.46 | 19.87 | 2.19 | - |
| YUV | 77.1 | 91.84 | 249.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 13 | 0 | 0.99 | 0.95 | 0.03 | 357.54 | 0.98 | 0.49 |
| Hex | F7 | 3 | D | 0 | 63 | 5F | 3 | 166 | 62 | 31 |
| Octal | 367 | 3 | 15 | 0 | 143 | 137 | 3 | 546 | 142 | 61 |
| Binary | 11110111 | 11 | 1101 | 0 | 1100011 | 1011111 | 11 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F7030D
Complementary color
Monochromatic Colors of #F7030D
Black with #F7030D
Text Example
Text Example
White with #F7030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7030D; }
p { color: rgb(247,3,13); }
H1.HeaderClassName
{
color: #F7030D;
}
.AnyTagClassName
{
color: #F7030D;
}
</style>
background-color css
<style>
a { background-color: #F7030D; }
a { background-color: rgb(247,3,13); }
div.DivClassName
{
background-color: #F7030D;
}
.BgClassName
{
background-color: #F7030D;
}
</style>
border-color css
<style>
span { border-color: #F7030D; }
span { border-color: rgb(247,3,13); }
td.TdClassName
{
border-color: #F7030D;
}
.TagClassName
{
border-color: #F7030D;
}
</style>