Shades of Torch Red #FB0811
Tints of Torch Red #FB0811
RGB
CMYK
RGB Variations
Color information
#FB0811 (or 0xFB0811) is known color: Torch Red. HEX triplet: FB, 08 and 11. RGB value is (251,8,17). Sum of RGB (Red+Green+Blue) = 251+8+17=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0811 is #04F7EE. Grayscale: #515151. Windows color (decimal): -325615 or 1116411. OLE color: 1116411.
HSL color Cylindrical-coordinate representation of color #FB0811: hue angle of 357.78º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.02 |
| HSL | 357.78º | 0.97% | 0.51% | - |
| HSV(B) | 357.78º | 0.97% | 0.98% | - |
| XYZ | 39.97 | 20.72 | 2.42 | - |
| YUV | 81.68 | 91.51 | 248.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 17 | 0 | 0.97 | 0.93 | 0.02 | 357.78 | 0.97 | 0.51 |
| Hex | FB | 8 | 11 | 0 | 61 | 5D | 2 | 166 | 61 | 33 |
| Octal | 373 | 10 | 21 | 0 | 141 | 135 | 2 | 546 | 141 | 63 |
| Binary | 11111011 | 1000 | 10001 | 0 | 1100001 | 1011101 | 10 | 101100110 | 1100001 | 110011 |
Color Harmonies of #FB0811
Complementary color
Monochromatic Colors of #FB0811
Black with #FB0811
Text Example
Text Example
White with #FB0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0811; }
p { color: rgb(251,8,17); }
H1.HeaderClassName
{
color: #FB0811;
}
.AnyTagClassName
{
color: #FB0811;
}
</style>
background-color css
<style>
a { background-color: #FB0811; }
a { background-color: rgb(251,8,17); }
div.DivClassName
{
background-color: #FB0811;
}
.BgClassName
{
background-color: #FB0811;
}
</style>
border-color css
<style>
span { border-color: #FB0811; }
span { border-color: rgb(251,8,17); }
td.TdClassName
{
border-color: #FB0811;
}
.TagClassName
{
border-color: #FB0811;
}
</style>