Shades of Torch Red #FB162B
Tints of Torch Red #FB162B
RGB
CMYK
RGB Variations
Color information
#FB162B (or 0xFB162B) is known color: Torch Red. HEX triplet: FB, 16 and 2B. RGB value is (251,22,43). Sum of RGB (Red+Green+Blue) = 251+22+43=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB162B is #04E9D4. Grayscale: #5D5D5D. Windows color (decimal): -322005 or 2823931. OLE color: 2823931.
HSL color Cylindrical-coordinate representation of color #FB162B: hue angle of 354.5º 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 #FB162B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.02 |
| HSL | 354.5º | 0.97% | 0.54% | - |
| HSV(B) | 354.5º | 0.91% | 0.98% | - |
| XYZ | 40.51 | 21.26 | 4.25 | - |
| YUV | 92.87 | 99.87 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 43 | 0 | 0.91 | 0.83 | 0.02 | 354.5 | 0.97 | 0.54 |
| Hex | FB | 16 | 2B | 0 | 5B | 53 | 2 | 162 | 61 | 36 |
| Octal | 373 | 26 | 53 | 0 | 133 | 123 | 2 | 542 | 141 | 66 |
| Binary | 11111011 | 10110 | 101011 | 0 | 1011011 | 1010011 | 10 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FB162B
Complementary color
Monochromatic Colors of #FB162B
Black with #FB162B
Text Example
Text Example
White with #FB162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB162B; }
p { color: rgb(251,22,43); }
H1.HeaderClassName
{
color: #FB162B;
}
.AnyTagClassName
{
color: #FB162B;
}
</style>
background-color css
<style>
a { background-color: #FB162B; }
a { background-color: rgb(251,22,43); }
div.DivClassName
{
background-color: #FB162B;
}
.BgClassName
{
background-color: #FB162B;
}
</style>
border-color css
<style>
span { border-color: #FB162B; }
span { border-color: rgb(251,22,43); }
td.TdClassName
{
border-color: #FB162B;
}
.TagClassName
{
border-color: #FB162B;
}
</style>