Shades of Torch Red #F70613
Tints of Torch Red #F70613
RGB
CMYK
RGB Variations
Color information
#F70613 (or 0xF70613) is known color: Torch Red. HEX triplet: F7, 06 and 13. RGB value is (247,6,19). Sum of RGB (Red+Green+Blue) = 247+6+19=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F70613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70613 is #08F9EC. Grayscale: #4F4F4F. Windows color (decimal): -588269 or 1246967. OLE color: 1246967.
HSL color Cylindrical-coordinate representation of color #F70613: hue angle of 356.76º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70613 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.03 |
| HSL | 356.76º | 0.95% | 0.5% | - |
| HSV(B) | 356.76º | 0.98% | 0.97% | - |
| XYZ | 38.54 | 19.95 | 2.44 | - |
| YUV | 79.54 | 93.84 | 247.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 19 | 0 | 0.98 | 0.92 | 0.03 | 356.76 | 0.95 | 0.5 |
| Hex | F7 | 6 | 13 | 0 | 62 | 5C | 3 | 165 | 5F | 32 |
| Octal | 367 | 6 | 23 | 0 | 142 | 134 | 3 | 545 | 137 | 62 |
| Binary | 11110111 | 110 | 10011 | 0 | 1100010 | 1011100 | 11 | 101100101 | 1011111 | 110010 |
Color Harmonies of #F70613
Complementary color
Monochromatic Colors of #F70613
Black with #F70613
Text Example
Text Example
White with #F70613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70613; }
p { color: rgb(247,6,19); }
H1.HeaderClassName
{
color: #F70613;
}
.AnyTagClassName
{
color: #F70613;
}
</style>
background-color css
<style>
a { background-color: #F70613; }
a { background-color: rgb(247,6,19); }
div.DivClassName
{
background-color: #F70613;
}
.BgClassName
{
background-color: #F70613;
}
</style>
border-color css
<style>
span { border-color: #F70613; }
span { border-color: rgb(247,6,19); }
td.TdClassName
{
border-color: #F70613;
}
.TagClassName
{
border-color: #F70613;
}
</style>