Shades of Torch Red #FB101B
Tints of Torch Red #FB101B
RGB
CMYK
RGB Variations
Color information
#FB101B (or 0xFB101B) is known color: Torch Red. HEX triplet: FB, 10 and 1B. RGB value is (251,16,27). Sum of RGB (Red+Green+Blue) = 251+16+27=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB101B is #04EFE4. Grayscale: #575757. Windows color (decimal): -323557 or 1773819. OLE color: 1773819.
HSL color Cylindrical-coordinate representation of color #FB101B: hue angle of 357.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB101B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 27 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.02 |
| HSL | 357.19º | 0.97% | 0.52% | - |
| HSV(B) | 357.19º | 0.94% | 0.98% | - |
| XYZ | 40.17 | 20.96 | 2.97 | - |
| YUV | 87.52 | 93.86 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 27 | 0 | 0.94 | 0.89 | 0.02 | 357.19 | 0.97 | 0.52 |
| Hex | FB | 10 | 1B | 0 | 5E | 59 | 2 | 165 | 61 | 34 |
| Octal | 373 | 20 | 33 | 0 | 136 | 131 | 2 | 545 | 141 | 64 |
| Binary | 11111011 | 10000 | 11011 | 0 | 1011110 | 1011001 | 10 | 101100101 | 1100001 | 110100 |
Color Harmonies of #FB101B
Complementary color
Monochromatic Colors of #FB101B
Black with #FB101B
Text Example
Text Example
White with #FB101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB101B; }
p { color: rgb(251,16,27); }
H1.HeaderClassName
{
color: #FB101B;
}
.AnyTagClassName
{
color: #FB101B;
}
</style>
background-color css
<style>
a { background-color: #FB101B; }
a { background-color: rgb(251,16,27); }
div.DivClassName
{
background-color: #FB101B;
}
.BgClassName
{
background-color: #FB101B;
}
</style>
border-color css
<style>
span { border-color: #FB101B; }
span { border-color: rgb(251,16,27); }
td.TdClassName
{
border-color: #FB101B;
}
.TagClassName
{
border-color: #FB101B;
}
</style>