Shades of Torch Red #FB143D
Tints of Torch Red #FB143D
RGB
CMYK
RGB Variations
Color information
#FB143D (or 0xFB143D) is known color: Torch Red. HEX triplet: FB, 14 and 3D. RGB value is (251,20,61). Sum of RGB (Red+Green+Blue) = 251+20+61=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB143D is #04EBC2. Grayscale: #5D5D5D. Windows color (decimal): -322499 or 4003067. OLE color: 4003067.
HSL color Cylindrical-coordinate representation of color #FB143D: hue angle of 349.35º 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 #FB143D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 61 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.02 |
| HSL | 349.35º | 0.97% | 0.53% | - |
| HSV(B) | 349.35º | 0.92% | 0.98% | - |
| XYZ | 40.88 | 21.35 | 6.38 | - |
| YUV | 93.74 | 109.53 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 61 | 0 | 0.92 | 0.76 | 0.02 | 349.35 | 0.97 | 0.53 |
| Hex | FB | 14 | 3D | 0 | 5C | 4C | 2 | 15D | 61 | 35 |
| Octal | 373 | 24 | 75 | 0 | 134 | 114 | 2 | 535 | 141 | 65 |
| Binary | 11111011 | 10100 | 111101 | 0 | 1011100 | 1001100 | 10 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FB143D
Complementary color
Monochromatic Colors of #FB143D
Black with #FB143D
Text Example
Text Example
White with #FB143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB143D; }
p { color: rgb(251,20,61); }
H1.HeaderClassName
{
color: #FB143D;
}
.AnyTagClassName
{
color: #FB143D;
}
</style>
background-color css
<style>
a { background-color: #FB143D; }
a { background-color: rgb(251,20,61); }
div.DivClassName
{
background-color: #FB143D;
}
.BgClassName
{
background-color: #FB143D;
}
</style>
border-color css
<style>
span { border-color: #FB143D; }
span { border-color: rgb(251,20,61); }
td.TdClassName
{
border-color: #FB143D;
}
.TagClassName
{
border-color: #FB143D;
}
</style>