Html Css Color HEX #FC193F Torch Red

📋 copy color: '#FC193F'

red 252 ◦ green 25 ◦ blue 63

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

Shades of Torch Red #FC193F

Tints of Torch Red #FC193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 74.12%
G = 7.35%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC193F (or 0xFC193F) is known color: Torch Red. HEX triplet: FC, 19 and 3F. RGB value is (252,25,63). Sum of RGB (Red+Green+Blue) = 252+25+63=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC193F is #03E6C0. Grayscale: #616161. Windows color (decimal): -255681 or 4135420. OLE color: 4135420.

HSL color Cylindrical-coordinate representation of color #FC193F: hue angle of 349.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC193F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 63 -
CMYK 0 0.90 0.75 0.01
HSL 349.96º 0.97% 0.54% -
HSV(B) 349.96º 0.9% 0.99% -
XYZ 41.39 21.75 6.72 -
YUV 97.21 108.71 238.41 -
System Red Green Blue C M Y K H S L
Decimal 252 25 63 0 0.90 0.75 0.01 349.96 0.97 0.54
Hex FC 19 3F 0 5A 4B 1 15E 61 36
Octal 374 31 77 0 132 113 1 536 141 66
Binary 11111100 11001 111111 0 1011010 1001011 1 101011110 1100001 110110

Color Harmonies of #FC193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC193F

Black with #FC193F

Text Example


Text Example

White with #FC193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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