Shades of Torch Red #F70015
Tints of Torch Red #F70015
RGB
CMYK
RGB Variations
Color information
#F70015 (or 0xF70015) is known color: Torch Red. HEX triplet: F7, 00 and 15. RGB value is (247,0,21). Sum of RGB (Red+Green+Blue) = 247+0+21=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F70015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70015 is #08FFEA. Grayscale: #4C4C4C. Windows color (decimal): -589803 or 1376503. OLE color: 1376503.
HSL color Cylindrical-coordinate representation of color #F70015: hue angle of 354.9º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.03 |
| HSL | 354.9º | 1% | 0.48% | - |
| HSV(B) | 354.9º | 1% | 0.97% | - |
| XYZ | 38.49 | 19.83 | 2.51 | - |
| YUV | 76.25 | 96.83 | 249.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 21 | 0 | 1 | 0.91 | 0.03 | 354.9 | 1 | 0.48 |
| Hex | F7 | 0 | 15 | 0 | 64 | 5B | 3 | 163 | 64 | 30 |
| Octal | 367 | 0 | 25 | 0 | 144 | 133 | 3 | 543 | 144 | 60 |
| Binary | 11110111 | 0 | 10101 | 0 | 1100100 | 1011011 | 11 | 101100011 | 1100100 | 110000 |
Color Harmonies of #F70015
Complementary color
Monochromatic Colors of #F70015
Black with #F70015
Text Example
Text Example
White with #F70015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70015; }
p { color: rgb(247,0,21); }
H1.HeaderClassName
{
color: #F70015;
}
.AnyTagClassName
{
color: #F70015;
}
</style>
background-color css
<style>
a { background-color: #F70015; }
a { background-color: rgb(247,0,21); }
div.DivClassName
{
background-color: #F70015;
}
.BgClassName
{
background-color: #F70015;
}
</style>
border-color css
<style>
span { border-color: #F70015; }
span { border-color: rgb(247,0,21); }
td.TdClassName
{
border-color: #F70015;
}
.TagClassName
{
border-color: #F70015;
}
</style>