Shades of Torch Red #FB080C
Tints of Torch Red #FB080C
RGB
CMYK
RGB Variations
Color information
#FB080C (or 0xFB080C) is known color: Torch Red. HEX triplet: FB, 08 and 0C. RGB value is (251,8,12). Sum of RGB (Red+Green+Blue) = 251+8+12=271 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.62% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 251 - color contains mainly: red. Hex color #FB080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB080C is #04F7F3. Grayscale: #515151. Windows color (decimal): -325620 or 788731. OLE color: 788731.
HSL color Cylindrical-coordinate representation of color #FB080C: hue angle of 359.01º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB080C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.02 |
| HSL | 359.01º | 0.97% | 0.51% | - |
| HSV(B) | 359.01º | 0.97% | 0.98% | - |
| XYZ | 39.94 | 20.71 | 2.24 | - |
| YUV | 81.11 | 89.01 | 249.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 12 | 0 | 0.97 | 0.95 | 0.02 | 359.01 | 0.97 | 0.51 |
| Hex | FB | 8 | C | 0 | 61 | 5F | 2 | 167 | 61 | 33 |
| Octal | 373 | 10 | 14 | 0 | 141 | 137 | 2 | 547 | 141 | 63 |
| Binary | 11111011 | 1000 | 1100 | 0 | 1100001 | 1011111 | 10 | 101100111 | 1100001 | 110011 |
Color Harmonies of #FB080C
Complementary color
Monochromatic Colors of #FB080C
Black with #FB080C
Text Example
Text Example
White with #FB080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB080C; }
p { color: rgb(251,8,12); }
H1.HeaderClassName
{
color: #FB080C;
}
.AnyTagClassName
{
color: #FB080C;
}
</style>
background-color css
<style>
a { background-color: #FB080C; }
a { background-color: rgb(251,8,12); }
div.DivClassName
{
background-color: #FB080C;
}
.BgClassName
{
background-color: #FB080C;
}
</style>
border-color css
<style>
span { border-color: #FB080C; }
span { border-color: rgb(251,8,12); }
td.TdClassName
{
border-color: #FB080C;
}
.TagClassName
{
border-color: #FB080C;
}
</style>