Shades of Torch Red #FC174E
Tints of Torch Red #FC174E
RGB
CMYK
RGB Variations
Color information
#FC174E (or 0xFC174E) is known color: Torch Red. HEX triplet: FC, 17 and 4E. RGB value is (252,23,78). Sum of RGB (Red+Green+Blue) = 252+23+78=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC174E is #03E8B1. Grayscale: #616161. Windows color (decimal): -256178 or 5117948. OLE color: 5117948.
HSL color Cylindrical-coordinate representation of color #FC174E: hue angle of 345.59º 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 #FC174E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 78 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.01 |
| HSL | 345.59º | 0.97% | 0.54% | - |
| HSV(B) | 345.59º | 0.91% | 0.99% | - |
| XYZ | 41.83 | 21.86 | 9.22 | - |
| YUV | 97.74 | 116.87 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 78 | 0 | 0.91 | 0.69 | 0.01 | 345.59 | 0.97 | 0.54 |
| Hex | FC | 17 | 4E | 0 | 5B | 45 | 1 | 15A | 61 | 36 |
| Octal | 374 | 27 | 116 | 0 | 133 | 105 | 1 | 532 | 141 | 66 |
| Binary | 11111100 | 10111 | 1001110 | 0 | 1011011 | 1000101 | 1 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FC174E
Complementary color
Monochromatic Colors of #FC174E
Black with #FC174E
Text Example
Text Example
White with #FC174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC174E; }
p { color: rgb(252,23,78); }
H1.HeaderClassName
{
color: #FC174E;
}
.AnyTagClassName
{
color: #FC174E;
}
</style>
background-color css
<style>
a { background-color: #FC174E; }
a { background-color: rgb(252,23,78); }
div.DivClassName
{
background-color: #FC174E;
}
.BgClassName
{
background-color: #FC174E;
}
</style>
border-color css
<style>
span { border-color: #FC174E; }
span { border-color: rgb(252,23,78); }
td.TdClassName
{
border-color: #FC174E;
}
.TagClassName
{
border-color: #FC174E;
}
</style>