Shades of Torch Red #F80425
Tints of Torch Red #F80425
RGB
CMYK
RGB Variations
Color information
#F80425 (or 0xF80425) is known color: Torch Red. HEX triplet: F8, 04 and 25. RGB value is (248,4,37). Sum of RGB (Red+Green+Blue) = 248+4+37=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F80425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80425 is #07FBDA. Grayscale: #505050. Windows color (decimal): -523227 or 2426104. OLE color: 2426104.
HSL color Cylindrical-coordinate representation of color #F80425: hue angle of 351.89º degrees, saturation: 0.97, 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 #F80425 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.03 |
| HSL | 351.89º | 0.97% | 0.49% | - |
| HSV(B) | 351.89º | 0.98% | 0.97% | - |
| XYZ | 39.09 | 20.18 | 3.58 | - |
| YUV | 80.72 | 103.34 | 247.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 37 | 0 | 0.98 | 0.85 | 0.03 | 351.89 | 0.97 | 0.49 |
| Hex | F8 | 4 | 25 | 0 | 62 | 55 | 3 | 160 | 61 | 31 |
| Octal | 370 | 4 | 45 | 0 | 142 | 125 | 3 | 540 | 141 | 61 |
| Binary | 11111000 | 100 | 100101 | 0 | 1100010 | 1010101 | 11 | 101100000 | 1100001 | 110001 |
Color Harmonies of #F80425
Complementary color
Monochromatic Colors of #F80425
Black with #F80425
Text Example
Text Example
White with #F80425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80425; }
p { color: rgb(248,4,37); }
H1.HeaderClassName
{
color: #F80425;
}
.AnyTagClassName
{
color: #F80425;
}
</style>
background-color css
<style>
a { background-color: #F80425; }
a { background-color: rgb(248,4,37); }
div.DivClassName
{
background-color: #F80425;
}
.BgClassName
{
background-color: #F80425;
}
</style>
border-color css
<style>
span { border-color: #F80425; }
span { border-color: rgb(248,4,37); }
td.TdClassName
{
border-color: #F80425;
}
.TagClassName
{
border-color: #F80425;
}
</style>