Shades of Torch Red #FB141A
Tints of Torch Red #FB141A
RGB
CMYK
RGB Variations
Color information
#FB141A (or 0xFB141A) is known color: Torch Red. HEX triplet: FB, 14 and 1A. RGB value is (251,20,26). Sum of RGB (Red+Green+Blue) = 251+20+26=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB141A is #04EBE5. Grayscale: #595959. Windows color (decimal): -322534 or 1709307. OLE color: 1709307.
HSL color Cylindrical-coordinate representation of color #FB141A: hue angle of 358.44º 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 #FB141A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.02 |
| HSL | 358.44º | 0.97% | 0.53% | - |
| HSV(B) | 358.44º | 0.92% | 0.98% | - |
| XYZ | 40.22 | 21.08 | 2.93 | - |
| YUV | 89.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 26 | 0 | 0.92 | 0.90 | 0.02 | 358.44 | 0.97 | 0.53 |
| Hex | FB | 14 | 1A | 0 | 5C | 5A | 2 | 166 | 61 | 35 |
| Octal | 373 | 24 | 32 | 0 | 134 | 132 | 2 | 546 | 141 | 65 |
| Binary | 11111011 | 10100 | 11010 | 0 | 1011100 | 1011010 | 10 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FB141A
Complementary color
Monochromatic Colors of #FB141A
Black with #FB141A
Text Example
Text Example
White with #FB141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB141A; }
p { color: rgb(251,20,26); }
H1.HeaderClassName
{
color: #FB141A;
}
.AnyTagClassName
{
color: #FB141A;
}
</style>
background-color css
<style>
a { background-color: #FB141A; }
a { background-color: rgb(251,20,26); }
div.DivClassName
{
background-color: #FB141A;
}
.BgClassName
{
background-color: #FB141A;
}
</style>
border-color css
<style>
span { border-color: #FB141A; }
span { border-color: rgb(251,20,26); }
td.TdClassName
{
border-color: #FB141A;
}
.TagClassName
{
border-color: #FB141A;
}
</style>