Shades of Torch Red #FB0109
Tints of Torch Red #FB0109
RGB
CMYK
RGB Variations
Color information
#FB0109 (or 0xFB0109) is known color: Torch Red. HEX triplet: FB, 01 and 09. RGB value is (251,1,9). Sum of RGB (Red+Green+Blue) = 251+1+9=261 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.17% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0109 is #04FEF6. Grayscale: #4C4C4C. Windows color (decimal): -327415 or 590331. OLE color: 590331.
HSL color Cylindrical-coordinate representation of color #FB0109: hue angle of 358.08º 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 #FB0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.02 |
| HSL | 358.08º | 0.99% | 0.49% | - |
| HSV(B) | 358.08º | 1% | 0.98% | - |
| XYZ | 39.84 | 20.55 | 2.13 | - |
| YUV | 76.66 | 89.83 | 252.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 9 | 0 | 1.00 | 0.96 | 0.02 | 358.08 | 0.99 | 0.49 |
| Hex | FB | 1 | 9 | 0 | 64 | 60 | 2 | 166 | 63 | 31 |
| Octal | 373 | 1 | 11 | 0 | 144 | 140 | 2 | 546 | 143 | 61 |
| Binary | 11111011 | 1 | 1001 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100011 | 110001 |
Color Harmonies of #FB0109
Complementary color
Monochromatic Colors of #FB0109
Black with #FB0109
Text Example
Text Example
White with #FB0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0109; }
p { color: rgb(251,1,9); }
H1.HeaderClassName
{
color: #FB0109;
}
.AnyTagClassName
{
color: #FB0109;
}
</style>
background-color css
<style>
a { background-color: #FB0109; }
a { background-color: rgb(251,1,9); }
div.DivClassName
{
background-color: #FB0109;
}
.BgClassName
{
background-color: #FB0109;
}
</style>
border-color css
<style>
span { border-color: #FB0109; }
span { border-color: rgb(251,1,9); }
td.TdClassName
{
border-color: #FB0109;
}
.TagClassName
{
border-color: #FB0109;
}
</style>