Shades of Torch Red #FB0713
Tints of Torch Red #FB0713
RGB
CMYK
RGB Variations
Color information
#FB0713 (or 0xFB0713) is known color: Torch Red. HEX triplet: FB, 07 and 13. RGB value is (251,7,19). Sum of RGB (Red+Green+Blue) = 251+7+19=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0713 is #04F8EC. Grayscale: #515151. Windows color (decimal): -325869 or 1247227. OLE color: 1247227.
HSL color Cylindrical-coordinate representation of color #FB0713: hue angle of 357.05º 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 #FB0713 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.02 |
| HSL | 357.05º | 0.97% | 0.51% | - |
| HSV(B) | 357.05º | 0.97% | 0.98% | - |
| XYZ | 39.98 | 20.71 | 2.51 | - |
| YUV | 81.32 | 92.84 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 19 | 0 | 0.97 | 0.92 | 0.02 | 357.05 | 0.97 | 0.51 |
| Hex | FB | 7 | 13 | 0 | 61 | 5C | 2 | 165 | 61 | 33 |
| Octal | 373 | 7 | 23 | 0 | 141 | 134 | 2 | 545 | 141 | 63 |
| Binary | 11111011 | 111 | 10011 | 0 | 1100001 | 1011100 | 10 | 101100101 | 1100001 | 110011 |
Color Harmonies of #FB0713
Complementary color
Monochromatic Colors of #FB0713
Black with #FB0713
Text Example
Text Example
White with #FB0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0713; }
p { color: rgb(251,7,19); }
H1.HeaderClassName
{
color: #FB0713;
}
.AnyTagClassName
{
color: #FB0713;
}
</style>
background-color css
<style>
a { background-color: #FB0713; }
a { background-color: rgb(251,7,19); }
div.DivClassName
{
background-color: #FB0713;
}
.BgClassName
{
background-color: #FB0713;
}
</style>
border-color css
<style>
span { border-color: #FB0713; }
span { border-color: rgb(251,7,19); }
td.TdClassName
{
border-color: #FB0713;
}
.TagClassName
{
border-color: #FB0713;
}
</style>