Shades of Torch Red #FC174D
Tints of Torch Red #FC174D
RGB
CMYK
RGB Variations
Color information
#FC174D (or 0xFC174D) is known color: Torch Red. HEX triplet: FC, 17 and 4D. RGB value is (252,23,77). Sum of RGB (Red+Green+Blue) = 252+23+77=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC174D is #03E8B2. Grayscale: #616161. Windows color (decimal): -256179 or 5052412. OLE color: 5052412.
HSL color Cylindrical-coordinate representation of color #FC174D: hue angle of 345.85º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC174D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.01 |
| HSL | 345.85º | 0.97% | 0.54% | - |
| HSV(B) | 345.85º | 0.91% | 0.99% | - |
| XYZ | 41.79 | 21.84 | 9.03 | - |
| YUV | 97.63 | 116.37 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 77 | 0 | 0.91 | 0.69 | 0.01 | 345.85 | 0.97 | 0.54 |
| Hex | FC | 17 | 4D | 0 | 5B | 45 | 1 | 15A | 61 | 36 |
| Octal | 374 | 27 | 115 | 0 | 133 | 105 | 1 | 532 | 141 | 66 |
| Binary | 11111100 | 10111 | 1001101 | 0 | 1011011 | 1000101 | 1 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FC174D
Complementary color
Monochromatic Colors of #FC174D
Black with #FC174D
Text Example
Text Example
White with #FC174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC174D; }
p { color: rgb(252,23,77); }
H1.HeaderClassName
{
color: #FC174D;
}
.AnyTagClassName
{
color: #FC174D;
}
</style>
background-color css
<style>
a { background-color: #FC174D; }
a { background-color: rgb(252,23,77); }
div.DivClassName
{
background-color: #FC174D;
}
.BgClassName
{
background-color: #FC174D;
}
</style>
border-color css
<style>
span { border-color: #FC174D; }
span { border-color: rgb(252,23,77); }
td.TdClassName
{
border-color: #FC174D;
}
.TagClassName
{
border-color: #FC174D;
}
</style>