Shades of Torch Red #F70127
Tints of Torch Red #F70127
RGB
CMYK
RGB Variations
Color information
#F70127 (or 0xF70127) is known color: Torch Red. HEX triplet: F7, 01 and 27. RGB value is (247,1,39). Sum of RGB (Red+Green+Blue) = 247+1+39=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F70127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70127 is #08FED8. Grayscale: #4E4E4E. Windows color (decimal): -589529 or 2556407. OLE color: 2556407.
HSL color Cylindrical-coordinate representation of color #F70127: hue angle of 350.73º 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 #F70127 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.03 |
| HSL | 350.73º | 0.99% | 0.49% | - |
| HSV(B) | 350.73º | 1% | 0.97% | - |
| XYZ | 38.73 | 19.94 | 3.73 | - |
| YUV | 78.89 | 105.5 | 247.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 39 | 0 | 1.00 | 0.84 | 0.03 | 350.73 | 0.99 | 0.49 |
| Hex | F7 | 1 | 27 | 0 | 64 | 54 | 3 | 15F | 63 | 31 |
| Octal | 367 | 1 | 47 | 0 | 144 | 124 | 3 | 537 | 143 | 61 |
| Binary | 11110111 | 1 | 100111 | 0 | 1100100 | 1010100 | 11 | 101011111 | 1100011 | 110001 |
Color Harmonies of #F70127
Complementary color
Monochromatic Colors of #F70127
Black with #F70127
Text Example
Text Example
White with #F70127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70127; }
p { color: rgb(247,1,39); }
H1.HeaderClassName
{
color: #F70127;
}
.AnyTagClassName
{
color: #F70127;
}
</style>
background-color css
<style>
a { background-color: #F70127; }
a { background-color: rgb(247,1,39); }
div.DivClassName
{
background-color: #F70127;
}
.BgClassName
{
background-color: #F70127;
}
</style>
border-color css
<style>
span { border-color: #F70127; }
span { border-color: rgb(247,1,39); }
td.TdClassName
{
border-color: #F70127;
}
.TagClassName
{
border-color: #F70127;
}
</style>