Shades of Torch Red #FB144B
Tints of Torch Red #FB144B
RGB
CMYK
RGB Variations
Color information
#FB144B (or 0xFB144B) is known color: Torch Red. HEX triplet: FB, 14 and 4B. RGB value is (251,20,75). Sum of RGB (Red+Green+Blue) = 251+20+75=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB144B is #04EBB4. Grayscale: #5F5F5F. Windows color (decimal): -322485 or 4920571. OLE color: 4920571.
HSL color Cylindrical-coordinate representation of color #FB144B: hue angle of 345.71º 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 #FB144B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 75 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.02 |
| HSL | 345.71º | 0.97% | 0.53% | - |
| HSV(B) | 345.71º | 0.92% | 0.98% | - |
| XYZ | 41.3 | 21.52 | 8.63 | - |
| YUV | 95.34 | 116.53 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 75 | 0 | 0.92 | 0.70 | 0.02 | 345.71 | 0.97 | 0.53 |
| Hex | FB | 14 | 4B | 0 | 5C | 46 | 2 | 15A | 61 | 35 |
| Octal | 373 | 24 | 113 | 0 | 134 | 106 | 2 | 532 | 141 | 65 |
| Binary | 11111011 | 10100 | 1001011 | 0 | 1011100 | 1000110 | 10 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FB144B
Complementary color
Monochromatic Colors of #FB144B
Black with #FB144B
Text Example
Text Example
White with #FB144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB144B; }
p { color: rgb(251,20,75); }
H1.HeaderClassName
{
color: #FB144B;
}
.AnyTagClassName
{
color: #FB144B;
}
</style>
background-color css
<style>
a { background-color: #FB144B; }
a { background-color: rgb(251,20,75); }
div.DivClassName
{
background-color: #FB144B;
}
.BgClassName
{
background-color: #FB144B;
}
</style>
border-color css
<style>
span { border-color: #FB144B; }
span { border-color: rgb(251,20,75); }
td.TdClassName
{
border-color: #FB144B;
}
.TagClassName
{
border-color: #FB144B;
}
</style>