The 2.2k ohm (2,200 Ω) resistor color code is Red-Red-Red for a standard 4-band resistor (followed by Gold for 5% tolerance). For a 5-band precision resistor, the code is Red-Red-Black-Brown (followed by Brown for 1% tolerance). If you are holding a 6-band resistor, the first four bands remain the same, with the sixth band indicating the temperature coefficient.

The 2.2k Ohm Resistor Color Code Reference Table

Resistor color codes are dictated by the number of bands printed on the body. Use the table below to identify your specific 2.2k ohm component based on its band count and tolerance rating.

Band Type Band 1 (Digit) Band 2 (Digit) Band 3 (Digit/Mult) Band 4 (Mult/Tol) Band 5 (Tol/Temp) Band 6 (Tempco)
4-Band (5%) Red (2) Red (2) N/A Red (x100) / Gold (5%) N/A N/A
4-Band (1%) Red (2) Red (2) N/A Red (x100) / Brown (1%) N/A N/A
5-Band (1%) Red (2) Red (2) Black (0) Brown (x10) Brown (1%) N/A
5-Band (0.5%) Red (2) Red (2) Black (0) Brown (x10) Green (0.5%) N/A
6-Band (1%) Red (2) Red (2) Black (0) Brown (x10) Brown (1%) Brown (100ppm/°C)

Decoding the Bands: Standards and Practical Meaning

When reading the Vishay resistor color code guide or similar manufacturer datasheets, you are looking at the IEC 60062 international standard. This standard maps specific colors to digits (Black=0, Brown=1, Red=2, Orange=3, Yellow=4, Green=5, Blue=6, Violet=7, Grey=8, White=9) and multipliers.

For a 2.2k ohm resistor, the math works out as follows:

  • 4-Band Logic: The first two bands are significant digits (Red=2, Red=2). The third band is the multiplier. To get 2,200, we multiply 22 by 100. The color for a multiplier of 10^2 is Red. Hence: Red-Red-Red.
  • 5-Band Logic: The first three bands are significant digits (Red=2, Red=2, Black=0). The fourth band is the multiplier. To get 2,200 from 220, we multiply by 10. The color for 10^1 is Brown. Hence: Red-Red-Black-Brown.
Regional and Legacy Standard Variants: While IEC 60062 is the universal commercial standard, you may encounter legacy MIL-PRF-22684 (US Military) resistors in surplus bins. In the older MIL 5-band system, the fifth band does not indicate tolerance; it indicates reliability/failure rate (e.g., M = 1% failure rate per 1000 hours). Tolerance on these older military parts was often indicated by a separate stamped letter or assumed at 5%. Always verify the manufacturer datasheet if you are working with aerospace or military surplus.

Rows People Get Wrong (and How to Fix Faded Markings)

Even experienced bench technicians misread resistor bands. Here are the most common pitfalls specific to the 2.2k ohm value and how to resolve them.

1. Red vs. Orange Under Bench Lighting

Under warm 2700K incandescent or cheap LED desk lamps, the Red band (digit 2) can easily look like Orange (digit 3). A 2.2k resistor (Red-Red-Red) might be misidentified as a 3.3k resistor (Orange-Orange-Orange), or worse, a Red-Red-Orange (22k) if the multiplier is misread. The Fix: Always verify color bands under 5000K daylight-balanced LEDs or natural window light.

2. Brown vs. Red in the Multiplier Position

A 4-band 1.2k resistor is Brown-Red-Red. A 4-band 2.2k resistor is Red-Red-Red. If the first band is slightly faded, you might read a 1.2k as a 2.2k. This is critical in audio circuits or precision voltage dividers where swapping 1.2k for 2.2k will drastically alter the bias point or cutoff frequency.

3. Safe Interpretation of Faded or Missing Markings

Older carbon composition resistors (common in 1970s and 1980s audio gear and amplifiers) suffer from dielectric absorption and physical fading. The paint literally sinks into the phenolic body.

Never guess a faded value. Furthermore, never measure a resistor while it is still soldered into the circuit. Parallel components (like capacitors, ICs, and other resistors) will create alternative current paths, causing your multimeter to read a falsely low resistance.

The Fix: Desolder one leg of the resistor, lift it off the PCB pad, and measure it with a digital multimeter on the 2k or 20k range. If the reading is erratic, the carbon element has degraded internally, and the component must be replaced with a modern 1% metal film equivalent.

Frequently Asked Questions

What is the SMD code for a 2.2k ohm surface mount resistor?

Surface mount (SMD) resistors do not use color bands; they use printed numeric codes. For a 2.2k ohm (2200 Ω) resistor, the code depends on the package size and precision:

  • 3-Digit Code (5% tolerance, e.g., 0805 package): 222. (Read as: 22 x 10^2 = 2200).
  • 4-Digit Code (1% tolerance, e.g., 0603 package): 2201. (Read as: 220 x 10^1 = 2200).
  • EIA-96 Code (1% precision, small packages): 34C. (34 is the EIA code for 220, C is the multiplier for x10).

Can I substitute a 2.2k resistor with a 2.0k or 2.4k in a circuit?

It depends entirely on the circuit function. According to All About Circuits and standard design practices, context dictates substitutability:

  • I2C Pull-up Resistors: If you are building an ESP32 or Arduino I2C bus running at Fast Mode (400 kHz), 2.2k is the standard pull-up for a 3.3V bus. Substituting a 2.0k is perfectly fine (it sinks slightly more current, ~1.65mA, which is within the 3mA GPIO limit). However, using a 2.4k or higher might cause the RC rise time to be too slow, resulting in I2C bus errors and dropped packets.
  • LED Current Limiting: If limiting current for a standard 5mm LED on a 5V rail, swapping 2.2k for 2.0k or 2.4k will change the LED current by roughly 10%. The human eye will not perceive this brightness difference, making it a safe substitution.
  • Transistor Biasing / Feedback Networks: Do not substitute. A 10% shift in resistance will alter the transistor's Q-point or the op-amp's gain, potentially pushing the circuit into saturation or clipping.

Which way do I read the color bands on a 2.2k resistor?

Always start reading from the band closest to the lead wire, moving toward the center. However, the easiest visual cue is the tolerance band. On a 4-band 2.2k resistor, the Gold (5%) or Silver (10%) band is always placed on the far right. Therefore, you hold the resistor with the Gold band on the right, and read left-to-right: Red, Red, Red. If you are dealing with a 5-band or 6-band 1% resistor where the tolerance band is Brown (which is also a valid digit color), look for a wider gap between the multiplier and tolerance bands, or use your multimeter to confirm the reading direction.