Shades of Torch Red #FB143A
Tints of Torch Red #FB143A
RGB
CMYK
RGB Variations
Color information
#FB143A (or 0xFB143A) is known color: Torch Red. HEX triplet: FB, 14 and 3A. RGB value is (251,20,58). Sum of RGB (Red+Green+Blue) = 251+20+58=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB143A is #04EBC5. Grayscale: #5D5D5D. Windows color (decimal): -322502 or 3806459. OLE color: 3806459.
HSL color Cylindrical-coordinate representation of color #FB143A: hue angle of 350.13º 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 #FB143A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.02 |
| HSL | 350.13º | 0.97% | 0.53% | - |
| HSV(B) | 350.13º | 0.92% | 0.98% | - |
| XYZ | 40.8 | 21.32 | 5.97 | - |
| YUV | 93.4 | 108.03 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 58 | 0 | 0.92 | 0.77 | 0.02 | 350.13 | 0.97 | 0.53 |
| Hex | FB | 14 | 3A | 0 | 5C | 4D | 2 | 15E | 61 | 35 |
| Octal | 373 | 24 | 72 | 0 | 134 | 115 | 2 | 536 | 141 | 65 |
| Binary | 11111011 | 10100 | 111010 | 0 | 1011100 | 1001101 | 10 | 101011110 | 1100001 | 110101 |
Color Harmonies of #FB143A
Complementary color
Monochromatic Colors of #FB143A
Black with #FB143A
Text Example
Text Example
White with #FB143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB143A; }
p { color: rgb(251,20,58); }
H1.HeaderClassName
{
color: #FB143A;
}
.AnyTagClassName
{
color: #FB143A;
}
</style>
background-color css
<style>
a { background-color: #FB143A; }
a { background-color: rgb(251,20,58); }
div.DivClassName
{
background-color: #FB143A;
}
.BgClassName
{
background-color: #FB143A;
}
</style>
border-color css
<style>
span { border-color: #FB143A; }
span { border-color: rgb(251,20,58); }
td.TdClassName
{
border-color: #FB143A;
}
.TagClassName
{
border-color: #FB143A;
}
</style>