Html Css Color HEX #FA143C Torch Red

📋 copy color: '#FA143C'

red 250 ◦ green 20 ◦ blue 60

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

Shades of Torch Red #FA143C

Tints of Torch Red #FA143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 75.76%
G = 6.06%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA143C (or 0xFA143C) is known color: Torch Red. HEX triplet: FA, 14 and 3C. RGB value is (250,20,60). Sum of RGB (Red+Green+Blue) = 250+20+60=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA143C is #05EBC3. Grayscale: #5D5D5D. Windows color (decimal): -388036 or 3937530. OLE color: 3937530.

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

Color convert

RGB 250 20 60 -
CMYK 0 0.92 0.76 0.02
HSL 349.57º 0.96% 0.53% -
HSV(B) 349.57º 0.92% 0.98% -
XYZ 40.49 21.15 6.22 -
YUV 93.33 109.2 239.75 -
System Red Green Blue C M Y K H S L
Decimal 250 20 60 0 0.92 0.76 0.02 349.57 0.96 0.53
Hex FA 14 3C 0 5C 4C 2 15E 60 35
Octal 372 24 74 0 134 114 2 536 140 65
Binary 11111010 10100 111100 0 1011100 1001100 10 101011110 1100000 110101

Color Harmonies of #FA143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA143C

Black with #FA143C

Text Example


Text Example

White with #FA143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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