Shades of Torch Red #F80725
Tints of Torch Red #F80725
RGB
CMYK
RGB Variations
Color information
#F80725 (or 0xF80725) is known color: Torch Red. HEX triplet: F8, 07 and 25. RGB value is (248,7,37). Sum of RGB (Red+Green+Blue) = 248+7+37=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F80725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80725 is #07F8DA. Grayscale: #525252. Windows color (decimal): -522459 or 2426872. OLE color: 2426872.
HSL color Cylindrical-coordinate representation of color #F80725: hue angle of 352.53º 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 #F80725 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.03 |
| HSL | 352.53º | 0.95% | 0.5% | - |
| HSV(B) | 352.53º | 0.97% | 0.97% | - |
| XYZ | 39.12 | 20.24 | 3.6 | - |
| YUV | 82.48 | 102.34 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 37 | 0 | 0.97 | 0.85 | 0.03 | 352.53 | 0.95 | 0.5 |
| Hex | F8 | 7 | 25 | 0 | 61 | 55 | 3 | 161 | 5F | 32 |
| Octal | 370 | 7 | 45 | 0 | 141 | 125 | 3 | 541 | 137 | 62 |
| Binary | 11111000 | 111 | 100101 | 0 | 1100001 | 1010101 | 11 | 101100001 | 1011111 | 110010 |
Color Harmonies of #F80725
Complementary color
Monochromatic Colors of #F80725
Black with #F80725
Text Example
Text Example
White with #F80725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80725; }
p { color: rgb(248,7,37); }
H1.HeaderClassName
{
color: #F80725;
}
.AnyTagClassName
{
color: #F80725;
}
</style>
background-color css
<style>
a { background-color: #F80725; }
a { background-color: rgb(248,7,37); }
div.DivClassName
{
background-color: #F80725;
}
.BgClassName
{
background-color: #F80725;
}
</style>
border-color css
<style>
span { border-color: #F80725; }
span { border-color: rgb(248,7,37); }
td.TdClassName
{
border-color: #F80725;
}
.TagClassName
{
border-color: #F80725;
}
</style>