Shades of Torch Red #F8113B
Tints of Torch Red #F8113B
RGB
CMYK
RGB Variations
Color information
#F8113B (or 0xF8113B) is known color: Torch Red. HEX triplet: F8, 11 and 3B. RGB value is (248,17,59). Sum of RGB (Red+Green+Blue) = 248+17+59=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8113B is #07EEC4. Grayscale: #5A5A5A. Windows color (decimal): -519877 or 3871224. OLE color: 3871224.
HSL color Cylindrical-coordinate representation of color #F8113B: hue angle of 349.09º 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 #F8113B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.03 |
| HSL | 349.09º | 0.94% | 0.52% | - |
| HSV(B) | 349.09º | 0.93% | 0.97% | - |
| XYZ | 39.7 | 20.67 | 6.04 | - |
| YUV | 90.86 | 110.03 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 59 | 0 | 0.93 | 0.76 | 0.03 | 349.09 | 0.94 | 0.52 |
| Hex | F8 | 11 | 3B | 0 | 5D | 4C | 3 | 15D | 5E | 34 |
| Octal | 370 | 21 | 73 | 0 | 135 | 114 | 3 | 535 | 136 | 64 |
| Binary | 11111000 | 10001 | 111011 | 0 | 1011101 | 1001100 | 11 | 101011101 | 1011110 | 110100 |
Color Harmonies of #F8113B
Complementary color
Monochromatic Colors of #F8113B
Black with #F8113B
Text Example
Text Example
White with #F8113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8113B; }
p { color: rgb(248,17,59); }
H1.HeaderClassName
{
color: #F8113B;
}
.AnyTagClassName
{
color: #F8113B;
}
</style>
background-color css
<style>
a { background-color: #F8113B; }
a { background-color: rgb(248,17,59); }
div.DivClassName
{
background-color: #F8113B;
}
.BgClassName
{
background-color: #F8113B;
}
</style>
border-color css
<style>
span { border-color: #F8113B; }
span { border-color: rgb(248,17,59); }
td.TdClassName
{
border-color: #F8113B;
}
.TagClassName
{
border-color: #F8113B;
}
</style>