Shades of Torch Red #FB011C
Tints of Torch Red #FB011C
RGB
CMYK
RGB Variations
Color information
#FB011C (or 0xFB011C) is known color: Torch Red. HEX triplet: FB, 01 and 1C. RGB value is (251,1,28). Sum of RGB (Red+Green+Blue) = 251+1+28=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB011C is #04FEE3. Grayscale: #4E4E4E. Windows color (decimal): -327396 or 1835515. OLE color: 1835515.
HSL color Cylindrical-coordinate representation of color #FB011C: hue angle of 353.52º 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 #FB011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.02 |
| HSL | 353.52º | 0.99% | 0.49% | - |
| HSV(B) | 353.52º | 1% | 0.98% | - |
| XYZ | 40 | 20.61 | 2.97 | - |
| YUV | 78.83 | 99.33 | 250.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 28 | 0 | 1.00 | 0.89 | 0.02 | 353.52 | 0.99 | 0.49 |
| Hex | FB | 1 | 1C | 0 | 64 | 59 | 2 | 162 | 63 | 31 |
| Octal | 373 | 1 | 34 | 0 | 144 | 131 | 2 | 542 | 143 | 61 |
| Binary | 11111011 | 1 | 11100 | 0 | 1100100 | 1011001 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #FB011C
Complementary color
Monochromatic Colors of #FB011C
Black with #FB011C
Text Example
Text Example
White with #FB011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB011C; }
p { color: rgb(251,1,28); }
H1.HeaderClassName
{
color: #FB011C;
}
.AnyTagClassName
{
color: #FB011C;
}
</style>
background-color css
<style>
a { background-color: #FB011C; }
a { background-color: rgb(251,1,28); }
div.DivClassName
{
background-color: #FB011C;
}
.BgClassName
{
background-color: #FB011C;
}
</style>
border-color css
<style>
span { border-color: #FB011C; }
span { border-color: rgb(251,1,28); }
td.TdClassName
{
border-color: #FB011C;
}
.TagClassName
{
border-color: #FB011C;
}
</style>