Shades of Torch Red #FB0728
Tints of Torch Red #FB0728
RGB
CMYK
RGB Variations
Color information
#FB0728 (or 0xFB0728) is known color: Torch Red. HEX triplet: FB, 07 and 28. RGB value is (251,7,40). Sum of RGB (Red+Green+Blue) = 251+7+40=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0728 is #04F8D7. Grayscale: #535353. Windows color (decimal): -325848 or 2623483. OLE color: 2623483.
HSL color Cylindrical-coordinate representation of color #FB0728: hue angle of 351.89º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0728 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.02 |
| HSL | 351.89º | 0.97% | 0.51% | - |
| HSV(B) | 351.89º | 0.97% | 0.98% | - |
| XYZ | 40.24 | 20.81 | 3.9 | - |
| YUV | 83.72 | 103.34 | 247.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 40 | 0 | 0.97 | 0.84 | 0.02 | 351.89 | 0.97 | 0.51 |
| Hex | FB | 7 | 28 | 0 | 61 | 54 | 2 | 160 | 61 | 33 |
| Octal | 373 | 7 | 50 | 0 | 141 | 124 | 2 | 540 | 141 | 63 |
| Binary | 11111011 | 111 | 101000 | 0 | 1100001 | 1010100 | 10 | 101100000 | 1100001 | 110011 |
Color Harmonies of #FB0728
Complementary color
Monochromatic Colors of #FB0728
Black with #FB0728
Text Example
Text Example
White with #FB0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0728; }
p { color: rgb(251,7,40); }
H1.HeaderClassName
{
color: #FB0728;
}
.AnyTagClassName
{
color: #FB0728;
}
</style>
background-color css
<style>
a { background-color: #FB0728; }
a { background-color: rgb(251,7,40); }
div.DivClassName
{
background-color: #FB0728;
}
.BgClassName
{
background-color: #FB0728;
}
</style>
border-color css
<style>
span { border-color: #FB0728; }
span { border-color: rgb(251,7,40); }
td.TdClassName
{
border-color: #FB0728;
}
.TagClassName
{
border-color: #FB0728;
}
</style>