Shades of Torch Red #FB062B
Tints of Torch Red #FB062B
RGB
CMYK
RGB Variations
Color information
#FB062B (or 0xFB062B) is known color: Torch Red. HEX triplet: FB, 06 and 2B. RGB value is (251,6,43). Sum of RGB (Red+Green+Blue) = 251+6+43=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB062B is #04F9D4. Grayscale: #535353. Windows color (decimal): -326101 or 2819835. OLE color: 2819835.
HSL color Cylindrical-coordinate representation of color #FB062B: hue angle of 350.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB062B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 43 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.02 |
| HSL | 350.94º | 0.97% | 0.5% | - |
| HSV(B) | 350.94º | 0.98% | 0.98% | - |
| XYZ | 40.28 | 20.81 | 4.18 | - |
| YUV | 83.47 | 105.17 | 247.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 43 | 0 | 0.98 | 0.83 | 0.02 | 350.94 | 0.97 | 0.5 |
| Hex | FB | 6 | 2B | 0 | 62 | 53 | 2 | 15F | 61 | 32 |
| Octal | 373 | 6 | 53 | 0 | 142 | 123 | 2 | 537 | 141 | 62 |
| Binary | 11111011 | 110 | 101011 | 0 | 1100010 | 1010011 | 10 | 101011111 | 1100001 | 110010 |
Color Harmonies of #FB062B
Complementary color
Monochromatic Colors of #FB062B
Black with #FB062B
Text Example
Text Example
White with #FB062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB062B; }
p { color: rgb(251,6,43); }
H1.HeaderClassName
{
color: #FB062B;
}
.AnyTagClassName
{
color: #FB062B;
}
</style>
background-color css
<style>
a { background-color: #FB062B; }
a { background-color: rgb(251,6,43); }
div.DivClassName
{
background-color: #FB062B;
}
.BgClassName
{
background-color: #FB062B;
}
</style>
border-color css
<style>
span { border-color: #FB062B; }
span { border-color: rgb(251,6,43); }
td.TdClassName
{
border-color: #FB062B;
}
.TagClassName
{
border-color: #FB062B;
}
</style>