Shades of Torch Red #FB011F
Tints of Torch Red #FB011F
RGB
CMYK
RGB Variations
Color information
#FB011F (or 0xFB011F) is known color: Torch Red. HEX triplet: FB, 01 and 1F. RGB value is (251,1,31). Sum of RGB (Red+Green+Blue) = 251+1+31=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB011F is #04FEE0. Grayscale: #4F4F4F. Windows color (decimal): -327393 or 2032123. OLE color: 2032123.
HSL color Cylindrical-coordinate representation of color #FB011F: hue angle of 352.8º 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 #FB011F is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.02 |
| HSL | 352.8º | 0.99% | 0.49% | - |
| HSV(B) | 352.8º | 1% | 0.98% | - |
| XYZ | 40.04 | 20.63 | 3.17 | - |
| YUV | 79.17 | 100.83 | 250.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 31 | 0 | 1.00 | 0.88 | 0.02 | 352.8 | 0.99 | 0.49 |
| Hex | FB | 1 | 1F | 0 | 64 | 58 | 2 | 161 | 63 | 31 |
| Octal | 373 | 1 | 37 | 0 | 144 | 130 | 2 | 541 | 143 | 61 |
| Binary | 11111011 | 1 | 11111 | 0 | 1100100 | 1011000 | 10 | 101100001 | 1100011 | 110001 |
Color Harmonies of #FB011F
Complementary color
Monochromatic Colors of #FB011F
Black with #FB011F
Text Example
Text Example
White with #FB011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB011F; }
p { color: rgb(251,1,31); }
H1.HeaderClassName
{
color: #FB011F;
}
.AnyTagClassName
{
color: #FB011F;
}
</style>
background-color css
<style>
a { background-color: #FB011F; }
a { background-color: rgb(251,1,31); }
div.DivClassName
{
background-color: #FB011F;
}
.BgClassName
{
background-color: #FB011F;
}
</style>
border-color css
<style>
span { border-color: #FB011F; }
span { border-color: rgb(251,1,31); }
td.TdClassName
{
border-color: #FB011F;
}
.TagClassName
{
border-color: #FB011F;
}
</style>