Shades of Torch Red #FB0B0E
Tints of Torch Red #FB0B0E
RGB
CMYK
RGB Variations
Color information
#FB0B0E (or 0xFB0B0E) is known color: Torch Red. HEX triplet: FB, 0B and 0E. RGB value is (251,11,14). Sum of RGB (Red+Green+Blue) = 251+11+14=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0B0E is #04F4F1. Grayscale: #535353. Windows color (decimal): -324850 or 920571. OLE color: 920571.
HSL color Cylindrical-coordinate representation of color #FB0B0E: hue angle of 359.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0B0E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.02 |
| HSL | 359.25º | 0.97% | 0.51% | - |
| HSV(B) | 359.25º | 0.96% | 0.98% | - |
| XYZ | 39.98 | 20.78 | 2.32 | - |
| YUV | 83.1 | 89.01 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 14 | 0 | 0.96 | 0.94 | 0.02 | 359.25 | 0.97 | 0.51 |
| Hex | FB | B | E | 0 | 60 | 5E | 2 | 167 | 61 | 33 |
| Octal | 373 | 13 | 16 | 0 | 140 | 136 | 2 | 547 | 141 | 63 |
| Binary | 11111011 | 1011 | 1110 | 0 | 1100000 | 1011110 | 10 | 101100111 | 1100001 | 110011 |
Color Harmonies of #FB0B0E
Complementary color
Monochromatic Colors of #FB0B0E
Black with #FB0B0E
Text Example
Text Example
White with #FB0B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B0E; }
p { color: rgb(251,11,14); }
H1.HeaderClassName
{
color: #FB0B0E;
}
.AnyTagClassName
{
color: #FB0B0E;
}
</style>
background-color css
<style>
a { background-color: #FB0B0E; }
a { background-color: rgb(251,11,14); }
div.DivClassName
{
background-color: #FB0B0E;
}
.BgClassName
{
background-color: #FB0B0E;
}
</style>
border-color css
<style>
span { border-color: #FB0B0E; }
span { border-color: rgb(251,11,14); }
td.TdClassName
{
border-color: #FB0B0E;
}
.TagClassName
{
border-color: #FB0B0E;
}
</style>