Html Css Color HEX #FA193C Torch Red

📋 copy color: '#FA193C'

red 250 ◦ green 25 ◦ blue 60

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

Shades of Torch Red #FA193C

Tints of Torch Red #FA193C

RGB

 RED value IS 250 (98.05% from 255) = 74.63%

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

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

R = 74.63%
G = 7.46%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA193C (or 0xFA193C) is known color: Torch Red. HEX triplet: FA, 19 and 3C. RGB value is (250,25,60). Sum of RGB (Red+Green+Blue) = 250+25+60=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA193C is #05E6C3. Grayscale: #606060. Windows color (decimal): -386756 or 3938810. OLE color: 3938810.

HSL color Cylindrical-coordinate representation of color #FA193C: hue angle of 350.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA193C is Cyan = 0, Magento = 0.9, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 25 60 -
CMYK 0 0.9 0.76 0.02
HSL 350.67º 0.96% 0.54% -
HSV(B) 350.67º 0.9% 0.98% -
XYZ 40.59 21.35 6.26 -
YUV 96.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 250 25 60 0 0.9 0.76 0.02 350.67 0.96 0.54
Hex FA 19 3C 0 5A 4C 2 15F 60 36
Octal 372 31 74 0 132 114 2 537 140 66
Binary 11111010 11001 111100 0 1011010 1001100 10 101011111 1100000 110110

Color Harmonies of #FA193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA193C

Black with #FA193C

Text Example


Text Example

White with #FA193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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