Shades of Torch Red #F7013B
Tints of Torch Red #F7013B
RGB
CMYK
RGB Variations
Color information
#F7013B (or 0xF7013B) is known color: Torch Red. HEX triplet: F7, 01 and 3B. RGB value is (247,1,59). Sum of RGB (Red+Green+Blue) = 247+1+59=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F7013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7013B is #08FEC4. Grayscale: #515151. Windows color (decimal): -589509 or 3867127. OLE color: 3867127.
HSL color Cylindrical-coordinate representation of color #F7013B: hue angle of 345.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7013B is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.03 |
| HSL | 345.85º | 0.99% | 0.49% | - |
| HSV(B) | 345.85º | 1% | 0.97% | - |
| XYZ | 39.16 | 20.11 | 5.96 | - |
| YUV | 81.17 | 115.5 | 246.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 59 | 0 | 1.00 | 0.76 | 0.03 | 345.85 | 0.99 | 0.49 |
| Hex | F7 | 1 | 3B | 0 | 64 | 4C | 3 | 15A | 63 | 31 |
| Octal | 367 | 1 | 73 | 0 | 144 | 114 | 3 | 532 | 143 | 61 |
| Binary | 11110111 | 1 | 111011 | 0 | 1100100 | 1001100 | 11 | 101011010 | 1100011 | 110001 |
Color Harmonies of #F7013B
Complementary color
Monochromatic Colors of #F7013B
Black with #F7013B
Text Example
Text Example
White with #F7013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7013B; }
p { color: rgb(247,1,59); }
H1.HeaderClassName
{
color: #F7013B;
}
.AnyTagClassName
{
color: #F7013B;
}
</style>
background-color css
<style>
a { background-color: #F7013B; }
a { background-color: rgb(247,1,59); }
div.DivClassName
{
background-color: #F7013B;
}
.BgClassName
{
background-color: #F7013B;
}
</style>
border-color css
<style>
span { border-color: #F7013B; }
span { border-color: rgb(247,1,59); }
td.TdClassName
{
border-color: #F7013B;
}
.TagClassName
{
border-color: #F7013B;
}
</style>