Shades of Torch Red #FB0B14
Tints of Torch Red #FB0B14
RGB
CMYK
RGB Variations
Color information
#FB0B14 (or 0xFB0B14) is known color: Torch Red. HEX triplet: FB, 0B and 14. RGB value is (251,11,20). Sum of RGB (Red+Green+Blue) = 251+11+20=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0B14 is #04F4EB. Grayscale: #535353. Windows color (decimal): -324844 or 1313787. OLE color: 1313787.
HSL color Cylindrical-coordinate representation of color #FB0B14: hue angle of 357.75º 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 #FB0B14 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.75º | 0.97% | 0.51% | - |
| HSV(B) | 357.75º | 0.96% | 0.98% | - |
| XYZ | 40.03 | 20.8 | 2.57 | - |
| YUV | 83.79 | 92.01 | 247.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 20 | 0 | 0.96 | 0.92 | 0.02 | 357.75 | 0.97 | 0.51 |
| Hex | FB | B | 14 | 0 | 60 | 5C | 2 | 166 | 61 | 33 |
| Octal | 373 | 13 | 24 | 0 | 140 | 134 | 2 | 546 | 141 | 63 |
| Binary | 11111011 | 1011 | 10100 | 0 | 1100000 | 1011100 | 10 | 101100110 | 1100001 | 110011 |
Color Harmonies of #FB0B14
Complementary color
Monochromatic Colors of #FB0B14
Black with #FB0B14
Text Example
Text Example
White with #FB0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B14; }
p { color: rgb(251,11,20); }
H1.HeaderClassName
{
color: #FB0B14;
}
.AnyTagClassName
{
color: #FB0B14;
}
</style>
background-color css
<style>
a { background-color: #FB0B14; }
a { background-color: rgb(251,11,20); }
div.DivClassName
{
background-color: #FB0B14;
}
.BgClassName
{
background-color: #FB0B14;
}
</style>
border-color css
<style>
span { border-color: #FB0B14; }
span { border-color: rgb(251,11,20); }
td.TdClassName
{
border-color: #FB0B14;
}
.TagClassName
{
border-color: #FB0B14;
}
</style>