Shades of Torch Red #FB1849
Tints of Torch Red #FB1849
RGB
CMYK
RGB Variations
Color information
#FB1849 (or 0xFB1849) is known color: Torch Red. HEX triplet: FB, 18 and 49. RGB value is (251,24,73). Sum of RGB (Red+Green+Blue) = 251+24+73=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1849 is #04E7B6. Grayscale: #616161. Windows color (decimal): -321463 or 4790523. OLE color: 4790523.
HSL color Cylindrical-coordinate representation of color #FB1849: hue angle of 347.05º 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 #FB1849 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 73 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.02 |
| HSL | 347.05º | 0.97% | 0.54% | - |
| HSV(B) | 347.05º | 0.9% | 0.98% | - |
| XYZ | 41.31 | 21.64 | 8.3 | - |
| YUV | 97.46 | 114.21 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 73 | 0 | 0.90 | 0.71 | 0.02 | 347.05 | 0.97 | 0.54 |
| Hex | FB | 18 | 49 | 0 | 5A | 47 | 2 | 15B | 61 | 36 |
| Octal | 373 | 30 | 111 | 0 | 132 | 107 | 2 | 533 | 141 | 66 |
| Binary | 11111011 | 11000 | 1001001 | 0 | 1011010 | 1000111 | 10 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FB1849
Complementary color
Monochromatic Colors of #FB1849
Black with #FB1849
Text Example
Text Example
White with #FB1849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1849; }
p { color: rgb(251,24,73); }
H1.HeaderClassName
{
color: #FB1849;
}
.AnyTagClassName
{
color: #FB1849;
}
</style>
background-color css
<style>
a { background-color: #FB1849; }
a { background-color: rgb(251,24,73); }
div.DivClassName
{
background-color: #FB1849;
}
.BgClassName
{
background-color: #FB1849;
}
</style>
border-color css
<style>
span { border-color: #FB1849; }
span { border-color: rgb(251,24,73); }
td.TdClassName
{
border-color: #FB1849;
}
.TagClassName
{
border-color: #FB1849;
}
</style>