Shades of Torch Red #FB143F
Tints of Torch Red #FB143F
RGB
CMYK
RGB Variations
Color information
#FB143F (or 0xFB143F) is known color: Torch Red. HEX triplet: FB, 14 and 3F. RGB value is (251,20,63). Sum of RGB (Red+Green+Blue) = 251+20+63=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB143F is #04EBC0. Grayscale: #5E5E5E. Windows color (decimal): -322497 or 4134139. OLE color: 4134139.
HSL color Cylindrical-coordinate representation of color #FB143F: hue angle of 348.83º 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 #FB143F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 63 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.02 |
| HSL | 348.83º | 0.97% | 0.53% | - |
| HSV(B) | 348.83º | 0.92% | 0.98% | - |
| XYZ | 40.93 | 21.37 | 6.67 | - |
| YUV | 93.97 | 110.53 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 63 | 0 | 0.92 | 0.75 | 0.02 | 348.83 | 0.97 | 0.53 |
| Hex | FB | 14 | 3F | 0 | 5C | 4B | 2 | 15D | 61 | 35 |
| Octal | 373 | 24 | 77 | 0 | 134 | 113 | 2 | 535 | 141 | 65 |
| Binary | 11111011 | 10100 | 111111 | 0 | 1011100 | 1001011 | 10 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FB143F
Complementary color
Monochromatic Colors of #FB143F
Black with #FB143F
Text Example
Text Example
White with #FB143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB143F; }
p { color: rgb(251,20,63); }
H1.HeaderClassName
{
color: #FB143F;
}
.AnyTagClassName
{
color: #FB143F;
}
</style>
background-color css
<style>
a { background-color: #FB143F; }
a { background-color: rgb(251,20,63); }
div.DivClassName
{
background-color: #FB143F;
}
.BgClassName
{
background-color: #FB143F;
}
</style>
border-color css
<style>
span { border-color: #FB143F; }
span { border-color: rgb(251,20,63); }
td.TdClassName
{
border-color: #FB143F;
}
.TagClassName
{
border-color: #FB143F;
}
</style>