Shades of Torch Red #FB1949
Tints of Torch Red #FB1949
RGB
CMYK
RGB Variations
Color information
#FB1949 (or 0xFB1949) is known color: Torch Red. HEX triplet: FB, 19 and 49. RGB value is (251,25,73). Sum of RGB (Red+Green+Blue) = 251+25+73=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1949 is #04E6B6. Grayscale: #626262. Windows color (decimal): -321207 or 4790779. OLE color: 4790779.
HSL color Cylindrical-coordinate representation of color #FB1949: hue angle of 347.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1949 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.02 |
| HSL | 347.26º | 0.97% | 0.54% | - |
| HSV(B) | 347.26º | 0.9% | 0.98% | - |
| XYZ | 41.33 | 21.69 | 8.31 | - |
| YUV | 98.05 | 113.87 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 73 | 0 | 0.90 | 0.71 | 0.02 | 347.26 | 0.97 | 0.54 |
| Hex | FB | 19 | 49 | 0 | 5A | 47 | 2 | 15B | 61 | 36 |
| Octal | 373 | 31 | 111 | 0 | 132 | 107 | 2 | 533 | 141 | 66 |
| Binary | 11111011 | 11001 | 1001001 | 0 | 1011010 | 1000111 | 10 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FB1949
Complementary color
Monochromatic Colors of #FB1949
Black with #FB1949
Text Example
Text Example
White with #FB1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1949; }
p { color: rgb(251,25,73); }
H1.HeaderClassName
{
color: #FB1949;
}
.AnyTagClassName
{
color: #FB1949;
}
</style>
background-color css
<style>
a { background-color: #FB1949; }
a { background-color: rgb(251,25,73); }
div.DivClassName
{
background-color: #FB1949;
}
.BgClassName
{
background-color: #FB1949;
}
</style>
border-color css
<style>
span { border-color: #FB1949; }
span { border-color: rgb(251,25,73); }
td.TdClassName
{
border-color: #FB1949;
}
.TagClassName
{
border-color: #FB1949;
}
</style>