Shades of Torch Red #F8162A
Tints of Torch Red #F8162A
RGB
CMYK
RGB Variations
Color information
#F8162A (or 0xF8162A) is known color: Torch Red. HEX triplet: F8, 16 and 2A. RGB value is (248,22,42). Sum of RGB (Red+Green+Blue) = 248+22+42=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8162A is #07E9D5. Grayscale: #5C5C5C. Windows color (decimal): -518614 or 2758392. OLE color: 2758392.
HSL color Cylindrical-coordinate representation of color #F8162A: hue angle of 354.69º 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 #F8162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.69º | 0.94% | 0.53% | - |
| HSV(B) | 354.69º | 0.91% | 0.97% | - |
| XYZ | 39.42 | 20.7 | 4.11 | - |
| YUV | 91.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 42 | 0 | 0.91 | 0.83 | 0.03 | 354.69 | 0.94 | 0.53 |
| Hex | F8 | 16 | 2A | 0 | 5B | 53 | 3 | 163 | 5E | 35 |
| Octal | 370 | 26 | 52 | 0 | 133 | 123 | 3 | 543 | 136 | 65 |
| Binary | 11111000 | 10110 | 101010 | 0 | 1011011 | 1010011 | 11 | 101100011 | 1011110 | 110101 |
Color Harmonies of #F8162A
Complementary color
Monochromatic Colors of #F8162A
Black with #F8162A
Text Example
Text Example
White with #F8162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8162A; }
p { color: rgb(248,22,42); }
H1.HeaderClassName
{
color: #F8162A;
}
.AnyTagClassName
{
color: #F8162A;
}
</style>
background-color css
<style>
a { background-color: #F8162A; }
a { background-color: rgb(248,22,42); }
div.DivClassName
{
background-color: #F8162A;
}
.BgClassName
{
background-color: #F8162A;
}
</style>
border-color css
<style>
span { border-color: #F8162A; }
span { border-color: rgb(248,22,42); }
td.TdClassName
{
border-color: #F8162A;
}
.TagClassName
{
border-color: #F8162A;
}
</style>