Shades of Torch Red #F8101C
Tints of Torch Red #F8101C
RGB
CMYK
RGB Variations
Color information
#F8101C (or 0xF8101C) is known color: Torch Red. HEX triplet: F8, 10 and 1C. RGB value is (248,16,28). Sum of RGB (Red+Green+Blue) = 248+16+28=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F8101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8101C is #07EFE3. Grayscale: #565656. Windows color (decimal): -520164 or 1839352. OLE color: 1839352.
HSL color Cylindrical-coordinate representation of color #F8101C: hue angle of 356.9º 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 #F8101C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.03 |
| HSL | 356.9º | 0.94% | 0.52% | - |
| HSV(B) | 356.9º | 0.94% | 0.97% | - |
| XYZ | 39.11 | 20.41 | 2.98 | - |
| YUV | 86.74 | 94.86 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 28 | 0 | 0.94 | 0.89 | 0.03 | 356.9 | 0.94 | 0.52 |
| Hex | F8 | 10 | 1C | 0 | 5E | 59 | 3 | 165 | 5E | 34 |
| Octal | 370 | 20 | 34 | 0 | 136 | 131 | 3 | 545 | 136 | 64 |
| Binary | 11111000 | 10000 | 11100 | 0 | 1011110 | 1011001 | 11 | 101100101 | 1011110 | 110100 |
Color Harmonies of #F8101C
Complementary color
Monochromatic Colors of #F8101C
Black with #F8101C
Text Example
Text Example
White with #F8101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8101C; }
p { color: rgb(248,16,28); }
H1.HeaderClassName
{
color: #F8101C;
}
.AnyTagClassName
{
color: #F8101C;
}
</style>
background-color css
<style>
a { background-color: #F8101C; }
a { background-color: rgb(248,16,28); }
div.DivClassName
{
background-color: #F8101C;
}
.BgClassName
{
background-color: #F8101C;
}
</style>
border-color css
<style>
span { border-color: #F8101C; }
span { border-color: rgb(248,16,28); }
td.TdClassName
{
border-color: #F8101C;
}
.TagClassName
{
border-color: #F8101C;
}
</style>