Shades of Torch Red #FB082B
Tints of Torch Red #FB082B
RGB
CMYK
RGB Variations
Color information
#FB082B (or 0xFB082B) is known color: Torch Red. HEX triplet: FB, 08 and 2B. RGB value is (251,8,43). Sum of RGB (Red+Green+Blue) = 251+8+43=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB082B is #04F7D4. Grayscale: #545454. Windows color (decimal): -325589 or 2820347. OLE color: 2820347.
HSL color Cylindrical-coordinate representation of color #FB082B: hue angle of 351.36º 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 #FB082B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.02 |
| HSL | 351.36º | 0.97% | 0.51% | - |
| HSV(B) | 351.36º | 0.97% | 0.98% | - |
| XYZ | 40.31 | 20.86 | 4.19 | - |
| YUV | 84.65 | 104.51 | 246.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 43 | 0 | 0.97 | 0.83 | 0.02 | 351.36 | 0.97 | 0.51 |
| Hex | FB | 8 | 2B | 0 | 61 | 53 | 2 | 15F | 61 | 33 |
| Octal | 373 | 10 | 53 | 0 | 141 | 123 | 2 | 537 | 141 | 63 |
| Binary | 11111011 | 1000 | 101011 | 0 | 1100001 | 1010011 | 10 | 101011111 | 1100001 | 110011 |
Color Harmonies of #FB082B
Complementary color
Monochromatic Colors of #FB082B
Black with #FB082B
Text Example
Text Example
White with #FB082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB082B; }
p { color: rgb(251,8,43); }
H1.HeaderClassName
{
color: #FB082B;
}
.AnyTagClassName
{
color: #FB082B;
}
</style>
background-color css
<style>
a { background-color: #FB082B; }
a { background-color: rgb(251,8,43); }
div.DivClassName
{
background-color: #FB082B;
}
.BgClassName
{
background-color: #FB082B;
}
</style>
border-color css
<style>
span { border-color: #FB082B; }
span { border-color: rgb(251,8,43); }
td.TdClassName
{
border-color: #FB082B;
}
.TagClassName
{
border-color: #FB082B;
}
</style>