Shades of Torch Red #FB0119
Tints of Torch Red #FB0119
RGB
CMYK
RGB Variations
Color information
#FB0119 (or 0xFB0119) is known color: Torch Red. HEX triplet: FB, 01 and 19. RGB value is (251,1,25). Sum of RGB (Red+Green+Blue) = 251+1+25=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0119 is #04FEE6. Grayscale: #4E4E4E. Windows color (decimal): -327399 or 1638907. OLE color: 1638907.
HSL color Cylindrical-coordinate representation of color #FB0119: hue angle of 354.24º 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 #FB0119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.02 |
| HSL | 354.24º | 0.99% | 0.49% | - |
| HSV(B) | 354.24º | 1% | 0.98% | - |
| XYZ | 39.97 | 20.6 | 2.79 | - |
| YUV | 78.49 | 97.83 | 251.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 25 | 0 | 1.00 | 0.90 | 0.02 | 354.24 | 0.99 | 0.49 |
| Hex | FB | 1 | 19 | 0 | 64 | 5A | 2 | 162 | 63 | 31 |
| Octal | 373 | 1 | 31 | 0 | 144 | 132 | 2 | 542 | 143 | 61 |
| Binary | 11111011 | 1 | 11001 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #FB0119
Complementary color
Monochromatic Colors of #FB0119
Black with #FB0119
Text Example
Text Example
White with #FB0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0119; }
p { color: rgb(251,1,25); }
H1.HeaderClassName
{
color: #FB0119;
}
.AnyTagClassName
{
color: #FB0119;
}
</style>
background-color css
<style>
a { background-color: #FB0119; }
a { background-color: rgb(251,1,25); }
div.DivClassName
{
background-color: #FB0119;
}
.BgClassName
{
background-color: #FB0119;
}
</style>
border-color css
<style>
span { border-color: #FB0119; }
span { border-color: rgb(251,1,25); }
td.TdClassName
{
border-color: #FB0119;
}
.TagClassName
{
border-color: #FB0119;
}
</style>