Shades of Torch Red #F7013F
Tints of Torch Red #F7013F
RGB
CMYK
RGB Variations
Color information
#F7013F (or 0xF7013F) is known color: Torch Red. HEX triplet: F7, 01 and 3F. RGB value is (247,1,63). Sum of RGB (Red+Green+Blue) = 247+1+63=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7013F is #08FEC0. Grayscale: #515151. Windows color (decimal): -589505 or 4129271. OLE color: 4129271.
HSL color Cylindrical-coordinate representation of color #F7013F: hue angle of 344.88º 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 #F7013F is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.03 |
| HSL | 344.88º | 0.99% | 0.49% | - |
| HSV(B) | 344.88º | 1% | 0.97% | - |
| XYZ | 39.27 | 20.15 | 6.52 | - |
| YUV | 81.62 | 117.5 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 63 | 0 | 1.00 | 0.74 | 0.03 | 344.88 | 0.99 | 0.49 |
| Hex | F7 | 1 | 3F | 0 | 64 | 4A | 3 | 159 | 63 | 31 |
| Octal | 367 | 1 | 77 | 0 | 144 | 112 | 3 | 531 | 143 | 61 |
| Binary | 11110111 | 1 | 111111 | 0 | 1100100 | 1001010 | 11 | 101011001 | 1100011 | 110001 |
Color Harmonies of #F7013F
Complementary color
Monochromatic Colors of #F7013F
Black with #F7013F
Text Example
Text Example
White with #F7013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7013F; }
p { color: rgb(247,1,63); }
H1.HeaderClassName
{
color: #F7013F;
}
.AnyTagClassName
{
color: #F7013F;
}
</style>
background-color css
<style>
a { background-color: #F7013F; }
a { background-color: rgb(247,1,63); }
div.DivClassName
{
background-color: #F7013F;
}
.BgClassName
{
background-color: #F7013F;
}
</style>
border-color css
<style>
span { border-color: #F7013F; }
span { border-color: rgb(247,1,63); }
td.TdClassName
{
border-color: #F7013F;
}
.TagClassName
{
border-color: #F7013F;
}
</style>