Shades of Torch Red #F7011C
Tints of Torch Red #F7011C
RGB
CMYK
RGB Variations
Color information
#F7011C (or 0xF7011C) is known color: Torch Red. HEX triplet: F7, 01 and 1C. RGB value is (247,1,28). Sum of RGB (Red+Green+Blue) = 247+1+28=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F7011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7011C is #08FEE3. Grayscale: #4D4D4D. Windows color (decimal): -589540 or 1835511. OLE color: 1835511.
HSL color Cylindrical-coordinate representation of color #F7011C: hue angle of 353.41º 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 #F7011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.03 |
| HSL | 353.41º | 0.99% | 0.49% | - |
| HSV(B) | 353.41º | 1% | 0.97% | - |
| XYZ | 38.58 | 19.88 | 2.9 | - |
| YUV | 77.63 | 100 | 248.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 28 | 0 | 1.00 | 0.89 | 0.03 | 353.41 | 0.99 | 0.49 |
| Hex | F7 | 1 | 1C | 0 | 64 | 59 | 3 | 161 | 63 | 31 |
| Octal | 367 | 1 | 34 | 0 | 144 | 131 | 3 | 541 | 143 | 61 |
| Binary | 11110111 | 1 | 11100 | 0 | 1100100 | 1011001 | 11 | 101100001 | 1100011 | 110001 |
Color Harmonies of #F7011C
Complementary color
Monochromatic Colors of #F7011C
Black with #F7011C
Text Example
Text Example
White with #F7011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7011C; }
p { color: rgb(247,1,28); }
H1.HeaderClassName
{
color: #F7011C;
}
.AnyTagClassName
{
color: #F7011C;
}
</style>
background-color css
<style>
a { background-color: #F7011C; }
a { background-color: rgb(247,1,28); }
div.DivClassName
{
background-color: #F7011C;
}
.BgClassName
{
background-color: #F7011C;
}
</style>
border-color css
<style>
span { border-color: #F7011C; }
span { border-color: rgb(247,1,28); }
td.TdClassName
{
border-color: #F7011C;
}
.TagClassName
{
border-color: #F7011C;
}
</style>