Shades of Torch Red #FB134D
Tints of Torch Red #FB134D
RGB
CMYK
RGB Variations
Color information
#FB134D (or 0xFB134D) is known color: Torch Red. HEX triplet: FB, 13 and 4D. RGB value is (251,19,77). Sum of RGB (Red+Green+Blue) = 251+19+77=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB134D is #04ECB2. Grayscale: #5E5E5E. Windows color (decimal): -322739 or 5051387. OLE color: 5051387.
HSL color Cylindrical-coordinate representation of color #FB134D: hue angle of 345º 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 #FB134D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345º | 0.97% | 0.53% | - |
| HSV(B) | 345º | 0.92% | 0.98% | - |
| XYZ | 41.36 | 21.51 | 8.99 | - |
| YUV | 94.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 77 | 0 | 0.92 | 0.69 | 0.02 | 345 | 0.97 | 0.53 |
| Hex | FB | 13 | 4D | 0 | 5C | 45 | 2 | 159 | 61 | 35 |
| Octal | 373 | 23 | 115 | 0 | 134 | 105 | 2 | 531 | 141 | 65 |
| Binary | 11111011 | 10011 | 1001101 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FB134D
Complementary color
Monochromatic Colors of #FB134D
Black with #FB134D
Text Example
Text Example
White with #FB134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB134D; }
p { color: rgb(251,19,77); }
H1.HeaderClassName
{
color: #FB134D;
}
.AnyTagClassName
{
color: #FB134D;
}
</style>
background-color css
<style>
a { background-color: #FB134D; }
a { background-color: rgb(251,19,77); }
div.DivClassName
{
background-color: #FB134D;
}
.BgClassName
{
background-color: #FB134D;
}
</style>
border-color css
<style>
span { border-color: #FB134D; }
span { border-color: rgb(251,19,77); }
td.TdClassName
{
border-color: #FB134D;
}
.TagClassName
{
border-color: #FB134D;
}
</style>