Shades of Torch Red #FB112E
Tints of Torch Red #FB112E
RGB
CMYK
RGB Variations
Color information
#FB112E (or 0xFB112E) is known color: Torch Red. HEX triplet: FB, 11 and 2E. RGB value is (251,17,46). Sum of RGB (Red+Green+Blue) = 251+17+46=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB112E is #04EED1. Grayscale: #5A5A5A. Windows color (decimal): -323282 or 3019259. OLE color: 3019259.
HSL color Cylindrical-coordinate representation of color #FB112E: hue angle of 352.56º 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 #FB112E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.02 |
| HSL | 352.56º | 0.97% | 0.53% | - |
| HSV(B) | 352.56º | 0.93% | 0.98% | - |
| XYZ | 40.48 | 21.11 | 4.53 | - |
| YUV | 90.27 | 103.02 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 46 | 0 | 0.93 | 0.82 | 0.02 | 352.56 | 0.97 | 0.53 |
| Hex | FB | 11 | 2E | 0 | 5D | 52 | 2 | 161 | 61 | 35 |
| Octal | 373 | 21 | 56 | 0 | 135 | 122 | 2 | 541 | 141 | 65 |
| Binary | 11111011 | 10001 | 101110 | 0 | 1011101 | 1010010 | 10 | 101100001 | 1100001 | 110101 |
Color Harmonies of #FB112E
Complementary color
Monochromatic Colors of #FB112E
Black with #FB112E
Text Example
Text Example
White with #FB112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB112E; }
p { color: rgb(251,17,46); }
H1.HeaderClassName
{
color: #FB112E;
}
.AnyTagClassName
{
color: #FB112E;
}
</style>
background-color css
<style>
a { background-color: #FB112E; }
a { background-color: rgb(251,17,46); }
div.DivClassName
{
background-color: #FB112E;
}
.BgClassName
{
background-color: #FB112E;
}
</style>
border-color css
<style>
span { border-color: #FB112E; }
span { border-color: rgb(251,17,46); }
td.TdClassName
{
border-color: #FB112E;
}
.TagClassName
{
border-color: #FB112E;
}
</style>