Shades of Torch Red #F8101D
Tints of Torch Red #F8101D
RGB
CMYK
RGB Variations
Color information
#F8101D (or 0xF8101D) is known color: Torch Red. HEX triplet: F8, 10 and 1D. RGB value is (248,16,29). Sum of RGB (Red+Green+Blue) = 248+16+29=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F8101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8101D is #07EFE2. Grayscale: #575757. Windows color (decimal): -520163 or 1904888. OLE color: 1904888.
HSL color Cylindrical-coordinate representation of color #F8101D: hue angle of 356.64º 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 #F8101D is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 29 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.03 |
| HSL | 356.64º | 0.94% | 0.52% | - |
| HSV(B) | 356.64º | 0.94% | 0.97% | - |
| XYZ | 39.12 | 20.42 | 3.04 | - |
| YUV | 86.85 | 95.36 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 29 | 0 | 0.94 | 0.88 | 0.03 | 356.64 | 0.94 | 0.52 |
| Hex | F8 | 10 | 1D | 0 | 5E | 58 | 3 | 165 | 5E | 34 |
| Octal | 370 | 20 | 35 | 0 | 136 | 130 | 3 | 545 | 136 | 64 |
| Binary | 11111000 | 10000 | 11101 | 0 | 1011110 | 1011000 | 11 | 101100101 | 1011110 | 110100 |
Color Harmonies of #F8101D
Complementary color
Monochromatic Colors of #F8101D
Black with #F8101D
Text Example
Text Example
White with #F8101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8101D; }
p { color: rgb(248,16,29); }
H1.HeaderClassName
{
color: #F8101D;
}
.AnyTagClassName
{
color: #F8101D;
}
</style>
background-color css
<style>
a { background-color: #F8101D; }
a { background-color: rgb(248,16,29); }
div.DivClassName
{
background-color: #F8101D;
}
.BgClassName
{
background-color: #F8101D;
}
</style>
border-color css
<style>
span { border-color: #F8101D; }
span { border-color: rgb(248,16,29); }
td.TdClassName
{
border-color: #F8101D;
}
.TagClassName
{
border-color: #F8101D;
}
</style>