Shades of Torch Red #F70226
Tints of Torch Red #F70226
RGB
CMYK
RGB Variations
Color information
#F70226 (or 0xF70226) is known color: Torch Red. HEX triplet: F7, 02 and 26. RGB value is (247,2,38). Sum of RGB (Red+Green+Blue) = 247+2+38=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F70226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70226 is #08FDD9. Grayscale: #4F4F4F. Windows color (decimal): -589274 or 2491127. OLE color: 2491127.
HSL color Cylindrical-coordinate representation of color #F70226: hue angle of 351.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70226 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.03 |
| HSL | 351.18º | 0.98% | 0.49% | - |
| HSV(B) | 351.18º | 0.99% | 0.97% | - |
| XYZ | 38.73 | 19.96 | 3.64 | - |
| YUV | 79.36 | 104.67 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 38 | 0 | 0.99 | 0.85 | 0.03 | 351.18 | 0.98 | 0.49 |
| Hex | F7 | 2 | 26 | 0 | 63 | 55 | 3 | 15F | 62 | 31 |
| Octal | 367 | 2 | 46 | 0 | 143 | 125 | 3 | 537 | 142 | 61 |
| Binary | 11110111 | 10 | 100110 | 0 | 1100011 | 1010101 | 11 | 101011111 | 1100010 | 110001 |
Color Harmonies of #F70226
Complementary color
Monochromatic Colors of #F70226
Black with #F70226
Text Example
Text Example
White with #F70226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70226; }
p { color: rgb(247,2,38); }
H1.HeaderClassName
{
color: #F70226;
}
.AnyTagClassName
{
color: #F70226;
}
</style>
background-color css
<style>
a { background-color: #F70226; }
a { background-color: rgb(247,2,38); }
div.DivClassName
{
background-color: #F70226;
}
.BgClassName
{
background-color: #F70226;
}
</style>
border-color css
<style>
span { border-color: #F70226; }
span { border-color: rgb(247,2,38); }
td.TdClassName
{
border-color: #F70226;
}
.TagClassName
{
border-color: #F70226;
}
</style>