Shades of Torch Red #F70525
Tints of Torch Red #F70525
RGB
CMYK
RGB Variations
Color information
#F70525 (or 0xF70525) is known color: Torch Red. HEX triplet: F7, 05 and 25. RGB value is (247,5,37). Sum of RGB (Red+Green+Blue) = 247+5+37=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F70525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70525 is #08FADA. Grayscale: #515151. Windows color (decimal): -588507 or 2426359. OLE color: 2426359.
HSL color Cylindrical-coordinate representation of color #F70525: hue angle of 352.07º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70525 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.03 |
| HSL | 352.07º | 0.96% | 0.49% | - |
| HSV(B) | 352.07º | 0.98% | 0.97% | - |
| XYZ | 38.75 | 20.02 | 3.57 | - |
| YUV | 81.01 | 103.17 | 246.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 37 | 0 | 0.98 | 0.85 | 0.03 | 352.07 | 0.96 | 0.49 |
| Hex | F7 | 5 | 25 | 0 | 62 | 55 | 3 | 160 | 60 | 31 |
| Octal | 367 | 5 | 45 | 0 | 142 | 125 | 3 | 540 | 140 | 61 |
| Binary | 11110111 | 101 | 100101 | 0 | 1100010 | 1010101 | 11 | 101100000 | 1100000 | 110001 |
Color Harmonies of #F70525
Complementary color
Monochromatic Colors of #F70525
Black with #F70525
Text Example
Text Example
White with #F70525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70525; }
p { color: rgb(247,5,37); }
H1.HeaderClassName
{
color: #F70525;
}
.AnyTagClassName
{
color: #F70525;
}
</style>
background-color css
<style>
a { background-color: #F70525; }
a { background-color: rgb(247,5,37); }
div.DivClassName
{
background-color: #F70525;
}
.BgClassName
{
background-color: #F70525;
}
</style>
border-color css
<style>
span { border-color: #F70525; }
span { border-color: rgb(247,5,37); }
td.TdClassName
{
border-color: #F70525;
}
.TagClassName
{
border-color: #F70525;
}
</style>