Shades of Torch Red #FB011B
Tints of Torch Red #FB011B
RGB
CMYK
RGB Variations
Color information
#FB011B (or 0xFB011B) is known color: Torch Red. HEX triplet: FB, 01 and 1B. RGB value is (251,1,27). Sum of RGB (Red+Green+Blue) = 251+1+27=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB011B is #04FEE4. Grayscale: #4E4E4E. Windows color (decimal): -327397 or 1769979. OLE color: 1769979.
HSL color Cylindrical-coordinate representation of color #FB011B: hue angle of 353.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.02 |
| HSL | 353.76º | 0.99% | 0.49% | - |
| HSV(B) | 353.76º | 1% | 0.98% | - |
| XYZ | 39.99 | 20.61 | 2.91 | - |
| YUV | 78.71 | 98.83 | 250.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 27 | 0 | 1.00 | 0.89 | 0.02 | 353.76 | 0.99 | 0.49 |
| Hex | FB | 1 | 1B | 0 | 64 | 59 | 2 | 162 | 63 | 31 |
| Octal | 373 | 1 | 33 | 0 | 144 | 131 | 2 | 542 | 143 | 61 |
| Binary | 11111011 | 1 | 11011 | 0 | 1100100 | 1011001 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #FB011B
Complementary color
Monochromatic Colors of #FB011B
Black with #FB011B
Text Example
Text Example
White with #FB011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB011B; }
p { color: rgb(251,1,27); }
H1.HeaderClassName
{
color: #FB011B;
}
.AnyTagClassName
{
color: #FB011B;
}
</style>
background-color css
<style>
a { background-color: #FB011B; }
a { background-color: rgb(251,1,27); }
div.DivClassName
{
background-color: #FB011B;
}
.BgClassName
{
background-color: #FB011B;
}
</style>
border-color css
<style>
span { border-color: #FB011B; }
span { border-color: rgb(251,1,27); }
td.TdClassName
{
border-color: #FB011B;
}
.TagClassName
{
border-color: #FB011B;
}
</style>