Shades of Torch Red #FB0126
Tints of Torch Red #FB0126
RGB
CMYK
RGB Variations
Color information
#FB0126 (or 0xFB0126) is known color: Torch Red. HEX triplet: FB, 01 and 26. RGB value is (251,1,38). Sum of RGB (Red+Green+Blue) = 251+1+38=290 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.55% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0126 is #04FED9. Grayscale: #505050. Windows color (decimal): -327386 or 2490875. OLE color: 2490875.
HSL color Cylindrical-coordinate representation of color #FB0126: hue angle of 351.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0126 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 38 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.02 |
| HSL | 351.12º | 0.99% | 0.49% | - |
| HSV(B) | 351.12º | 1% | 0.98% | - |
| XYZ | 40.14 | 20.67 | 3.71 | - |
| YUV | 79.97 | 104.33 | 249.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 38 | 0 | 1.00 | 0.85 | 0.02 | 351.12 | 0.99 | 0.49 |
| Hex | FB | 1 | 26 | 0 | 64 | 55 | 2 | 15F | 63 | 31 |
| Octal | 373 | 1 | 46 | 0 | 144 | 125 | 2 | 537 | 143 | 61 |
| Binary | 11111011 | 1 | 100110 | 0 | 1100100 | 1010101 | 10 | 101011111 | 1100011 | 110001 |
Color Harmonies of #FB0126
Complementary color
Monochromatic Colors of #FB0126
Black with #FB0126
Text Example
Text Example
White with #FB0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0126; }
p { color: rgb(251,1,38); }
H1.HeaderClassName
{
color: #FB0126;
}
.AnyTagClassName
{
color: #FB0126;
}
</style>
background-color css
<style>
a { background-color: #FB0126; }
a { background-color: rgb(251,1,38); }
div.DivClassName
{
background-color: #FB0126;
}
.BgClassName
{
background-color: #FB0126;
}
</style>
border-color css
<style>
span { border-color: #FB0126; }
span { border-color: rgb(251,1,38); }
td.TdClassName
{
border-color: #FB0126;
}
.TagClassName
{
border-color: #FB0126;
}
</style>