Shades of Torch Red #F80726
Tints of Torch Red #F80726
RGB
CMYK
RGB Variations
Color information
#F80726 (or 0xF80726) is known color: Torch Red. HEX triplet: F8, 07 and 26. RGB value is (248,7,38). Sum of RGB (Red+Green+Blue) = 248+7+38=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F80726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80726 is #07F8D9. Grayscale: #525252. Windows color (decimal): -522458 or 2492408. OLE color: 2492408.
HSL color Cylindrical-coordinate representation of color #F80726: hue angle of 352.28º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80726 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 38 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.03 |
| HSL | 352.28º | 0.95% | 0.5% | - |
| HSV(B) | 352.28º | 0.97% | 0.97% | - |
| XYZ | 39.14 | 20.25 | 3.68 | - |
| YUV | 82.59 | 102.84 | 245.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 38 | 0 | 0.97 | 0.85 | 0.03 | 352.28 | 0.95 | 0.5 |
| Hex | F8 | 7 | 26 | 0 | 61 | 55 | 3 | 160 | 5F | 32 |
| Octal | 370 | 7 | 46 | 0 | 141 | 125 | 3 | 540 | 137 | 62 |
| Binary | 11111000 | 111 | 100110 | 0 | 1100001 | 1010101 | 11 | 101100000 | 1011111 | 110010 |
Color Harmonies of #F80726
Complementary color
Monochromatic Colors of #F80726
Black with #F80726
Text Example
Text Example
White with #F80726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80726; }
p { color: rgb(248,7,38); }
H1.HeaderClassName
{
color: #F80726;
}
.AnyTagClassName
{
color: #F80726;
}
</style>
background-color css
<style>
a { background-color: #F80726; }
a { background-color: rgb(248,7,38); }
div.DivClassName
{
background-color: #F80726;
}
.BgClassName
{
background-color: #F80726;
}
</style>
border-color css
<style>
span { border-color: #F80726; }
span { border-color: rgb(248,7,38); }
td.TdClassName
{
border-color: #F80726;
}
.TagClassName
{
border-color: #F80726;
}
</style>