Shades of Torch Red #FB0105
Tints of Torch Red #FB0105
RGB
CMYK
RGB Variations
Color information
#FB0105 (or 0xFB0105) is known color: Torch Red. HEX triplet: FB, 01 and 05. RGB value is (251,1,5). Sum of RGB (Red+Green+Blue) = 251+1+5=257 (34% of max value = 765). Red value is 251 (98.44% from 255 or 97.67% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0105 is #04FEFA. Grayscale: #4C4C4C. Windows color (decimal): -327419 or 328187. OLE color: 328187.
HSL color Cylindrical-coordinate representation of color #FB0105: hue angle of 359.04º 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 #FB0105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.02 |
| HSL | 359.04º | 0.99% | 0.49% | - |
| HSV(B) | 359.04º | 1% | 0.98% | - |
| XYZ | 39.82 | 20.54 | 2.01 | - |
| YUV | 76.21 | 87.83 | 252.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 5 | 0 | 1.00 | 0.98 | 0.02 | 359.04 | 0.99 | 0.49 |
| Hex | FB | 1 | 5 | 0 | 64 | 62 | 2 | 167 | 63 | 31 |
| Octal | 373 | 1 | 5 | 0 | 144 | 142 | 2 | 547 | 143 | 61 |
| Binary | 11111011 | 1 | 101 | 0 | 1100100 | 1100010 | 10 | 101100111 | 1100011 | 110001 |
Color Harmonies of #FB0105
Complementary color
Monochromatic Colors of #FB0105
Black with #FB0105
Text Example
Text Example
White with #FB0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0105; }
p { color: rgb(251,1,5); }
H1.HeaderClassName
{
color: #FB0105;
}
.AnyTagClassName
{
color: #FB0105;
}
</style>
background-color css
<style>
a { background-color: #FB0105; }
a { background-color: rgb(251,1,5); }
div.DivClassName
{
background-color: #FB0105;
}
.BgClassName
{
background-color: #FB0105;
}
</style>
border-color css
<style>
span { border-color: #FB0105; }
span { border-color: rgb(251,1,5); }
td.TdClassName
{
border-color: #FB0105;
}
.TagClassName
{
border-color: #FB0105;
}
</style>