Shades of Torch Red #FB013A
Tints of Torch Red #FB013A
RGB
CMYK
RGB Variations
Color information
#FB013A (or 0xFB013A) is known color: Torch Red. HEX triplet: FB, 01 and 3A. RGB value is (251,1,58). Sum of RGB (Red+Green+Blue) = 251+1+58=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB013A is #04FEC5. Grayscale: #525252. Windows color (decimal): -327366 or 3801595. OLE color: 3801595.
HSL color Cylindrical-coordinate representation of color #FB013A: hue angle of 346.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB013A is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.02 |
| HSL | 346.32º | 0.99% | 0.49% | - |
| HSV(B) | 346.32º | 1% | 0.98% | - |
| XYZ | 40.56 | 20.84 | 5.89 | - |
| YUV | 82.25 | 114.33 | 248.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 58 | 0 | 1.00 | 0.77 | 0.02 | 346.32 | 0.99 | 0.49 |
| Hex | FB | 1 | 3A | 0 | 64 | 4D | 2 | 15A | 63 | 31 |
| Octal | 373 | 1 | 72 | 0 | 144 | 115 | 2 | 532 | 143 | 61 |
| Binary | 11111011 | 1 | 111010 | 0 | 1100100 | 1001101 | 10 | 101011010 | 1100011 | 110001 |
Color Harmonies of #FB013A
Complementary color
Monochromatic Colors of #FB013A
Black with #FB013A
Text Example
Text Example
White with #FB013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB013A; }
p { color: rgb(251,1,58); }
H1.HeaderClassName
{
color: #FB013A;
}
.AnyTagClassName
{
color: #FB013A;
}
</style>
background-color css
<style>
a { background-color: #FB013A; }
a { background-color: rgb(251,1,58); }
div.DivClassName
{
background-color: #FB013A;
}
.BgClassName
{
background-color: #FB013A;
}
</style>
border-color css
<style>
span { border-color: #FB013A; }
span { border-color: rgb(251,1,58); }
td.TdClassName
{
border-color: #FB013A;
}
.TagClassName
{
border-color: #FB013A;
}
</style>