Shades of Torch Red #FB0922
Tints of Torch Red #FB0922
RGB
CMYK
RGB Variations
Color information
#FB0922 (or 0xFB0922) is known color: Torch Red. HEX triplet: FB, 09 and 22. RGB value is (251,9,34). Sum of RGB (Red+Green+Blue) = 251+9+34=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0922 is #04F6DD. Grayscale: #545454. Windows color (decimal): -325342 or 2230779. OLE color: 2230779.
HSL color Cylindrical-coordinate representation of color #FB0922: hue angle of 353.8º 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 #FB0922 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.02 |
| HSL | 353.8º | 0.97% | 0.51% | - |
| HSV(B) | 353.8º | 0.96% | 0.98% | - |
| XYZ | 40.17 | 20.82 | 3.41 | - |
| YUV | 84.21 | 99.67 | 246.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 34 | 0 | 0.96 | 0.86 | 0.02 | 353.8 | 0.97 | 0.51 |
| Hex | FB | 9 | 22 | 0 | 60 | 56 | 2 | 162 | 61 | 33 |
| Octal | 373 | 11 | 42 | 0 | 140 | 126 | 2 | 542 | 141 | 63 |
| Binary | 11111011 | 1001 | 100010 | 0 | 1100000 | 1010110 | 10 | 101100010 | 1100001 | 110011 |
Color Harmonies of #FB0922
Complementary color
Monochromatic Colors of #FB0922
Black with #FB0922
Text Example
Text Example
White with #FB0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0922; }
p { color: rgb(251,9,34); }
H1.HeaderClassName
{
color: #FB0922;
}
.AnyTagClassName
{
color: #FB0922;
}
</style>
background-color css
<style>
a { background-color: #FB0922; }
a { background-color: rgb(251,9,34); }
div.DivClassName
{
background-color: #FB0922;
}
.BgClassName
{
background-color: #FB0922;
}
</style>
border-color css
<style>
span { border-color: #FB0922; }
span { border-color: rgb(251,9,34); }
td.TdClassName
{
border-color: #FB0922;
}
.TagClassName
{
border-color: #FB0922;
}
</style>