Shades of Torch Red #F5162F
Tints of Torch Red #F5162F
RGB
CMYK
RGB Variations
Color information
#F5162F (or 0xF5162F) is known color: Torch Red. HEX triplet: F5, 16 and 2F. RGB value is (245,22,47). Sum of RGB (Red+Green+Blue) = 245+22+47=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F5162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5162F is #0AE9D0. Grayscale: #5B5B5B. Windows color (decimal): -715217 or 3086069. OLE color: 3086069.
HSL color Cylindrical-coordinate representation of color #F5162F: hue angle of 353.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5162F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.04 |
| HSL | 353.27º | 0.92% | 0.52% | - |
| HSV(B) | 353.27º | 0.91% | 0.96% | - |
| XYZ | 38.46 | 20.19 | 4.56 | - |
| YUV | 91.53 | 102.88 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 47 | 0 | 0.91 | 0.81 | 0.04 | 353.27 | 0.92 | 0.52 |
| Hex | F5 | 16 | 2F | 0 | 5B | 51 | 4 | 161 | 5C | 34 |
| Octal | 365 | 26 | 57 | 0 | 133 | 121 | 4 | 541 | 134 | 64 |
| Binary | 11110101 | 10110 | 101111 | 0 | 1011011 | 1010001 | 100 | 101100001 | 1011100 | 110100 |
Color Harmonies of #F5162F
Complementary color
Monochromatic Colors of #F5162F
Black with #F5162F
Text Example
Text Example
White with #F5162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5162F; }
p { color: rgb(245,22,47); }
H1.HeaderClassName
{
color: #F5162F;
}
.AnyTagClassName
{
color: #F5162F;
}
</style>
background-color css
<style>
a { background-color: #F5162F; }
a { background-color: rgb(245,22,47); }
div.DivClassName
{
background-color: #F5162F;
}
.BgClassName
{
background-color: #F5162F;
}
</style>
border-color css
<style>
span { border-color: #F5162F; }
span { border-color: rgb(245,22,47); }
td.TdClassName
{
border-color: #F5162F;
}
.TagClassName
{
border-color: #F5162F;
}
</style>