Shades of Torch Red #F80125
Tints of Torch Red #F80125
RGB
CMYK
RGB Variations
Color information
#F80125 (or 0xF80125) is known color: Torch Red. HEX triplet: F8, 01 and 25. RGB value is (248,1,37). Sum of RGB (Red+Green+Blue) = 248+1+37=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F80125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80125 is #07FEDA. Grayscale: #4F4F4F. Windows color (decimal): -523995 or 2425336. OLE color: 2425336.
HSL color Cylindrical-coordinate representation of color #F80125: hue angle of 351.26º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80125 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.03 |
| HSL | 351.26º | 0.99% | 0.49% | - |
| HSV(B) | 351.26º | 1% | 0.97% | - |
| XYZ | 39.06 | 20.11 | 3.57 | - |
| YUV | 78.96 | 104.33 | 248.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 37 | 0 | 1.00 | 0.85 | 0.03 | 351.26 | 0.99 | 0.49 |
| Hex | F8 | 1 | 25 | 0 | 64 | 55 | 3 | 15F | 63 | 31 |
| Octal | 370 | 1 | 45 | 0 | 144 | 125 | 3 | 537 | 143 | 61 |
| Binary | 11111000 | 1 | 100101 | 0 | 1100100 | 1010101 | 11 | 101011111 | 1100011 | 110001 |
Color Harmonies of #F80125
Complementary color
Monochromatic Colors of #F80125
Black with #F80125
Text Example
Text Example
White with #F80125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80125; }
p { color: rgb(248,1,37); }
H1.HeaderClassName
{
color: #F80125;
}
.AnyTagClassName
{
color: #F80125;
}
</style>
background-color css
<style>
a { background-color: #F80125; }
a { background-color: rgb(248,1,37); }
div.DivClassName
{
background-color: #F80125;
}
.BgClassName
{
background-color: #F80125;
}
</style>
border-color css
<style>
span { border-color: #F80125; }
span { border-color: rgb(248,1,37); }
td.TdClassName
{
border-color: #F80125;
}
.TagClassName
{
border-color: #F80125;
}
</style>