Shades of Torch Red #FB121C
Tints of Torch Red #FB121C
RGB
CMYK
RGB Variations
Color information
#FB121C (or 0xFB121C) is known color: Torch Red. HEX triplet: FB, 12 and 1C. RGB value is (251,18,28). Sum of RGB (Red+Green+Blue) = 251+18+28=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB121C is #04EDE3. Grayscale: #595959. Windows color (decimal): -323044 or 1839867. OLE color: 1839867.
HSL color Cylindrical-coordinate representation of color #FB121C: hue angle of 357.42º 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 #FB121C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.02 |
| HSL | 357.42º | 0.97% | 0.53% | - |
| HSV(B) | 357.42º | 0.93% | 0.98% | - |
| XYZ | 40.21 | 21.03 | 3.04 | - |
| YUV | 88.81 | 93.69 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 28 | 0 | 0.93 | 0.89 | 0.02 | 357.42 | 0.97 | 0.53 |
| Hex | FB | 12 | 1C | 0 | 5D | 59 | 2 | 165 | 61 | 35 |
| Octal | 373 | 22 | 34 | 0 | 135 | 131 | 2 | 545 | 141 | 65 |
| Binary | 11111011 | 10010 | 11100 | 0 | 1011101 | 1011001 | 10 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FB121C
Complementary color
Monochromatic Colors of #FB121C
Black with #FB121C
Text Example
Text Example
White with #FB121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB121C; }
p { color: rgb(251,18,28); }
H1.HeaderClassName
{
color: #FB121C;
}
.AnyTagClassName
{
color: #FB121C;
}
</style>
background-color css
<style>
a { background-color: #FB121C; }
a { background-color: rgb(251,18,28); }
div.DivClassName
{
background-color: #FB121C;
}
.BgClassName
{
background-color: #FB121C;
}
</style>
border-color css
<style>
span { border-color: #FB121C; }
span { border-color: rgb(251,18,28); }
td.TdClassName
{
border-color: #FB121C;
}
.TagClassName
{
border-color: #FB121C;
}
</style>