Shades of Torch Red #FB131B
Tints of Torch Red #FB131B
RGB
CMYK
RGB Variations
Color information
#FB131B (or 0xFB131B) is known color: Torch Red. HEX triplet: FB, 13 and 1B. RGB value is (251,19,27). Sum of RGB (Red+Green+Blue) = 251+19+27=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB131B is #04ECE4. Grayscale: #595959. Windows color (decimal): -322789 or 1774587. OLE color: 1774587.
HSL color Cylindrical-coordinate representation of color #FB131B: hue angle of 357.93º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB131B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.02 |
| HSL | 357.93º | 0.97% | 0.53% | - |
| HSV(B) | 357.93º | 0.92% | 0.98% | - |
| XYZ | 40.21 | 21.05 | 2.98 | - |
| YUV | 89.28 | 92.86 | 243.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 27 | 0 | 0.92 | 0.89 | 0.02 | 357.93 | 0.97 | 0.53 |
| Hex | FB | 13 | 1B | 0 | 5C | 59 | 2 | 166 | 61 | 35 |
| Octal | 373 | 23 | 33 | 0 | 134 | 131 | 2 | 546 | 141 | 65 |
| Binary | 11111011 | 10011 | 11011 | 0 | 1011100 | 1011001 | 10 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FB131B
Complementary color
Monochromatic Colors of #FB131B
Black with #FB131B
Text Example
Text Example
White with #FB131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB131B; }
p { color: rgb(251,19,27); }
H1.HeaderClassName
{
color: #FB131B;
}
.AnyTagClassName
{
color: #FB131B;
}
</style>
background-color css
<style>
a { background-color: #FB131B; }
a { background-color: rgb(251,19,27); }
div.DivClassName
{
background-color: #FB131B;
}
.BgClassName
{
background-color: #FB131B;
}
</style>
border-color css
<style>
span { border-color: #FB131B; }
span { border-color: rgb(251,19,27); }
td.TdClassName
{
border-color: #FB131B;
}
.TagClassName
{
border-color: #FB131B;
}
</style>