Shades of Torch Red #FB143B
Tints of Torch Red #FB143B
RGB
CMYK
RGB Variations
Color information
#FB143B (or 0xFB143B) is known color: Torch Red. HEX triplet: FB, 14 and 3B. RGB value is (251,20,59). Sum of RGB (Red+Green+Blue) = 251+20+59=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB143B is #04EBC4. Grayscale: #5D5D5D. Windows color (decimal): -322501 or 3871995. OLE color: 3871995.
HSL color Cylindrical-coordinate representation of color #FB143B: hue angle of 349.87º 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 #FB143B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 59 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.02 |
| HSL | 349.87º | 0.97% | 0.53% | - |
| HSV(B) | 349.87º | 0.92% | 0.98% | - |
| XYZ | 40.82 | 21.33 | 6.1 | - |
| YUV | 93.52 | 108.53 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 59 | 0 | 0.92 | 0.76 | 0.02 | 349.87 | 0.97 | 0.53 |
| Hex | FB | 14 | 3B | 0 | 5C | 4C | 2 | 15E | 61 | 35 |
| Octal | 373 | 24 | 73 | 0 | 134 | 114 | 2 | 536 | 141 | 65 |
| Binary | 11111011 | 10100 | 111011 | 0 | 1011100 | 1001100 | 10 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FB143B
Complementary color
Monochromatic Colors of #FB143B
Black with #FB143B
Text Example
Text Example
White with #FB143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB143B; }
p { color: rgb(251,20,59); }
H1.HeaderClassName
{
color: #FB143B;
}
.AnyTagClassName
{
color: #FB143B;
}
</style>
background-color css
<style>
a { background-color: #FB143B; }
a { background-color: rgb(251,20,59); }
div.DivClassName
{
background-color: #FB143B;
}
.BgClassName
{
background-color: #FB143B;
}
</style>
border-color css
<style>
span { border-color: #FB143B; }
span { border-color: rgb(251,20,59); }
td.TdClassName
{
border-color: #FB143B;
}
.TagClassName
{
border-color: #FB143B;
}
</style>