Shades of Torch Red #FB0B0C
Tints of Torch Red #FB0B0C
RGB
CMYK
RGB Variations
Color information
#FB0B0C (or 0xFB0B0C) is known color: Torch Red. HEX triplet: FB, 0B and 0C. RGB value is (251,11,12). Sum of RGB (Red+Green+Blue) = 251+11+12=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0B0C is #04F4F3. Grayscale: #535353. Windows color (decimal): -324852 or 789499. OLE color: 789499.
HSL color Cylindrical-coordinate representation of color #FB0B0C: hue angle of 359.75º 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 #FB0B0C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.02 |
| HSL | 359.75º | 0.97% | 0.51% | - |
| HSV(B) | 359.75º | 0.96% | 0.98% | - |
| XYZ | 39.97 | 20.78 | 2.25 | - |
| YUV | 82.87 | 88.01 | 247.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 12 | 0 | 0.96 | 0.95 | 0.02 | 359.75 | 0.97 | 0.51 |
| Hex | FB | B | C | 0 | 60 | 5F | 2 | 168 | 61 | 33 |
| Octal | 373 | 13 | 14 | 0 | 140 | 137 | 2 | 550 | 141 | 63 |
| Binary | 11111011 | 1011 | 1100 | 0 | 1100000 | 1011111 | 10 | 101101000 | 1100001 | 110011 |
Color Harmonies of #FB0B0C
Complementary color
Monochromatic Colors of #FB0B0C
Black with #FB0B0C
Text Example
Text Example
White with #FB0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B0C; }
p { color: rgb(251,11,12); }
H1.HeaderClassName
{
color: #FB0B0C;
}
.AnyTagClassName
{
color: #FB0B0C;
}
</style>
background-color css
<style>
a { background-color: #FB0B0C; }
a { background-color: rgb(251,11,12); }
div.DivClassName
{
background-color: #FB0B0C;
}
.BgClassName
{
background-color: #FB0B0C;
}
</style>
border-color css
<style>
span { border-color: #FB0B0C; }
span { border-color: rgb(251,11,12); }
td.TdClassName
{
border-color: #FB0B0C;
}
.TagClassName
{
border-color: #FB0B0C;
}
</style>