Shades of Torch Red #FB163F
Tints of Torch Red #FB163F
RGB
CMYK
RGB Variations
Color information
#FB163F (or 0xFB163F) is known color: Torch Red. HEX triplet: FB, 16 and 3F. RGB value is (251,22,63). Sum of RGB (Red+Green+Blue) = 251+22+63=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB163F is #04E9C0. Grayscale: #5F5F5F. Windows color (decimal): -321985 or 4134651. OLE color: 4134651.
HSL color Cylindrical-coordinate representation of color #FB163F: hue angle of 349.26º 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 #FB163F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 63 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.02 |
| HSL | 349.26º | 0.97% | 0.54% | - |
| HSV(B) | 349.26º | 0.91% | 0.98% | - |
| XYZ | 40.97 | 21.44 | 6.68 | - |
| YUV | 95.15 | 109.87 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 63 | 0 | 0.91 | 0.75 | 0.02 | 349.26 | 0.97 | 0.54 |
| Hex | FB | 16 | 3F | 0 | 5B | 4B | 2 | 15D | 61 | 36 |
| Octal | 373 | 26 | 77 | 0 | 133 | 113 | 2 | 535 | 141 | 66 |
| Binary | 11111011 | 10110 | 111111 | 0 | 1011011 | 1001011 | 10 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FB163F
Complementary color
Monochromatic Colors of #FB163F
Black with #FB163F
Text Example
Text Example
White with #FB163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB163F; }
p { color: rgb(251,22,63); }
H1.HeaderClassName
{
color: #FB163F;
}
.AnyTagClassName
{
color: #FB163F;
}
</style>
background-color css
<style>
a { background-color: #FB163F; }
a { background-color: rgb(251,22,63); }
div.DivClassName
{
background-color: #FB163F;
}
.BgClassName
{
background-color: #FB163F;
}
</style>
border-color css
<style>
span { border-color: #FB163F; }
span { border-color: rgb(251,22,63); }
td.TdClassName
{
border-color: #FB163F;
}
.TagClassName
{
border-color: #FB163F;
}
</style>