Shades of Torch Red #FB174D
Tints of Torch Red #FB174D
RGB
CMYK
RGB Variations
Color information
#FB174D (or 0xFB174D) is known color: Torch Red. HEX triplet: FB, 17 and 4D. RGB value is (251,23,77). Sum of RGB (Red+Green+Blue) = 251+23+77=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB174D is #04E8B2. Grayscale: #616161. Windows color (decimal): -321715 or 5052411. OLE color: 5052411.
HSL color Cylindrical-coordinate representation of color #FB174D: hue angle of 345.79º 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 #FB174D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.02 |
| HSL | 345.79º | 0.97% | 0.54% | - |
| HSV(B) | 345.79º | 0.91% | 0.98% | - |
| XYZ | 41.43 | 21.66 | 9.02 | - |
| YUV | 97.33 | 116.54 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 77 | 0 | 0.91 | 0.69 | 0.02 | 345.79 | 0.97 | 0.54 |
| Hex | FB | 17 | 4D | 0 | 5B | 45 | 2 | 15A | 61 | 36 |
| Octal | 373 | 27 | 115 | 0 | 133 | 105 | 2 | 532 | 141 | 66 |
| Binary | 11111011 | 10111 | 1001101 | 0 | 1011011 | 1000101 | 10 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FB174D
Complementary color
Monochromatic Colors of #FB174D
Black with #FB174D
Text Example
Text Example
White with #FB174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB174D; }
p { color: rgb(251,23,77); }
H1.HeaderClassName
{
color: #FB174D;
}
.AnyTagClassName
{
color: #FB174D;
}
</style>
background-color css
<style>
a { background-color: #FB174D; }
a { background-color: rgb(251,23,77); }
div.DivClassName
{
background-color: #FB174D;
}
.BgClassName
{
background-color: #FB174D;
}
</style>
border-color css
<style>
span { border-color: #FB174D; }
span { border-color: rgb(251,23,77); }
td.TdClassName
{
border-color: #FB174D;
}
.TagClassName
{
border-color: #FB174D;
}
</style>