Shades of Torch Red #F8111E
Tints of Torch Red #F8111E
RGB
CMYK
RGB Variations
Color information
#F8111E (or 0xF8111E) is known color: Torch Red. HEX triplet: F8, 11 and 1E. RGB value is (248,17,30). Sum of RGB (Red+Green+Blue) = 248+17+30=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8111E is #07EEE1. Grayscale: #575757. Windows color (decimal): -519906 or 1970680. OLE color: 1970680.
HSL color Cylindrical-coordinate representation of color #F8111E: hue angle of 356.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8111E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 30 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.03 |
| HSL | 356.62º | 0.94% | 0.52% | - |
| HSV(B) | 356.62º | 0.93% | 0.97% | - |
| XYZ | 39.15 | 20.45 | 3.11 | - |
| YUV | 87.55 | 95.53 | 242.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 30 | 0 | 0.93 | 0.88 | 0.03 | 356.62 | 0.94 | 0.52 |
| Hex | F8 | 11 | 1E | 0 | 5D | 58 | 3 | 165 | 5E | 34 |
| Octal | 370 | 21 | 36 | 0 | 135 | 130 | 3 | 545 | 136 | 64 |
| Binary | 11111000 | 10001 | 11110 | 0 | 1011101 | 1011000 | 11 | 101100101 | 1011110 | 110100 |
Color Harmonies of #F8111E
Complementary color
Monochromatic Colors of #F8111E
Black with #F8111E
Text Example
Text Example
White with #F8111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8111E; }
p { color: rgb(248,17,30); }
H1.HeaderClassName
{
color: #F8111E;
}
.AnyTagClassName
{
color: #F8111E;
}
</style>
background-color css
<style>
a { background-color: #F8111E; }
a { background-color: rgb(248,17,30); }
div.DivClassName
{
background-color: #F8111E;
}
.BgClassName
{
background-color: #F8111E;
}
</style>
border-color css
<style>
span { border-color: #F8111E; }
span { border-color: rgb(248,17,30); }
td.TdClassName
{
border-color: #F8111E;
}
.TagClassName
{
border-color: #F8111E;
}
</style>