Shades of Torch Red #FB1631
Tints of Torch Red #FB1631
RGB
CMYK
RGB Variations
Color information
#FB1631 (or 0xFB1631) is known color: Torch Red. HEX triplet: FB, 16 and 31. RGB value is (251,22,49). Sum of RGB (Red+Green+Blue) = 251+22+49=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1631 is #04E9CE. Grayscale: #5D5D5D. Windows color (decimal): -321999 or 3217147. OLE color: 3217147.
HSL color Cylindrical-coordinate representation of color #FB1631: hue angle of 352.93º 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 #FB1631 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 49 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.02 |
| HSL | 352.93º | 0.97% | 0.54% | - |
| HSV(B) | 352.93º | 0.91% | 0.98% | - |
| XYZ | 40.62 | 21.3 | 4.88 | - |
| YUV | 93.55 | 102.87 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 49 | 0 | 0.91 | 0.80 | 0.02 | 352.93 | 0.97 | 0.54 |
| Hex | FB | 16 | 31 | 0 | 5B | 50 | 2 | 161 | 61 | 36 |
| Octal | 373 | 26 | 61 | 0 | 133 | 120 | 2 | 541 | 141 | 66 |
| Binary | 11111011 | 10110 | 110001 | 0 | 1011011 | 1010000 | 10 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FB1631
Complementary color
Monochromatic Colors of #FB1631
Black with #FB1631
Text Example
Text Example
White with #FB1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1631; }
p { color: rgb(251,22,49); }
H1.HeaderClassName
{
color: #FB1631;
}
.AnyTagClassName
{
color: #FB1631;
}
</style>
background-color css
<style>
a { background-color: #FB1631; }
a { background-color: rgb(251,22,49); }
div.DivClassName
{
background-color: #FB1631;
}
.BgClassName
{
background-color: #FB1631;
}
</style>
border-color css
<style>
span { border-color: #FB1631; }
span { border-color: rgb(251,22,49); }
td.TdClassName
{
border-color: #FB1631;
}
.TagClassName
{
border-color: #FB1631;
}
</style>