Shades of Torch Red #F70B0C
Tints of Torch Red #F70B0C
RGB
CMYK
RGB Variations
Color information
#F70B0C (or 0xF70B0C) is known color: Torch Red. HEX triplet: F7, 0B and 0C. RGB value is (247,11,12). Sum of RGB (Red+Green+Blue) = 247+11+12=270 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.48% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70B0C is #08F4F3. Grayscale: #515151. Windows color (decimal): -586996 or 789495. OLE color: 789495.
HSL color Cylindrical-coordinate representation of color #F70B0C: hue angle of 359.75º 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 #F70B0C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.03 |
| HSL | 359.75º | 0.94% | 0.51% | - |
| HSV(B) | 359.75º | 0.96% | 0.97% | - |
| XYZ | 38.54 | 20.04 | 2.18 | - |
| YUV | 81.68 | 88.69 | 245.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 12 | 0 | 0.96 | 0.95 | 0.03 | 359.75 | 0.94 | 0.51 |
| Hex | F7 | B | C | 0 | 60 | 5F | 3 | 168 | 5E | 33 |
| Octal | 367 | 13 | 14 | 0 | 140 | 137 | 3 | 550 | 136 | 63 |
| Binary | 11110111 | 1011 | 1100 | 0 | 1100000 | 1011111 | 11 | 101101000 | 1011110 | 110011 |
Color Harmonies of #F70B0C
Complementary color
Monochromatic Colors of #F70B0C
Black with #F70B0C
Text Example
Text Example
White with #F70B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B0C; }
p { color: rgb(247,11,12); }
H1.HeaderClassName
{
color: #F70B0C;
}
.AnyTagClassName
{
color: #F70B0C;
}
</style>
background-color css
<style>
a { background-color: #F70B0C; }
a { background-color: rgb(247,11,12); }
div.DivClassName
{
background-color: #F70B0C;
}
.BgClassName
{
background-color: #F70B0C;
}
</style>
border-color css
<style>
span { border-color: #F70B0C; }
span { border-color: rgb(247,11,12); }
td.TdClassName
{
border-color: #F70B0C;
}
.TagClassName
{
border-color: #F70B0C;
}
</style>