Shades of Torch Red #FB174C
Tints of Torch Red #FB174C
RGB
CMYK
RGB Variations
Color information
#FB174C (or 0xFB174C) is known color: Torch Red. HEX triplet: FB, 17 and 4C. RGB value is (251,23,76). Sum of RGB (Red+Green+Blue) = 251+23+76=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB174C is #04E8B3. Grayscale: #616161. Windows color (decimal): -321716 or 4986875. OLE color: 4986875.
HSL color Cylindrical-coordinate representation of color #FB174C: hue angle of 346.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB174C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 76 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.02 |
| HSL | 346.05º | 0.97% | 0.54% | - |
| HSV(B) | 346.05º | 0.91% | 0.98% | - |
| XYZ | 41.39 | 21.64 | 8.83 | - |
| YUV | 97.21 | 116.04 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 76 | 0 | 0.91 | 0.70 | 0.02 | 346.05 | 0.97 | 0.54 |
| Hex | FB | 17 | 4C | 0 | 5B | 46 | 2 | 15A | 61 | 36 |
| Octal | 373 | 27 | 114 | 0 | 133 | 106 | 2 | 532 | 141 | 66 |
| Binary | 11111011 | 10111 | 1001100 | 0 | 1011011 | 1000110 | 10 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FB174C
Complementary color
Monochromatic Colors of #FB174C
Black with #FB174C
Text Example
Text Example
White with #FB174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB174C; }
p { color: rgb(251,23,76); }
H1.HeaderClassName
{
color: #FB174C;
}
.AnyTagClassName
{
color: #FB174C;
}
</style>
background-color css
<style>
a { background-color: #FB174C; }
a { background-color: rgb(251,23,76); }
div.DivClassName
{
background-color: #FB174C;
}
.BgClassName
{
background-color: #FB174C;
}
</style>
border-color css
<style>
span { border-color: #FB174C; }
span { border-color: rgb(251,23,76); }
td.TdClassName
{
border-color: #FB174C;
}
.TagClassName
{
border-color: #FB174C;
}
</style>