Shades of Torch Red #FB0710
Tints of Torch Red #FB0710
RGB
CMYK
RGB Variations
Color information
#FB0710 (or 0xFB0710) is known color: Torch Red. HEX triplet: FB, 07 and 10. RGB value is (251,7,16). Sum of RGB (Red+Green+Blue) = 251+7+16=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0710 is #04F8EF. Grayscale: #515151. Windows color (decimal): -325872 or 1050619. OLE color: 1050619.
HSL color Cylindrical-coordinate representation of color #FB0710: hue angle of 357.79º 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 #FB0710 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.02 |
| HSL | 357.79º | 0.97% | 0.51% | - |
| HSV(B) | 357.79º | 0.97% | 0.98% | - |
| XYZ | 39.95 | 20.7 | 2.38 | - |
| YUV | 80.98 | 91.34 | 249.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 16 | 0 | 0.97 | 0.94 | 0.02 | 357.79 | 0.97 | 0.51 |
| Hex | FB | 7 | 10 | 0 | 61 | 5E | 2 | 166 | 61 | 33 |
| Octal | 373 | 7 | 20 | 0 | 141 | 136 | 2 | 546 | 141 | 63 |
| Binary | 11111011 | 111 | 10000 | 0 | 1100001 | 1011110 | 10 | 101100110 | 1100001 | 110011 |
Color Harmonies of #FB0710
Complementary color
Monochromatic Colors of #FB0710
Black with #FB0710
Text Example
Text Example
White with #FB0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0710; }
p { color: rgb(251,7,16); }
H1.HeaderClassName
{
color: #FB0710;
}
.AnyTagClassName
{
color: #FB0710;
}
</style>
background-color css
<style>
a { background-color: #FB0710; }
a { background-color: rgb(251,7,16); }
div.DivClassName
{
background-color: #FB0710;
}
.BgClassName
{
background-color: #FB0710;
}
</style>
border-color css
<style>
span { border-color: #FB0710; }
span { border-color: rgb(251,7,16); }
td.TdClassName
{
border-color: #FB0710;
}
.TagClassName
{
border-color: #FB0710;
}
</style>