Shades of Torch Red #F70A27
Tints of Torch Red #F70A27
RGB
CMYK
RGB Variations
Color information
#F70A27 (or 0xF70A27) is known color: Torch Red. HEX triplet: F7, 0A and 27. RGB value is (247,10,39). Sum of RGB (Red+Green+Blue) = 247+10+39=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A27 is #08F5D8. Grayscale: #545454. Windows color (decimal): -587225 or 2558711. OLE color: 2558711.
HSL color Cylindrical-coordinate representation of color #F70A27: hue angle of 352.66º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A27 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 39 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.03 |
| HSL | 352.66º | 0.94% | 0.5% | - |
| HSV(B) | 352.66º | 0.96% | 0.97% | - |
| XYZ | 38.83 | 20.14 | 3.76 | - |
| YUV | 84.17 | 102.52 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 39 | 0 | 0.96 | 0.84 | 0.03 | 352.66 | 0.94 | 0.5 |
| Hex | F7 | A | 27 | 0 | 60 | 54 | 3 | 161 | 5E | 32 |
| Octal | 367 | 12 | 47 | 0 | 140 | 124 | 3 | 541 | 136 | 62 |
| Binary | 11110111 | 1010 | 100111 | 0 | 1100000 | 1010100 | 11 | 101100001 | 1011110 | 110010 |
Color Harmonies of #F70A27
Complementary color
Monochromatic Colors of #F70A27
Black with #F70A27
Text Example
Text Example
White with #F70A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A27; }
p { color: rgb(247,10,39); }
H1.HeaderClassName
{
color: #F70A27;
}
.AnyTagClassName
{
color: #F70A27;
}
</style>
background-color css
<style>
a { background-color: #F70A27; }
a { background-color: rgb(247,10,39); }
div.DivClassName
{
background-color: #F70A27;
}
.BgClassName
{
background-color: #F70A27;
}
</style>
border-color css
<style>
span { border-color: #F70A27; }
span { border-color: rgb(247,10,39); }
td.TdClassName
{
border-color: #F70A27;
}
.TagClassName
{
border-color: #F70A27;
}
</style>