Shades of Torch Red #FB121B
Tints of Torch Red #FB121B
RGB
CMYK
RGB Variations
Color information
#FB121B (or 0xFB121B) is known color: Torch Red. HEX triplet: FB, 12 and 1B. RGB value is (251,18,27). Sum of RGB (Red+Green+Blue) = 251+18+27=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB121B is #04EDE4. Grayscale: #585858. Windows color (decimal): -323045 or 1774331. OLE color: 1774331.
HSL color Cylindrical-coordinate representation of color #FB121B: hue angle of 357.68º 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 #FB121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.02 |
| HSL | 357.68º | 0.97% | 0.53% | - |
| HSV(B) | 357.68º | 0.93% | 0.98% | - |
| XYZ | 40.2 | 21.02 | 2.98 | - |
| YUV | 88.69 | 93.19 | 243.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 27 | 0 | 0.93 | 0.89 | 0.02 | 357.68 | 0.97 | 0.53 |
| Hex | FB | 12 | 1B | 0 | 5D | 59 | 2 | 166 | 61 | 35 |
| Octal | 373 | 22 | 33 | 0 | 135 | 131 | 2 | 546 | 141 | 65 |
| Binary | 11111011 | 10010 | 11011 | 0 | 1011101 | 1011001 | 10 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FB121B
Complementary color
Monochromatic Colors of #FB121B
Black with #FB121B
Text Example
Text Example
White with #FB121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB121B; }
p { color: rgb(251,18,27); }
H1.HeaderClassName
{
color: #FB121B;
}
.AnyTagClassName
{
color: #FB121B;
}
</style>
background-color css
<style>
a { background-color: #FB121B; }
a { background-color: rgb(251,18,27); }
div.DivClassName
{
background-color: #FB121B;
}
.BgClassName
{
background-color: #FB121B;
}
</style>
border-color css
<style>
span { border-color: #FB121B; }
span { border-color: rgb(251,18,27); }
td.TdClassName
{
border-color: #FB121B;
}
.TagClassName
{
border-color: #FB121B;
}
</style>