Shades of Torch Red #F8101F
Tints of Torch Red #F8101F
RGB
CMYK
RGB Variations
Color information
#F8101F (or 0xF8101F) is known color: Torch Red. HEX triplet: F8, 10 and 1F. RGB value is (248,16,31). Sum of RGB (Red+Green+Blue) = 248+16+31=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8101F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8101F is #07EFE0. Grayscale: #575757. Windows color (decimal): -520161 or 2035960. OLE color: 2035960.
HSL color Cylindrical-coordinate representation of color #F8101F: hue angle of 356.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8101F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 31 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.03 |
| HSL | 356.12º | 0.94% | 0.52% | - |
| HSV(B) | 356.12º | 0.94% | 0.97% | - |
| XYZ | 39.14 | 20.43 | 3.18 | - |
| YUV | 87.08 | 96.36 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 31 | 0 | 0.94 | 0.88 | 0.03 | 356.12 | 0.94 | 0.52 |
| Hex | F8 | 10 | 1F | 0 | 5E | 58 | 3 | 164 | 5E | 34 |
| Octal | 370 | 20 | 37 | 0 | 136 | 130 | 3 | 544 | 136 | 64 |
| Binary | 11111000 | 10000 | 11111 | 0 | 1011110 | 1011000 | 11 | 101100100 | 1011110 | 110100 |
Color Harmonies of #F8101F
Complementary color
Monochromatic Colors of #F8101F
Black with #F8101F
Text Example
Text Example
White with #F8101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8101F; }
p { color: rgb(248,16,31); }
H1.HeaderClassName
{
color: #F8101F;
}
.AnyTagClassName
{
color: #F8101F;
}
</style>
background-color css
<style>
a { background-color: #F8101F; }
a { background-color: rgb(248,16,31); }
div.DivClassName
{
background-color: #F8101F;
}
.BgClassName
{
background-color: #F8101F;
}
</style>
border-color css
<style>
span { border-color: #F8101F; }
span { border-color: rgb(248,16,31); }
td.TdClassName
{
border-color: #F8101F;
}
.TagClassName
{
border-color: #F8101F;
}
</style>