Shades of Torch Red #FB163C
Tints of Torch Red #FB163C
RGB
CMYK
RGB Variations
Color information
#FB163C (or 0xFB163C) is known color: Torch Red. HEX triplet: FB, 16 and 3C. RGB value is (251,22,60). Sum of RGB (Red+Green+Blue) = 251+22+60=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB163C is #04E9C3. Grayscale: #5E5E5E. Windows color (decimal): -321988 or 3938043. OLE color: 3938043.
HSL color Cylindrical-coordinate representation of color #FB163C: hue angle of 350.04º 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 #FB163C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.02 |
| HSL | 350.04º | 0.97% | 0.54% | - |
| HSV(B) | 350.04º | 0.91% | 0.98% | - |
| XYZ | 40.89 | 21.41 | 6.25 | - |
| YUV | 94.8 | 108.37 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 60 | 0 | 0.91 | 0.76 | 0.02 | 350.04 | 0.97 | 0.54 |
| Hex | FB | 16 | 3C | 0 | 5B | 4C | 2 | 15E | 61 | 36 |
| Octal | 373 | 26 | 74 | 0 | 133 | 114 | 2 | 536 | 141 | 66 |
| Binary | 11111011 | 10110 | 111100 | 0 | 1011011 | 1001100 | 10 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FB163C
Complementary color
Monochromatic Colors of #FB163C
Black with #FB163C
Text Example
Text Example
White with #FB163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB163C; }
p { color: rgb(251,22,60); }
H1.HeaderClassName
{
color: #FB163C;
}
.AnyTagClassName
{
color: #FB163C;
}
</style>
background-color css
<style>
a { background-color: #FB163C; }
a { background-color: rgb(251,22,60); }
div.DivClassName
{
background-color: #FB163C;
}
.BgClassName
{
background-color: #FB163C;
}
</style>
border-color css
<style>
span { border-color: #FB163C; }
span { border-color: rgb(251,22,60); }
td.TdClassName
{
border-color: #FB163C;
}
.TagClassName
{
border-color: #FB163C;
}
</style>