5mm Red LED
The lowest forward-voltage common LED — the standard first component in beginner circuit kits.
How this component works
An LED is a diode built from a semiconductor that emits photons when electrons cross its junction. Like any diode, it only conducts in one direction and has a forward voltage drop — but that drop depends on the LED's color, since color corresponds to the semiconductor's bandgap energy (red and infrared LEDs have the lowest forward voltage, blue and white the highest).
Because an LED's resistance drops sharply once it starts conducting, it must always be paired with a current-limiting resistor — connecting one directly across a supply voltage higher than its forward voltage will destroy it almost instantly.
CircuitForge lets you set the forward voltage directly, which is the one parameter that changes between LED colors in the simulation.
Deep Dive: 5mm Red LED
Red LEDs are built from gallium arsenide phosphide (GaAsP) or aluminum gallium indium phosphide (AlGaInP), materials with relatively low bandgap energy. Because photon energy is directly tied to this bandgap, a 2.0V potential is enough to push electrons across the gap to emit red (~625nm) light. This low forward voltage makes the red LED incredibly versatile — it can easily be driven from a tiny 3V coin cell or a 3.3V logic pin with enough headroom left for a current-limiting resistor.
When driving a red LED from a 5V logic output using a standard 20mA limit, Ohm's law calculates the series resistor as R = (V_supply - V_forward) / I = (5.0 - 2.0) / 0.02 = 150Ω. In practice, choosing the next common higher value — 220Ω or 330Ω — is safer and extends the LED's life significantly without a noticeable drop in perceived brightness.
A common failure mode for beginners is driving LEDs without any resistor at all. Without resistance, the LED acts nearly like a short circuit once its 2.0V threshold is crossed. Connecting a red LED directly to a 5V supply will draw hundreds of milliamps, destroying the internal semiconductor bond wires almost instantly.
Common Use Cases
- Power/status indicator on a 5V or 9V circuit
- First LED-plus-resistor circuit for learning Ohm's Law
- Output indicator on a transistor or logic-gate switch
Frequently Asked Questions
What resistor should I pair with a red LED on 5V?
A 220Ω or 330Ω resistor keeps current around 15-20mA on a 5V supply — try it in the simulator and check the ammeter reading before committing to real hardware.
Why is red the lowest forward-voltage color?
Forward voltage tracks the semiconductor's bandgap energy, and bandgap energy tracks photon energy — red light has the lowest photon energy of the visible spectrum, so red LEDs need the least voltage to turn on.
Comparison Notes
Compared to a 5mm blue LED, the red LED requires over 1 full volt less to turn on (2.0V vs 3.2V). This means red LEDs can be easily powered by low-voltage 3.3V microcontrollers (like an ESP32) using a simple 100Ω resistor, whereas a blue LED on a 3.3V supply will leave almost zero voltage headroom for current regulation, requiring much more precise resistor selection or a higher voltage rail.