Shades of Torch Red #F7012C
Tints of Torch Red #F7012C
RGB
CMYK
RGB Variations
Color information
#F7012C (or 0xF7012C) is known color: Torch Red. HEX triplet: F7, 01 and 2C. RGB value is (247,1,44). Sum of RGB (Red+Green+Blue) = 247+1+44=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F7012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7012C is #08FED3. Grayscale: #4F4F4F. Windows color (decimal): -589524 or 2884087. OLE color: 2884087.
HSL color Cylindrical-coordinate representation of color #F7012C: hue angle of 349.51º 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 #F7012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.03 |
| HSL | 349.51º | 0.99% | 0.49% | - |
| HSV(B) | 349.51º | 1% | 0.97% | - |
| XYZ | 38.82 | 19.98 | 4.19 | - |
| YUV | 79.46 | 108 | 247.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 44 | 0 | 1.00 | 0.82 | 0.03 | 349.51 | 0.99 | 0.49 |
| Hex | F7 | 1 | 2C | 0 | 64 | 52 | 3 | 15E | 63 | 31 |
| Octal | 367 | 1 | 54 | 0 | 144 | 122 | 3 | 536 | 143 | 61 |
| Binary | 11110111 | 1 | 101100 | 0 | 1100100 | 1010010 | 11 | 101011110 | 1100011 | 110001 |
Color Harmonies of #F7012C
Complementary color
Monochromatic Colors of #F7012C
Black with #F7012C
Text Example
Text Example
White with #F7012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7012C; }
p { color: rgb(247,1,44); }
H1.HeaderClassName
{
color: #F7012C;
}
.AnyTagClassName
{
color: #F7012C;
}
</style>
background-color css
<style>
a { background-color: #F7012C; }
a { background-color: rgb(247,1,44); }
div.DivClassName
{
background-color: #F7012C;
}
.BgClassName
{
background-color: #F7012C;
}
</style>
border-color css
<style>
span { border-color: #F7012C; }
span { border-color: rgb(247,1,44); }
td.TdClassName
{
border-color: #F7012C;
}
.TagClassName
{
border-color: #F7012C;
}
</style>