Html Css Color HEX #FC163C Torch Red

📋 copy color: '#FC163C'

red 252 ◦ green 22 ◦ blue 60

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

Shades of Torch Red #FC163C

Tints of Torch Red #FC163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 75.45%
G = 6.59%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC163C (or 0xFC163C) is known color: Torch Red. HEX triplet: FC, 16 and 3C. RGB value is (252,22,60). Sum of RGB (Red+Green+Blue) = 252+22+60=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC163C is #03E9C3. Grayscale: #5F5F5F. Windows color (decimal): -256452 or 3938044. OLE color: 3938044.

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

Color convert

RGB 252 22 60 -
CMYK 0 0.91 0.76 0.01
HSL 350.09º 0.97% 0.54% -
HSV(B) 350.09º 0.91% 0.99% -
XYZ 41.25 21.6 6.27 -
YUV 95.1 108.2 239.91 -
System Red Green Blue C M Y K H S L
Decimal 252 22 60 0 0.91 0.76 0.01 350.09 0.97 0.54
Hex FC 16 3C 0 5B 4C 1 15E 61 36
Octal 374 26 74 0 133 114 1 536 141 66
Binary 11111100 10110 111100 0 1011011 1001100 1 101011110 1100001 110110

Color Harmonies of #FC163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC163C

Black with #FC163C

Text Example


Text Example

White with #FC163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC163C; }

 p { color: rgb(252,22,60); }

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

background-color css

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

 a { background-color: rgb(252,22,60); }

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

border-color css

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

 span { border-color: rgb(252,22,60); }

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