Shades of Torch Red #FB121D
Tints of Torch Red #FB121D
RGB
CMYK
RGB Variations
Color information
#FB121D (or 0xFB121D) is known color: Torch Red. HEX triplet: FB, 12 and 1D. RGB value is (251,18,29). Sum of RGB (Red+Green+Blue) = 251+18+29=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB121D is #04EDE2. Grayscale: #595959. Windows color (decimal): -323043 or 1905403. OLE color: 1905403.
HSL color Cylindrical-coordinate representation of color #FB121D: hue angle of 357.17º 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 #FB121D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.02 |
| HSL | 357.17º | 0.97% | 0.53% | - |
| HSV(B) | 357.17º | 0.93% | 0.98% | - |
| XYZ | 40.22 | 21.03 | 3.1 | - |
| YUV | 88.92 | 94.19 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 29 | 0 | 0.93 | 0.88 | 0.02 | 357.17 | 0.97 | 0.53 |
| Hex | FB | 12 | 1D | 0 | 5D | 58 | 2 | 165 | 61 | 35 |
| Octal | 373 | 22 | 35 | 0 | 135 | 130 | 2 | 545 | 141 | 65 |
| Binary | 11111011 | 10010 | 11101 | 0 | 1011101 | 1011000 | 10 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FB121D
Complementary color
Monochromatic Colors of #FB121D
Black with #FB121D
Text Example
Text Example
White with #FB121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB121D; }
p { color: rgb(251,18,29); }
H1.HeaderClassName
{
color: #FB121D;
}
.AnyTagClassName
{
color: #FB121D;
}
</style>
background-color css
<style>
a { background-color: #FB121D; }
a { background-color: rgb(251,18,29); }
div.DivClassName
{
background-color: #FB121D;
}
.BgClassName
{
background-color: #FB121D;
}
</style>
border-color css
<style>
span { border-color: #FB121D; }
span { border-color: rgb(251,18,29); }
td.TdClassName
{
border-color: #FB121D;
}
.TagClassName
{
border-color: #FB121D;
}
</style>