{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

'Redhot Popsicle' Red Hot Poker (Kniphofia)

PERENNIAL

Description

  • Bright red flower spikes look stunning all summer long.
  • Attracts pollinators to your garden.
  • Deer resistant and drought tolerant. 
  • High-impact color makes a statement in the landscape.
  • Zones 6-9, sun, 2' tall x 2' wide at maturity.
Zone 6-9
Light sun
short

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/Kniphofia-Redhot-Popsicle-1.jpg?v=1615904665', title: 'Redhot Popsicle Red Hot Poker (Kniphofia)', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description Add long-lasting, sun-loving high-impact blooms to your landscape with vivid  'Redhot Popsicle' red hot poker (Kniphofia hybrid) This low-maintenance perennial is a pollinator magnet beloved by both butterflies and hummingbirds. 'Redhot Popsicle' blooms from late-summer to mid-fall, adding a punch of color to your garden thanks to its vibrant flowers. Perfect for containers or mixed in the flower bed, this versatile plant is a great addition anywhere you seek to add drama thanks to its grass-like foliage and unique flower spikes. Have no fear, beginner gardeners; while 'Redhot Popsicle' may look exotic, it's exceptionally easy to care for thanks to its deer and rabbit resistance, drought tolerance, and low maintenance needs. Details Botanical name: Kniphofia x 'Redhot Popsicle'
Common name: Tritoma, Red hot poker torch lily
Zone: 6-9
Sun exposure: Sun (6+ Hours)
Soil type: Average
Soil moisture: Average, Dry
Height x width: 1- 2' tall and wide
Flower color: Red
Foliage color: Green
Bloom season: Summer
Features: Rare & unusual, rabbit & deer resistant, heat tolerant
Uses: Accent, background, border, cottage gardening, foundation planting, massing, naturalizing, specimen
How To Grow Soil: Average, well-drained.
Light: Full sun.
Water: Average – Drought-tolerant once established.
Spacing: 1.5 – 2 ft.
Fertilizing: Seldom needs fertilizing if soil is good to average. On very poor soils can feed lightly with a general-purpose, or timed-release fertilizer (such as Osmocote) before new growth begins in spring.
Winterizing: Add a 2-3″ layer of shredded bark mulch in cold regions for protection.
Maintenance & Pruning: Deadhead spent flowers by cutting the flower stem at the base.

Ideas & Inspiration

10 Plants That Attract Hummingbirds To Your Garden

Hummingbirds are fascinating pollinators who bring their buzzing beauty to the garden every spring and summer when they leave the safety of their nests.Their signature rapid wing activity draws a lot of energy, and they need consistent food sources to keep their energy high.

Hummingbird sucking nectar from Bee Balm

Customer Reviews

Based on 12 reviews
67%
(8)
8%
(1)
17%
(2)
8%
(1)
0%
(0)
M
M.C. (California)
Mixed feelings

When my plant arrived, about half of the dirt had fallen out of the pot so the roots were drying up. Also, the way the bag was tied around the leaves meant that they were forced down along the side of the pot and most were partly sheared, broken, and wilted. However, I did see some small shoots tucked between the broken ones, so I followed your directions and also replanted it in a larger pot and gave it some TLC. I was sad to see all the leaves laying half broken on their side but after a week, some were miraculously standing. It's been about 3 weeks now and the plant seems to be thriving so I'm pretty happy. I was hoping I could plant it in the ground this year but it's too small and definitely needs this summer to recover. Hopefully I can plant it next spring. I would suggest maybe shipping the whole thing in a tube in the future.

Hello! We’re sorry that you received plants that are not up to our standards. We try our best to provide excellent plants, but some factors, like shipping and handling, are outside our control. That’s why we have a 60-day guarantee on all of our orders. Please email your order number and pictures of your plants to claims@greatgardenplants.com to start the claims process. We look forward to helping! https://bit.ly/ggp-guarantee

A
A. (Virginia)
Healthy Happy Plants

The Plants from Great Garden Plants were well taken care of before they arrived here. Also the way they were packed kept them safe during their travels. With such a great start, I expect to enjoy many years of their colorful presence in my yard.

T
T.C. (Kentucky)
Red hot

Was delighted that the plant was bigger than I expected. Really pleased with how fast it is growing and already has one tiny bloom starting to show. I purchased three other plant varieties from you and they are also doing great. I am sure that I will become a repeat customer. Great prices, great delivery time, and great plants .

S
S.H. (District of Columbia)
Review

So far so good, amid the terrible heat: all 4 red hot pokers are hanging in there. I've been using styrofoam sheets to try to protect them somewhat and I think that has made a difference. 2 of them have new blooms! A long ways to go with August coming on. Still impressed with how well you all packaged them for mailing. Thanks, Steve

J
J.M. (Missouri)

Plants were in good health, and were of good size!