Shades of Torch Red #FB1146
Tints of Torch Red #FB1146
RGB
CMYK
RGB Variations
Color information
#FB1146 (or 0xFB1146) is known color: Torch Red. HEX triplet: FB, 11 and 46. RGB value is (251,17,70). Sum of RGB (Red+Green+Blue) = 251+17+70=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1146 is #04EEB9. Grayscale: #5D5D5D. Windows color (decimal): -323258 or 4592123. OLE color: 4592123.
HSL color Cylindrical-coordinate representation of color #FB1146: hue angle of 346.41º 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 #FB1146 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 70 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.02 |
| HSL | 346.41º | 0.97% | 0.53% | - |
| HSV(B) | 346.41º | 0.93% | 0.98% | - |
| XYZ | 41.09 | 21.35 | 7.75 | - |
| YUV | 93.01 | 115.02 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 70 | 0 | 0.93 | 0.72 | 0.02 | 346.41 | 0.97 | 0.53 |
| Hex | FB | 11 | 46 | 0 | 5D | 48 | 2 | 15A | 61 | 35 |
| Octal | 373 | 21 | 106 | 0 | 135 | 110 | 2 | 532 | 141 | 65 |
| Binary | 11111011 | 10001 | 1000110 | 0 | 1011101 | 1001000 | 10 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FB1146
Complementary color
Monochromatic Colors of #FB1146
Black with #FB1146
Text Example
Text Example
White with #FB1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1146; }
p { color: rgb(251,17,70); }
H1.HeaderClassName
{
color: #FB1146;
}
.AnyTagClassName
{
color: #FB1146;
}
</style>
background-color css
<style>
a { background-color: #FB1146; }
a { background-color: rgb(251,17,70); }
div.DivClassName
{
background-color: #FB1146;
}
.BgClassName
{
background-color: #FB1146;
}
</style>
border-color css
<style>
span { border-color: #FB1146; }
span { border-color: rgb(251,17,70); }
td.TdClassName
{
border-color: #FB1146;
}
.TagClassName
{
border-color: #FB1146;
}
</style>