Shades of Torch Red #FB0009
Tints of Torch Red #FB0009
RGB
CMYK
RGB Variations
Color information
#FB0009 (or 0xFB0009) is known color: Torch Red. HEX triplet: FB, 00 and 09. RGB value is (251,0,9). Sum of RGB (Red+Green+Blue) = 251+0+9=260 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0009 is #04FFF6. Grayscale: #4C4C4C. Windows color (decimal): -327671 or 590075. OLE color: 590075.
HSL color Cylindrical-coordinate representation of color #FB0009: hue angle of 357.85º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.02 |
| HSL | 357.85º | 1% | 0.49% | - |
| HSV(B) | 357.85º | 1% | 0.98% | - |
| XYZ | 39.83 | 20.53 | 2.12 | - |
| YUV | 76.08 | 90.16 | 252.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 9 | 0 | 1 | 0.96 | 0.02 | 357.85 | 1 | 0.49 |
| Hex | FB | 0 | 9 | 0 | 64 | 60 | 2 | 166 | 64 | 31 |
| Octal | 373 | 0 | 11 | 0 | 144 | 140 | 2 | 546 | 144 | 61 |
| Binary | 11111011 | 0 | 1001 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100100 | 110001 |
Color Harmonies of #FB0009
Complementary color
Monochromatic Colors of #FB0009
Black with #FB0009
Text Example
Text Example
White with #FB0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0009; }
p { color: rgb(251,0,9); }
H1.HeaderClassName
{
color: #FB0009;
}
.AnyTagClassName
{
color: #FB0009;
}
</style>
background-color css
<style>
a { background-color: #FB0009; }
a { background-color: rgb(251,0,9); }
div.DivClassName
{
background-color: #FB0009;
}
.BgClassName
{
background-color: #FB0009;
}
</style>
border-color css
<style>
span { border-color: #FB0009; }
span { border-color: rgb(251,0,9); }
td.TdClassName
{
border-color: #FB0009;
}
.TagClassName
{
border-color: #FB0009;
}
</style>