Shades of Torch Red #FB111D
Tints of Torch Red #FB111D
RGB
CMYK
RGB Variations
Color information
#FB111D (or 0xFB111D) is known color: Torch Red. HEX triplet: FB, 11 and 1D. RGB value is (251,17,29). Sum of RGB (Red+Green+Blue) = 251+17+29=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB111D is #04EEE2. Grayscale: #585858. Windows color (decimal): -323299 or 1905147. OLE color: 1905147.
HSL color Cylindrical-coordinate representation of color #FB111D: hue angle of 356.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB111D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.02 |
| HSL | 356.92º | 0.97% | 0.53% | - |
| HSV(B) | 356.92º | 0.93% | 0.98% | - |
| XYZ | 40.21 | 21 | 3.1 | - |
| YUV | 88.33 | 94.52 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 29 | 0 | 0.93 | 0.88 | 0.02 | 356.92 | 0.97 | 0.53 |
| Hex | FB | 11 | 1D | 0 | 5D | 58 | 2 | 165 | 61 | 35 |
| Octal | 373 | 21 | 35 | 0 | 135 | 130 | 2 | 545 | 141 | 65 |
| Binary | 11111011 | 10001 | 11101 | 0 | 1011101 | 1011000 | 10 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FB111D
Complementary color
Monochromatic Colors of #FB111D
Black with #FB111D
Text Example
Text Example
White with #FB111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB111D; }
p { color: rgb(251,17,29); }
H1.HeaderClassName
{
color: #FB111D;
}
.AnyTagClassName
{
color: #FB111D;
}
</style>
background-color css
<style>
a { background-color: #FB111D; }
a { background-color: rgb(251,17,29); }
div.DivClassName
{
background-color: #FB111D;
}
.BgClassName
{
background-color: #FB111D;
}
</style>
border-color css
<style>
span { border-color: #FB111D; }
span { border-color: rgb(251,17,29); }
td.TdClassName
{
border-color: #FB111D;
}
.TagClassName
{
border-color: #FB111D;
}
</style>