Shades of Torch Red #FB1649
Tints of Torch Red #FB1649
RGB
CMYK
RGB Variations
Color information
#FB1649 (or 0xFB1649) is known color: Torch Red. HEX triplet: FB, 16 and 49. RGB value is (251,22,73). Sum of RGB (Red+Green+Blue) = 251+22+73=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1649 is #04E9B6. Grayscale: #606060. Windows color (decimal): -321975 or 4790011. OLE color: 4790011.
HSL color Cylindrical-coordinate representation of color #FB1649: hue angle of 346.64º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1649 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.02 |
| HSL | 346.64º | 0.97% | 0.54% | - |
| HSV(B) | 346.64º | 0.91% | 0.98% | - |
| XYZ | 41.27 | 21.56 | 8.29 | - |
| YUV | 96.29 | 114.87 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 73 | 0 | 0.91 | 0.71 | 0.02 | 346.64 | 0.97 | 0.54 |
| Hex | FB | 16 | 49 | 0 | 5B | 47 | 2 | 15B | 61 | 36 |
| Octal | 373 | 26 | 111 | 0 | 133 | 107 | 2 | 533 | 141 | 66 |
| Binary | 11111011 | 10110 | 1001001 | 0 | 1011011 | 1000111 | 10 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FB1649
Complementary color
Monochromatic Colors of #FB1649
Black with #FB1649
Text Example
Text Example
White with #FB1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1649; }
p { color: rgb(251,22,73); }
H1.HeaderClassName
{
color: #FB1649;
}
.AnyTagClassName
{
color: #FB1649;
}
</style>
background-color css
<style>
a { background-color: #FB1649; }
a { background-color: rgb(251,22,73); }
div.DivClassName
{
background-color: #FB1649;
}
.BgClassName
{
background-color: #FB1649;
}
</style>
border-color css
<style>
span { border-color: #FB1649; }
span { border-color: rgb(251,22,73); }
td.TdClassName
{
border-color: #FB1649;
}
.TagClassName
{
border-color: #FB1649;
}
</style>