Html Css Color HEX #FC193C Torch Red

📋 copy color: '#FC193C'

red 252 ◦ green 25 ◦ blue 60

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

Shades of Torch Red #FC193C

Tints of Torch Red #FC193C

RGB

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

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

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

R = 74.78%
G = 7.42%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC193C (or 0xFC193C) is known color: Torch Red. HEX triplet: FC, 19 and 3C. RGB value is (252,25,60). Sum of RGB (Red+Green+Blue) = 252+25+60=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC193C is #03E6C3. Grayscale: #606060. Windows color (decimal): -255684 or 3938812. OLE color: 3938812.

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

Color convert

RGB 252 25 60 -
CMYK 0 0.90 0.76 0.01
HSL 350.75º 0.97% 0.54% -
HSV(B) 350.75º 0.9% 0.99% -
XYZ 41.31 21.72 6.29 -
YUV 96.86 107.21 238.65 -
System Red Green Blue C M Y K H S L
Decimal 252 25 60 0 0.90 0.76 0.01 350.75 0.97 0.54
Hex FC 19 3C 0 5A 4C 1 15F 61 36
Octal 374 31 74 0 132 114 1 537 141 66
Binary 11111100 11001 111100 0 1011010 1001100 1 101011111 1100001 110110

Color Harmonies of #FC193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC193C

Black with #FC193C

Text Example


Text Example

White with #FC193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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