Shades of Torch Red #FB080D
Tints of Torch Red #FB080D
RGB
CMYK
RGB Variations
Color information
#FB080D (or 0xFB080D) is known color: Torch Red. HEX triplet: FB, 08 and 0D. RGB value is (251,8,13). Sum of RGB (Red+Green+Blue) = 251+8+13=272 (36% of max value = 765). Red value is 251 (98.44% from 255 or 92.28% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 251 - color contains mainly: red. Hex color #FB080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB080D is #04F7F2. Grayscale: #515151. Windows color (decimal): -325619 or 854267. OLE color: 854267.
HSL color Cylindrical-coordinate representation of color #FB080D: hue angle of 358.77º 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 #FB080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.02 |
| HSL | 358.77º | 0.97% | 0.51% | - |
| HSV(B) | 358.77º | 0.97% | 0.98% | - |
| XYZ | 39.94 | 20.71 | 2.27 | - |
| YUV | 81.23 | 89.51 | 249.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 13 | 0 | 0.97 | 0.95 | 0.02 | 358.77 | 0.97 | 0.51 |
| Hex | FB | 8 | D | 0 | 61 | 5F | 2 | 167 | 61 | 33 |
| Octal | 373 | 10 | 15 | 0 | 141 | 137 | 2 | 547 | 141 | 63 |
| Binary | 11111011 | 1000 | 1101 | 0 | 1100001 | 1011111 | 10 | 101100111 | 1100001 | 110011 |
Color Harmonies of #FB080D
Complementary color
Monochromatic Colors of #FB080D
Black with #FB080D
Text Example
Text Example
White with #FB080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB080D; }
p { color: rgb(251,8,13); }
H1.HeaderClassName
{
color: #FB080D;
}
.AnyTagClassName
{
color: #FB080D;
}
</style>
background-color css
<style>
a { background-color: #FB080D; }
a { background-color: rgb(251,8,13); }
div.DivClassName
{
background-color: #FB080D;
}
.BgClassName
{
background-color: #FB080D;
}
</style>
border-color css
<style>
span { border-color: #FB080D; }
span { border-color: rgb(251,8,13); }
td.TdClassName
{
border-color: #FB080D;
}
.TagClassName
{
border-color: #FB080D;
}
</style>