Shades of Torch Red #F8071E
Tints of Torch Red #F8071E
RGB
CMYK
RGB Variations
Color information
#F8071E (or 0xF8071E) is known color: Torch Red. HEX triplet: F8, 07 and 1E. RGB value is (248,7,30). Sum of RGB (Red+Green+Blue) = 248+7+30=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F8071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8071E is #07F8E1. Grayscale: #515151. Windows color (decimal): -522466 or 1968120. OLE color: 1968120.
HSL color Cylindrical-coordinate representation of color #F8071E: hue angle of 354.27º 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 #F8071E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.03 |
| HSL | 354.27º | 0.95% | 0.5% | - |
| HSV(B) | 354.27º | 0.97% | 0.97% | - |
| XYZ | 39.02 | 20.2 | 3.07 | - |
| YUV | 81.68 | 98.84 | 246.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 30 | 0 | 0.97 | 0.88 | 0.03 | 354.27 | 0.95 | 0.5 |
| Hex | F8 | 7 | 1E | 0 | 61 | 58 | 3 | 162 | 5F | 32 |
| Octal | 370 | 7 | 36 | 0 | 141 | 130 | 3 | 542 | 137 | 62 |
| Binary | 11111000 | 111 | 11110 | 0 | 1100001 | 1011000 | 11 | 101100010 | 1011111 | 110010 |
Color Harmonies of #F8071E
Complementary color
Monochromatic Colors of #F8071E
Black with #F8071E
Text Example
Text Example
White with #F8071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8071E; }
p { color: rgb(248,7,30); }
H1.HeaderClassName
{
color: #F8071E;
}
.AnyTagClassName
{
color: #F8071E;
}
</style>
background-color css
<style>
a { background-color: #F8071E; }
a { background-color: rgb(248,7,30); }
div.DivClassName
{
background-color: #F8071E;
}
.BgClassName
{
background-color: #F8071E;
}
</style>
border-color css
<style>
span { border-color: #F8071E; }
span { border-color: rgb(248,7,30); }
td.TdClassName
{
border-color: #F8071E;
}
.TagClassName
{
border-color: #F8071E;
}
</style>