Shades of Torch Red #FB072B
Tints of Torch Red #FB072B
RGB
CMYK
RGB Variations
Color information
#FB072B (or 0xFB072B) is known color: Torch Red. HEX triplet: FB, 07 and 2B. RGB value is (251,7,43). Sum of RGB (Red+Green+Blue) = 251+7+43=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB072B is #04F8D4. Grayscale: #545454. Windows color (decimal): -325845 or 2820091. OLE color: 2820091.
HSL color Cylindrical-coordinate representation of color #FB072B: hue angle of 351.15º 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 #FB072B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.02 |
| HSL | 351.15º | 0.97% | 0.51% | - |
| HSV(B) | 351.15º | 0.97% | 0.98% | - |
| XYZ | 40.3 | 20.84 | 4.18 | - |
| YUV | 84.06 | 104.84 | 247.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 43 | 0 | 0.97 | 0.83 | 0.02 | 351.15 | 0.97 | 0.51 |
| Hex | FB | 7 | 2B | 0 | 61 | 53 | 2 | 15F | 61 | 33 |
| Octal | 373 | 7 | 53 | 0 | 141 | 123 | 2 | 537 | 141 | 63 |
| Binary | 11111011 | 111 | 101011 | 0 | 1100001 | 1010011 | 10 | 101011111 | 1100001 | 110011 |
Color Harmonies of #FB072B
Complementary color
Monochromatic Colors of #FB072B
Black with #FB072B
Text Example
Text Example
White with #FB072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB072B; }
p { color: rgb(251,7,43); }
H1.HeaderClassName
{
color: #FB072B;
}
.AnyTagClassName
{
color: #FB072B;
}
</style>
background-color css
<style>
a { background-color: #FB072B; }
a { background-color: rgb(251,7,43); }
div.DivClassName
{
background-color: #FB072B;
}
.BgClassName
{
background-color: #FB072B;
}
</style>
border-color css
<style>
span { border-color: #FB072B; }
span { border-color: rgb(251,7,43); }
td.TdClassName
{
border-color: #FB072B;
}
.TagClassName
{
border-color: #FB072B;
}
</style>