Apple’s (PRODUCT)RED lineup wanes as iPhone 16e skips red

Apple’s (PRODUCT)RED lineup wanes as iPhone 16e skips red
source: gettyimages
February 22, 2026

Apple’s partnership with the (RED) charity, established in 2006 to support The Global Fund against HIV/AIDS, malaria, and tuberculosis, has historically included select devices in a (PRODUCT)RED finish. In recent years, though, the red option has grown scarce.

The latest example is the iPhone 16e, which isn’t offered in red. With the iPhone SE, iPhone 14, and iPhone 14 Plus now discontinued, the devices that once came in (PRODUCT)RED have effectively vanished from sale. Today, only a few red accessories for older iPhone models remain available.

Beats has also moved away from a straightforward (PRODUCT)RED branding, instead using red variants with names like Statement Red and Transparent Red.

Taken together, the red option appears to be fading, though Apple could choose to revive the partnership in the future. Apple also continues to support The Global Fund through its annual Apple Pay donation drive, which ran last year from November 29 through December 8.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 139 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646024,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}