Html Css Color HEX #FC163F Torch Red

📋 copy color: '#FC163F'

red 252 ◦ green 22 ◦ blue 63

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

Shades of Torch Red #FC163F

Tints of Torch Red #FC163F

RGB

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

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

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

R = 74.78%
G = 6.53%
B = 18.69%

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

#FC163F (or 0xFC163F) is known color: Torch Red. HEX triplet: FC, 16 and 3F. RGB value is (252,22,63). Sum of RGB (Red+Green+Blue) = 252+22+63=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC163F is #03E9C0. Grayscale: #5F5F5F. Windows color (decimal): -256449 or 4134652. OLE color: 4134652.

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

Color convert

RGB 252 22 63 -
CMYK 0 0.91 0.75 0.01
HSL 349.3º 0.97% 0.54% -
HSV(B) 349.3º 0.91% 0.99% -
XYZ 41.33 21.63 6.7 -
YUV 95.44 109.7 239.67 -
System Red Green Blue C M Y K H S L
Decimal 252 22 63 0 0.91 0.75 0.01 349.3 0.97 0.54
Hex FC 16 3F 0 5B 4B 1 15D 61 36
Octal 374 26 77 0 133 113 1 535 141 66
Binary 11111100 10110 111111 0 1011011 1001011 1 101011101 1100001 110110

Color Harmonies of #FC163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC163F

Black with #FC163F

Text Example


Text Example

White with #FC163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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