Shades of Torch Red #FB1431
Tints of Torch Red #FB1431
RGB
CMYK
RGB Variations
Color information
#FB1431 (or 0xFB1431) is known color: Torch Red. HEX triplet: FB, 14 and 31. RGB value is (251,20,49). Sum of RGB (Red+Green+Blue) = 251+20+49=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1431 is #04EBCE. Grayscale: #5C5C5C. Windows color (decimal): -322511 or 3216635. OLE color: 3216635.
HSL color Cylindrical-coordinate representation of color #FB1431: hue angle of 352.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1431 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 49 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.02 |
| HSL | 352.47º | 0.97% | 0.53% | - |
| HSV(B) | 352.47º | 0.92% | 0.98% | - |
| XYZ | 40.59 | 21.23 | 4.86 | - |
| YUV | 92.38 | 103.53 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 49 | 0 | 0.92 | 0.80 | 0.02 | 352.47 | 0.97 | 0.53 |
| Hex | FB | 14 | 31 | 0 | 5C | 50 | 2 | 160 | 61 | 35 |
| Octal | 373 | 24 | 61 | 0 | 134 | 120 | 2 | 540 | 141 | 65 |
| Binary | 11111011 | 10100 | 110001 | 0 | 1011100 | 1010000 | 10 | 101100000 | 1100001 | 110101 |
Color Harmonies of #FB1431
Complementary color
Monochromatic Colors of #FB1431
Black with #FB1431
Text Example
Text Example
White with #FB1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1431; }
p { color: rgb(251,20,49); }
H1.HeaderClassName
{
color: #FB1431;
}
.AnyTagClassName
{
color: #FB1431;
}
</style>
background-color css
<style>
a { background-color: #FB1431; }
a { background-color: rgb(251,20,49); }
div.DivClassName
{
background-color: #FB1431;
}
.BgClassName
{
background-color: #FB1431;
}
</style>
border-color css
<style>
span { border-color: #FB1431; }
span { border-color: rgb(251,20,49); }
td.TdClassName
{
border-color: #FB1431;
}
.TagClassName
{
border-color: #FB1431;
}
</style>