Html Css Color HEX #FC173F Torch Red

📋 copy color: '#FC173F'

red 252 ◦ green 23 ◦ blue 63

#FC173F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FC173F

Tints of Torch Red #FC173F

RGB

 RED value IS 252 (98.83% from 255) = 74.56%

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 74.56%
G = 6.8%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC173F (or 0xFC173F) is known color: Torch Red. HEX triplet: FC, 17 and 3F. RGB value is (252,23,63). Sum of RGB (Red+Green+Blue) = 252+23+63=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC173F is #03E8C0. Grayscale: #606060. Windows color (decimal): -256193 or 4134908. OLE color: 4134908.

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

Color convert

RGB 252 23 63 -
CMYK 0 0.91 0.75 0.01
HSL 349.52º 0.97% 0.54% -
HSV(B) 349.52º 0.91% 0.99% -
XYZ 41.35 21.67 6.71 -
YUV 96.03 109.37 239.25 -
System Red Green Blue C M Y K H S L
Decimal 252 23 63 0 0.91 0.75 0.01 349.52 0.97 0.54
Hex FC 17 3F 0 5B 4B 1 15E 61 36
Octal 374 27 77 0 133 113 1 536 141 66
Binary 11111100 10111 111111 0 1011011 1001011 1 101011110 1100001 110110

Color Harmonies of #FC173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC173F

Black with #FC173F

Text Example


Text Example

White with #FC173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC173F; }

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

 H1.HeaderClassName
 {
   color: #FC173F;
 }
 .AnyTagClassName
 {
   color: #FC173F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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