Shades of Torch Red #FB0914
Tints of Torch Red #FB0914
RGB
CMYK
RGB Variations
Color information
#FB0914 (or 0xFB0914) is known color: Torch Red. HEX triplet: FB, 09 and 14. RGB value is (251,9,20). Sum of RGB (Red+Green+Blue) = 251+9+20=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0914 is #04F6EB. Grayscale: #525252. Windows color (decimal): -325356 or 1313275. OLE color: 1313275.
HSL color Cylindrical-coordinate representation of color #FB0914: hue angle of 357.27º 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 #FB0914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.27º | 0.97% | 0.51% | - |
| HSV(B) | 357.27º | 0.96% | 0.98% | - |
| XYZ | 40.01 | 20.76 | 2.56 | - |
| YUV | 82.61 | 92.67 | 248.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 20 | 0 | 0.96 | 0.92 | 0.02 | 357.27 | 0.97 | 0.51 |
| Hex | FB | 9 | 14 | 0 | 60 | 5C | 2 | 165 | 61 | 33 |
| Octal | 373 | 11 | 24 | 0 | 140 | 134 | 2 | 545 | 141 | 63 |
| Binary | 11111011 | 1001 | 10100 | 0 | 1100000 | 1011100 | 10 | 101100101 | 1100001 | 110011 |
Color Harmonies of #FB0914
Complementary color
Monochromatic Colors of #FB0914
Black with #FB0914
Text Example
Text Example
White with #FB0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0914; }
p { color: rgb(251,9,20); }
H1.HeaderClassName
{
color: #FB0914;
}
.AnyTagClassName
{
color: #FB0914;
}
</style>
background-color css
<style>
a { background-color: #FB0914; }
a { background-color: rgb(251,9,20); }
div.DivClassName
{
background-color: #FB0914;
}
.BgClassName
{
background-color: #FB0914;
}
</style>
border-color css
<style>
span { border-color: #FB0914; }
span { border-color: rgb(251,9,20); }
td.TdClassName
{
border-color: #FB0914;
}
.TagClassName
{
border-color: #FB0914;
}
</style>