Shades of Torch Red #F8001F
Tints of Torch Red #F8001F
RGB
CMYK
RGB Variations
Color information
#F8001F (or 0xF8001F) is known color: Torch Red. HEX triplet: F8, 00 and 1F. RGB value is (248,0,31). Sum of RGB (Red+Green+Blue) = 248+0+31=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F8001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8001F is #07FFE0. Grayscale: #4D4D4D. Windows color (decimal): -524257 or 2031864. OLE color: 2031864.
HSL color Cylindrical-coordinate representation of color #F8001F: hue angle of 352.5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8001F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.88 | 0.03 |
| HSL | 352.5º | 1% | 0.49% | - |
| HSV(B) | 352.5º | 1% | 0.97% | - |
| XYZ | 38.96 | 20.06 | 3.11 | - |
| YUV | 77.69 | 101.66 | 249.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 31 | 0 | 1 | 0.88 | 0.03 | 352.5 | 1 | 0.49 |
| Hex | F8 | 0 | 1F | 0 | 64 | 58 | 3 | 160 | 64 | 31 |
| Octal | 370 | 0 | 37 | 0 | 144 | 130 | 3 | 540 | 144 | 61 |
| Binary | 11111000 | 0 | 11111 | 0 | 1100100 | 1011000 | 11 | 101100000 | 1100100 | 110001 |
Color Harmonies of #F8001F
Complementary color
Monochromatic Colors of #F8001F
Black with #F8001F
Text Example
Text Example
White with #F8001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8001F; }
p { color: rgb(248,0,31); }
H1.HeaderClassName
{
color: #F8001F;
}
.AnyTagClassName
{
color: #F8001F;
}
</style>
background-color css
<style>
a { background-color: #F8001F; }
a { background-color: rgb(248,0,31); }
div.DivClassName
{
background-color: #F8001F;
}
.BgClassName
{
background-color: #F8001F;
}
</style>
border-color css
<style>
span { border-color: #F8001F; }
span { border-color: rgb(248,0,31); }
td.TdClassName
{
border-color: #F8001F;
}
.TagClassName
{
border-color: #F8001F;
}
</style>