Shades of Torch Red #FB144D
Tints of Torch Red #FB144D
RGB
CMYK
RGB Variations
Color information
#FB144D (or 0xFB144D) is known color: Torch Red. HEX triplet: FB, 14 and 4D. RGB value is (251,20,77). Sum of RGB (Red+Green+Blue) = 251+20+77=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB144D is #04EBB2. Grayscale: #5F5F5F. Windows color (decimal): -322483 or 5051643. OLE color: 5051643.
HSL color Cylindrical-coordinate representation of color #FB144D: hue angle of 345.19º 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 #FB144D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345.19º | 0.97% | 0.53% | - |
| HSV(B) | 345.19º | 0.92% | 0.98% | - |
| XYZ | 41.37 | 21.55 | 9 | - |
| YUV | 95.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 77 | 0 | 0.92 | 0.69 | 0.02 | 345.19 | 0.97 | 0.53 |
| Hex | FB | 14 | 4D | 0 | 5C | 45 | 2 | 159 | 61 | 35 |
| Octal | 373 | 24 | 115 | 0 | 134 | 105 | 2 | 531 | 141 | 65 |
| Binary | 11111011 | 10100 | 1001101 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FB144D
Complementary color
Monochromatic Colors of #FB144D
Black with #FB144D
Text Example
Text Example
White with #FB144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB144D; }
p { color: rgb(251,20,77); }
H1.HeaderClassName
{
color: #FB144D;
}
.AnyTagClassName
{
color: #FB144D;
}
</style>
background-color css
<style>
a { background-color: #FB144D; }
a { background-color: rgb(251,20,77); }
div.DivClassName
{
background-color: #FB144D;
}
.BgClassName
{
background-color: #FB144D;
}
</style>
border-color css
<style>
span { border-color: #FB144D; }
span { border-color: rgb(251,20,77); }
td.TdClassName
{
border-color: #FB144D;
}
.TagClassName
{
border-color: #FB144D;
}
</style>