Shades of Torch Red #FB1049
Tints of Torch Red #FB1049
RGB
CMYK
RGB Variations
Color information
#FB1049 (or 0xFB1049) is known color: Torch Red. HEX triplet: FB, 10 and 49. RGB value is (251,16,73). Sum of RGB (Red+Green+Blue) = 251+16+73=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1049 is #04EFB6. Grayscale: #5C5C5C. Windows color (decimal): -323511 or 4788475. OLE color: 4788475.
HSL color Cylindrical-coordinate representation of color #FB1049: hue angle of 345.45º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1049 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.02 |
| HSL | 345.45º | 0.97% | 0.52% | - |
| HSV(B) | 345.45º | 0.94% | 0.98% | - |
| XYZ | 41.17 | 21.36 | 8.26 | - |
| YUV | 92.76 | 116.86 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 73 | 0 | 0.94 | 0.71 | 0.02 | 345.45 | 0.97 | 0.52 |
| Hex | FB | 10 | 49 | 0 | 5E | 47 | 2 | 159 | 61 | 34 |
| Octal | 373 | 20 | 111 | 0 | 136 | 107 | 2 | 531 | 141 | 64 |
| Binary | 11111011 | 10000 | 1001001 | 0 | 1011110 | 1000111 | 10 | 101011001 | 1100001 | 110100 |
Color Harmonies of #FB1049
Complementary color
Monochromatic Colors of #FB1049
Black with #FB1049
Text Example
Text Example
White with #FB1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1049; }
p { color: rgb(251,16,73); }
H1.HeaderClassName
{
color: #FB1049;
}
.AnyTagClassName
{
color: #FB1049;
}
</style>
background-color css
<style>
a { background-color: #FB1049; }
a { background-color: rgb(251,16,73); }
div.DivClassName
{
background-color: #FB1049;
}
.BgClassName
{
background-color: #FB1049;
}
</style>
border-color css
<style>
span { border-color: #FB1049; }
span { border-color: rgb(251,16,73); }
td.TdClassName
{
border-color: #FB1049;
}
.TagClassName
{
border-color: #FB1049;
}
</style>