Shades of Torch Red #FB162F
Tints of Torch Red #FB162F
RGB
CMYK
RGB Variations
Color information
#FB162F (or 0xFB162F) is known color: Torch Red. HEX triplet: FB, 16 and 2F. RGB value is (251,22,47). Sum of RGB (Red+Green+Blue) = 251+22+47=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB162F is #04E9D0. Grayscale: #5D5D5D. Windows color (decimal): -322001 or 3086075. OLE color: 3086075.
HSL color Cylindrical-coordinate representation of color #FB162F: hue angle of 353.45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB162F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.02 |
| HSL | 353.45º | 0.97% | 0.54% | - |
| HSV(B) | 353.45º | 0.91% | 0.98% | - |
| XYZ | 40.58 | 21.29 | 4.66 | - |
| YUV | 93.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 47 | 0 | 0.91 | 0.81 | 0.02 | 353.45 | 0.97 | 0.54 |
| Hex | FB | 16 | 2F | 0 | 5B | 51 | 2 | 161 | 61 | 36 |
| Octal | 373 | 26 | 57 | 0 | 133 | 121 | 2 | 541 | 141 | 66 |
| Binary | 11111011 | 10110 | 101111 | 0 | 1011011 | 1010001 | 10 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FB162F
Complementary color
Monochromatic Colors of #FB162F
Black with #FB162F
Text Example
Text Example
White with #FB162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB162F; }
p { color: rgb(251,22,47); }
H1.HeaderClassName
{
color: #FB162F;
}
.AnyTagClassName
{
color: #FB162F;
}
</style>
background-color css
<style>
a { background-color: #FB162F; }
a { background-color: rgb(251,22,47); }
div.DivClassName
{
background-color: #FB162F;
}
.BgClassName
{
background-color: #FB162F;
}
</style>
border-color css
<style>
span { border-color: #FB162F; }
span { border-color: rgb(251,22,47); }
td.TdClassName
{
border-color: #FB162F;
}
.TagClassName
{
border-color: #FB162F;
}
</style>