Shades of Torch Red #FB0928
Tints of Torch Red #FB0928
RGB
CMYK
RGB Variations
Color information
#FB0928 (or 0xFB0928) is known color: Torch Red. HEX triplet: FB, 09 and 28. RGB value is (251,9,40). Sum of RGB (Red+Green+Blue) = 251+9+40=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0928 is #04F6D7. Grayscale: #555555. Windows color (decimal): -325336 or 2623995. OLE color: 2623995.
HSL color Cylindrical-coordinate representation of color #FB0928: hue angle of 352.31º 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 #FB0928 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.02 |
| HSL | 352.31º | 0.97% | 0.51% | - |
| HSV(B) | 352.31º | 0.96% | 0.98% | - |
| XYZ | 40.26 | 20.86 | 3.91 | - |
| YUV | 84.89 | 102.67 | 246.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 40 | 0 | 0.96 | 0.84 | 0.02 | 352.31 | 0.97 | 0.51 |
| Hex | FB | 9 | 28 | 0 | 60 | 54 | 2 | 160 | 61 | 33 |
| Octal | 373 | 11 | 50 | 0 | 140 | 124 | 2 | 540 | 141 | 63 |
| Binary | 11111011 | 1001 | 101000 | 0 | 1100000 | 1010100 | 10 | 101100000 | 1100001 | 110011 |
Color Harmonies of #FB0928
Complementary color
Monochromatic Colors of #FB0928
Black with #FB0928
Text Example
Text Example
White with #FB0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0928; }
p { color: rgb(251,9,40); }
H1.HeaderClassName
{
color: #FB0928;
}
.AnyTagClassName
{
color: #FB0928;
}
</style>
background-color css
<style>
a { background-color: #FB0928; }
a { background-color: rgb(251,9,40); }
div.DivClassName
{
background-color: #FB0928;
}
.BgClassName
{
background-color: #FB0928;
}
</style>
border-color css
<style>
span { border-color: #FB0928; }
span { border-color: rgb(251,9,40); }
td.TdClassName
{
border-color: #FB0928;
}
.TagClassName
{
border-color: #FB0928;
}
</style>