Shades of Torch Red #FC174A
Tints of Torch Red #FC174A
RGB
CMYK
RGB Variations
Color information
#FC174A (or 0xFC174A) is known color: Torch Red. HEX triplet: FC, 17 and 4A. RGB value is (252,23,74). Sum of RGB (Red+Green+Blue) = 252+23+74=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC174A is #03E8B5. Grayscale: #616161. Windows color (decimal): -256182 or 4855804. OLE color: 4855804.
HSL color Cylindrical-coordinate representation of color #FC174A: hue angle of 346.64º 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 #FC174A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 74 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.01 |
| HSL | 346.64º | 0.97% | 0.54% | - |
| HSV(B) | 346.64º | 0.91% | 0.99% | - |
| XYZ | 41.69 | 21.8 | 8.49 | - |
| YUV | 97.29 | 114.87 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 74 | 0 | 0.91 | 0.71 | 0.01 | 346.64 | 0.97 | 0.54 |
| Hex | FC | 17 | 4A | 0 | 5B | 47 | 1 | 15B | 61 | 36 |
| Octal | 374 | 27 | 112 | 0 | 133 | 107 | 1 | 533 | 141 | 66 |
| Binary | 11111100 | 10111 | 1001010 | 0 | 1011011 | 1000111 | 1 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FC174A
Complementary color
Monochromatic Colors of #FC174A
Black with #FC174A
Text Example
Text Example
White with #FC174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC174A; }
p { color: rgb(252,23,74); }
H1.HeaderClassName
{
color: #FC174A;
}
.AnyTagClassName
{
color: #FC174A;
}
</style>
background-color css
<style>
a { background-color: #FC174A; }
a { background-color: rgb(252,23,74); }
div.DivClassName
{
background-color: #FC174A;
}
.BgClassName
{
background-color: #FC174A;
}
</style>
border-color css
<style>
span { border-color: #FC174A; }
span { border-color: rgb(252,23,74); }
td.TdClassName
{
border-color: #FC174A;
}
.TagClassName
{
border-color: #FC174A;
}
</style>