#FC174B

Color #FC174B Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC174B

Tints of Torch Red #FC174B

Color information

#FC174B (or 0xFC174B) is unknown color: approx Torch Red. HEX triplet: FC, 17 and 4B. RGB value is (252,23,75). Sum of RGB (Red+Green+Blue) = 252+23+75=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC174B is #03E8B4. Grayscale: #616161. Windows color (decimal): -256181 or 4921340. OLE color: 4921340.

HSL color Cylindrical-coordinate representation of color #FC174B: hue angle of 346.38º 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 #FC174B is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB2522375-
CMYK00.910.700.01
HSL346.38º97.45%53.92%-
HSV(B)346.38º90.87%98.82%-
XYZ41.7221.828.67-
YUV97.4115.37238.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 72%
GREEN value IS 23 (9.38% from 255) = 6.57%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=72%
G=6.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252237500.910.700.01346.3897.4553.92
HexFC174B05B46115a6136
Octal374271130133106153214166
Binary1111110010111100101101011011100011011010110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC174B; }

 p { color: rgb(252,23,75); }

 H1.HeaderClassName
 {
   color: #FC174B;
 }
 .AnyTagClassName
 {
   color: #FC174B;
 }
</style>
background-color css

<style>
 a { background-color: #FC174B; }

 a { background-color: rgb(252,23,75); }

 div.DivClassName
 {
   background-color: #FC174B;
 }
 .BgClassName
 {
   background-color: #FC174B;
 }
</style>
border-color css

<style>
 span { border-color: #FC174B; }

 span { border-color: rgb(252,23,75); }

 td.TdClassName
 {
   border-color: #FC174B;
 }
 .TagClassName
 {
   border-color: #FC174B;
 }
</style>