Shades of Torch Red #F8162D
Tints of Torch Red #F8162D
RGB
CMYK
RGB Variations
Color information
#F8162D (or 0xF8162D) is known color: Torch Red. HEX triplet: F8, 16 and 2D. RGB value is (248,22,45). Sum of RGB (Red+Green+Blue) = 248+22+45=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F8162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8162D is #07E9D2. Grayscale: #5C5C5C. Windows color (decimal): -518611 or 2955000. OLE color: 2955000.
HSL color Cylindrical-coordinate representation of color #F8162D: hue angle of 353.89º 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 #F8162D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.03 |
| HSL | 353.89º | 0.94% | 0.53% | - |
| HSV(B) | 353.89º | 0.91% | 0.97% | - |
| XYZ | 39.47 | 20.72 | 4.4 | - |
| YUV | 92.2 | 101.37 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 45 | 0 | 0.91 | 0.82 | 0.03 | 353.89 | 0.94 | 0.53 |
| Hex | F8 | 16 | 2D | 0 | 5B | 52 | 3 | 162 | 5E | 35 |
| Octal | 370 | 26 | 55 | 0 | 133 | 122 | 3 | 542 | 136 | 65 |
| Binary | 11111000 | 10110 | 101101 | 0 | 1011011 | 1010010 | 11 | 101100010 | 1011110 | 110101 |
Color Harmonies of #F8162D
Complementary color
Monochromatic Colors of #F8162D
Black with #F8162D
Text Example
Text Example
White with #F8162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8162D; }
p { color: rgb(248,22,45); }
H1.HeaderClassName
{
color: #F8162D;
}
.AnyTagClassName
{
color: #F8162D;
}
</style>
background-color css
<style>
a { background-color: #F8162D; }
a { background-color: rgb(248,22,45); }
div.DivClassName
{
background-color: #F8162D;
}
.BgClassName
{
background-color: #F8162D;
}
</style>
border-color css
<style>
span { border-color: #F8162D; }
span { border-color: rgb(248,22,45); }
td.TdClassName
{
border-color: #F8162D;
}
.TagClassName
{
border-color: #F8162D;
}
</style>