Shades of Torch Red #FB073A
Tints of Torch Red #FB073A
RGB
CMYK
RGB Variations
Color information
#FB073A (or 0xFB073A) is known color: Torch Red. HEX triplet: FB, 07 and 3A. RGB value is (251,7,58). Sum of RGB (Red+Green+Blue) = 251+7+58=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB073A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB073A is #04F8C5. Grayscale: #555555. Windows color (decimal): -325830 or 3803131. OLE color: 3803131.
HSL color Cylindrical-coordinate representation of color #FB073A: hue angle of 347.46º 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 #FB073A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 58 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.02 |
| HSL | 347.46º | 0.97% | 0.51% | - |
| HSV(B) | 347.46º | 0.97% | 0.98% | - |
| XYZ | 40.62 | 20.97 | 5.91 | - |
| YUV | 85.77 | 112.34 | 245.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 58 | 0 | 0.97 | 0.77 | 0.02 | 347.46 | 0.97 | 0.51 |
| Hex | FB | 7 | 3A | 0 | 61 | 4D | 2 | 15B | 61 | 33 |
| Octal | 373 | 7 | 72 | 0 | 141 | 115 | 2 | 533 | 141 | 63 |
| Binary | 11111011 | 111 | 111010 | 0 | 1100001 | 1001101 | 10 | 101011011 | 1100001 | 110011 |
Color Harmonies of #FB073A
Complementary color
Monochromatic Colors of #FB073A
Black with #FB073A
Text Example
Text Example
White with #FB073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB073A; }
p { color: rgb(251,7,58); }
H1.HeaderClassName
{
color: #FB073A;
}
.AnyTagClassName
{
color: #FB073A;
}
</style>
background-color css
<style>
a { background-color: #FB073A; }
a { background-color: rgb(251,7,58); }
div.DivClassName
{
background-color: #FB073A;
}
.BgClassName
{
background-color: #FB073A;
}
</style>
border-color css
<style>
span { border-color: #FB073A; }
span { border-color: rgb(251,7,58); }
td.TdClassName
{
border-color: #FB073A;
}
.TagClassName
{
border-color: #FB073A;
}
</style>