Shades of Torch Red #FB0206
Tints of Torch Red #FB0206
RGB
CMYK
RGB Variations
Color information
#FB0206 (or 0xFB0206) is known color: Torch Red. HEX triplet: FB, 02 and 06. RGB value is (251,2,6). Sum of RGB (Red+Green+Blue) = 251+2+6=259 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.91% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0206 is #04FDF9. Grayscale: #4D4D4D. Windows color (decimal): -327162 or 393979. OLE color: 393979.
HSL color Cylindrical-coordinate representation of color #FB0206: hue angle of 359.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0206 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.02 |
| HSL | 359.04º | 0.98% | 0.5% | - |
| HSV(B) | 359.04º | 0.99% | 0.98% | - |
| XYZ | 39.84 | 20.57 | 2.04 | - |
| YUV | 76.91 | 87.99 | 252.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 6 | 0 | 0.99 | 0.98 | 0.02 | 359.04 | 0.98 | 0.5 |
| Hex | FB | 2 | 6 | 0 | 63 | 62 | 2 | 167 | 62 | 32 |
| Octal | 373 | 2 | 6 | 0 | 143 | 142 | 2 | 547 | 142 | 62 |
| Binary | 11111011 | 10 | 110 | 0 | 1100011 | 1100010 | 10 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FB0206
Complementary color
Monochromatic Colors of #FB0206
Black with #FB0206
Text Example
Text Example
White with #FB0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0206; }
p { color: rgb(251,2,6); }
H1.HeaderClassName
{
color: #FB0206;
}
.AnyTagClassName
{
color: #FB0206;
}
</style>
background-color css
<style>
a { background-color: #FB0206; }
a { background-color: rgb(251,2,6); }
div.DivClassName
{
background-color: #FB0206;
}
.BgClassName
{
background-color: #FB0206;
}
</style>
border-color css
<style>
span { border-color: #FB0206; }
span { border-color: rgb(251,2,6); }
td.TdClassName
{
border-color: #FB0206;
}
.TagClassName
{
border-color: #FB0206;
}
</style>