Shades of Torch Red #FB013F
Tints of Torch Red #FB013F
RGB
CMYK
RGB Variations
Color information
#FB013F (or 0xFB013F) is known color: Torch Red. HEX triplet: FB, 01 and 3F. RGB value is (251,1,63). Sum of RGB (Red+Green+Blue) = 251+1+63=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB013F is #04FEC0. Grayscale: #525252. Windows color (decimal): -327361 or 4129275. OLE color: 4129275.
HSL color Cylindrical-coordinate representation of color #FB013F: hue angle of 345.12º 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 #FB013F is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.02 |
| HSL | 345.12º | 0.99% | 0.49% | - |
| HSV(B) | 345.12º | 1% | 0.98% | - |
| XYZ | 40.69 | 20.89 | 6.59 | - |
| YUV | 82.82 | 116.83 | 247.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 63 | 0 | 1.00 | 0.75 | 0.02 | 345.12 | 0.99 | 0.49 |
| Hex | FB | 1 | 3F | 0 | 64 | 4B | 2 | 159 | 63 | 31 |
| Octal | 373 | 1 | 77 | 0 | 144 | 113 | 2 | 531 | 143 | 61 |
| Binary | 11111011 | 1 | 111111 | 0 | 1100100 | 1001011 | 10 | 101011001 | 1100011 | 110001 |
Color Harmonies of #FB013F
Complementary color
Monochromatic Colors of #FB013F
Black with #FB013F
Text Example
Text Example
White with #FB013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB013F; }
p { color: rgb(251,1,63); }
H1.HeaderClassName
{
color: #FB013F;
}
.AnyTagClassName
{
color: #FB013F;
}
</style>
background-color css
<style>
a { background-color: #FB013F; }
a { background-color: rgb(251,1,63); }
div.DivClassName
{
background-color: #FB013F;
}
.BgClassName
{
background-color: #FB013F;
}
</style>
border-color css
<style>
span { border-color: #FB013F; }
span { border-color: rgb(251,1,63); }
td.TdClassName
{
border-color: #FB013F;
}
.TagClassName
{
border-color: #FB013F;
}
</style>