Shades of Torch Red #FB141E
Tints of Torch Red #FB141E
RGB
CMYK
RGB Variations
Color information
#FB141E (or 0xFB141E) is known color: Torch Red. HEX triplet: FB, 14 and 1E. RGB value is (251,20,30). Sum of RGB (Red+Green+Blue) = 251+20+30=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB141E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB141E is #04EBE1. Grayscale: #5A5A5A. Windows color (decimal): -322530 or 1971451. OLE color: 1971451.
HSL color Cylindrical-coordinate representation of color #FB141E: hue angle of 357.4º 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 #FB141E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 30 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.02 |
| HSL | 357.4º | 0.97% | 0.53% | - |
| HSV(B) | 357.4º | 0.92% | 0.98% | - |
| XYZ | 40.27 | 21.1 | 3.18 | - |
| YUV | 90.21 | 94.03 | 242.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 30 | 0 | 0.92 | 0.88 | 0.02 | 357.4 | 0.97 | 0.53 |
| Hex | FB | 14 | 1E | 0 | 5C | 58 | 2 | 165 | 61 | 35 |
| Octal | 373 | 24 | 36 | 0 | 134 | 130 | 2 | 545 | 141 | 65 |
| Binary | 11111011 | 10100 | 11110 | 0 | 1011100 | 1011000 | 10 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FB141E
Complementary color
Monochromatic Colors of #FB141E
Black with #FB141E
Text Example
Text Example
White with #FB141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB141E; }
p { color: rgb(251,20,30); }
H1.HeaderClassName
{
color: #FB141E;
}
.AnyTagClassName
{
color: #FB141E;
}
</style>
background-color css
<style>
a { background-color: #FB141E; }
a { background-color: rgb(251,20,30); }
div.DivClassName
{
background-color: #FB141E;
}
.BgClassName
{
background-color: #FB141E;
}
</style>
border-color css
<style>
span { border-color: #FB141E; }
span { border-color: rgb(251,20,30); }
td.TdClassName
{
border-color: #FB141E;
}
.TagClassName
{
border-color: #FB141E;
}
</style>