Shades of Torch Red #F70B0D
Tints of Torch Red #F70B0D
RGB
CMYK
RGB Variations
Color information
#F70B0D (or 0xF70B0D) is known color: Torch Red. HEX triplet: F7, 0B and 0D. RGB value is (247,11,13). Sum of RGB (Red+Green+Blue) = 247+11+13=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70B0D is #08F4F2. Grayscale: #525252. Windows color (decimal): -586995 or 855031. OLE color: 855031.
HSL color Cylindrical-coordinate representation of color #F70B0D: hue angle of 359.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B0D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.03 |
| HSL | 359.49º | 0.94% | 0.51% | - |
| HSV(B) | 359.49º | 0.96% | 0.97% | - |
| XYZ | 38.55 | 20.04 | 2.22 | - |
| YUV | 81.79 | 89.19 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 13 | 0 | 0.96 | 0.95 | 0.03 | 359.49 | 0.94 | 0.51 |
| Hex | F7 | B | D | 0 | 60 | 5F | 3 | 167 | 5E | 33 |
| Octal | 367 | 13 | 15 | 0 | 140 | 137 | 3 | 547 | 136 | 63 |
| Binary | 11110111 | 1011 | 1101 | 0 | 1100000 | 1011111 | 11 | 101100111 | 1011110 | 110011 |
Color Harmonies of #F70B0D
Complementary color
Monochromatic Colors of #F70B0D
Black with #F70B0D
Text Example
Text Example
White with #F70B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B0D; }
p { color: rgb(247,11,13); }
H1.HeaderClassName
{
color: #F70B0D;
}
.AnyTagClassName
{
color: #F70B0D;
}
</style>
background-color css
<style>
a { background-color: #F70B0D; }
a { background-color: rgb(247,11,13); }
div.DivClassName
{
background-color: #F70B0D;
}
.BgClassName
{
background-color: #F70B0D;
}
</style>
border-color css
<style>
span { border-color: #F70B0D; }
span { border-color: rgb(247,11,13); }
td.TdClassName
{
border-color: #F70B0D;
}
.TagClassName
{
border-color: #F70B0D;
}
</style>