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