Shades of Torch Red #FB0B1F
Tints of Torch Red #FB0B1F
RGB
CMYK
RGB Variations
Color information
#FB0B1F (or 0xFB0B1F) is known color: Torch Red. HEX triplet: FB, 0B and 1F. RGB value is (251,11,31). Sum of RGB (Red+Green+Blue) = 251+11+31=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0B1F is #04F4E0. Grayscale: #555555. Windows color (decimal): -324833 or 2034683. OLE color: 2034683.
HSL color Cylindrical-coordinate representation of color #FB0B1F: hue angle of 355º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0B1F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 31 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 355º | 0.97% | 0.51% | - |
| HSV(B) | 355º | 0.96% | 0.98% | - |
| XYZ | 40.15 | 20.85 | 3.2 | - |
| YUV | 85.04 | 97.51 | 246.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 31 | 0 | 0.96 | 0.88 | 0.02 | 355 | 0.97 | 0.51 |
| Hex | FB | B | 1F | 0 | 60 | 58 | 2 | 163 | 61 | 33 |
| Octal | 373 | 13 | 37 | 0 | 140 | 130 | 2 | 543 | 141 | 63 |
| Binary | 11111011 | 1011 | 11111 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1100001 | 110011 |
Color Harmonies of #FB0B1F
Complementary color
Monochromatic Colors of #FB0B1F
Black with #FB0B1F
Text Example
Text Example
White with #FB0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B1F; }
p { color: rgb(251,11,31); }
H1.HeaderClassName
{
color: #FB0B1F;
}
.AnyTagClassName
{
color: #FB0B1F;
}
</style>
background-color css
<style>
a { background-color: #FB0B1F; }
a { background-color: rgb(251,11,31); }
div.DivClassName
{
background-color: #FB0B1F;
}
.BgClassName
{
background-color: #FB0B1F;
}
</style>
border-color css
<style>
span { border-color: #FB0B1F; }
span { border-color: rgb(251,11,31); }
td.TdClassName
{
border-color: #FB0B1F;
}
.TagClassName
{
border-color: #FB0B1F;
}
</style>