Shades of Torch Red #F8162F
Tints of Torch Red #F8162F
RGB
CMYK
RGB Variations
Color information
#F8162F (or 0xF8162F) is known color: Torch Red. HEX triplet: F8, 16 and 2F. RGB value is (248,22,47). Sum of RGB (Red+Green+Blue) = 248+22+47=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F8162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8162F is #07E9D0. Grayscale: #5C5C5C. Windows color (decimal): -518609 or 3086072. OLE color: 3086072.
HSL color Cylindrical-coordinate representation of color #F8162F: hue angle of 353.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8162F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.03 |
| HSL | 353.36º | 0.94% | 0.53% | - |
| HSV(B) | 353.36º | 0.91% | 0.97% | - |
| XYZ | 39.51 | 20.74 | 4.61 | - |
| YUV | 92.42 | 102.37 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 47 | 0 | 0.91 | 0.81 | 0.03 | 353.36 | 0.94 | 0.53 |
| Hex | F8 | 16 | 2F | 0 | 5B | 51 | 3 | 161 | 5E | 35 |
| Octal | 370 | 26 | 57 | 0 | 133 | 121 | 3 | 541 | 136 | 65 |
| Binary | 11111000 | 10110 | 101111 | 0 | 1011011 | 1010001 | 11 | 101100001 | 1011110 | 110101 |
Color Harmonies of #F8162F
Complementary color
Monochromatic Colors of #F8162F
Black with #F8162F
Text Example
Text Example
White with #F8162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8162F; }
p { color: rgb(248,22,47); }
H1.HeaderClassName
{
color: #F8162F;
}
.AnyTagClassName
{
color: #F8162F;
}
</style>
background-color css
<style>
a { background-color: #F8162F; }
a { background-color: rgb(248,22,47); }
div.DivClassName
{
background-color: #F8162F;
}
.BgClassName
{
background-color: #F8162F;
}
</style>
border-color css
<style>
span { border-color: #F8162F; }
span { border-color: rgb(248,22,47); }
td.TdClassName
{
border-color: #F8162F;
}
.TagClassName
{
border-color: #F8162F;
}
</style>