Shades of Torch Red #FB0926
Tints of Torch Red #FB0926
RGB
CMYK
RGB Variations
Color information
#FB0926 (or 0xFB0926) is known color: Torch Red. HEX triplet: FB, 09 and 26. RGB value is (251,9,38). Sum of RGB (Red+Green+Blue) = 251+9+38=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0926 is #04F6D9. Grayscale: #545454. Windows color (decimal): -325338 or 2492923. OLE color: 2492923.
HSL color Cylindrical-coordinate representation of color #FB0926: hue angle of 352.81º 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 #FB0926 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 38 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.02 |
| HSL | 352.81º | 0.97% | 0.51% | - |
| HSV(B) | 352.81º | 0.96% | 0.98% | - |
| XYZ | 40.23 | 20.84 | 3.74 | - |
| YUV | 84.66 | 101.67 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 38 | 0 | 0.96 | 0.85 | 0.02 | 352.81 | 0.97 | 0.51 |
| Hex | FB | 9 | 26 | 0 | 60 | 55 | 2 | 161 | 61 | 33 |
| Octal | 373 | 11 | 46 | 0 | 140 | 125 | 2 | 541 | 141 | 63 |
| Binary | 11111011 | 1001 | 100110 | 0 | 1100000 | 1010101 | 10 | 101100001 | 1100001 | 110011 |
Color Harmonies of #FB0926
Complementary color
Monochromatic Colors of #FB0926
Black with #FB0926
Text Example
Text Example
White with #FB0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0926; }
p { color: rgb(251,9,38); }
H1.HeaderClassName
{
color: #FB0926;
}
.AnyTagClassName
{
color: #FB0926;
}
</style>
background-color css
<style>
a { background-color: #FB0926; }
a { background-color: rgb(251,9,38); }
div.DivClassName
{
background-color: #FB0926;
}
.BgClassName
{
background-color: #FB0926;
}
</style>
border-color css
<style>
span { border-color: #FB0926; }
span { border-color: rgb(251,9,38); }
td.TdClassName
{
border-color: #FB0926;
}
.TagClassName
{
border-color: #FB0926;
}
</style>