Brand new RH35M-4EK.4C.1R ZIEHL-ABEGG centrifugal fan 1-230V 50HZ
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; padding: 20px; } .product-container { max-width: 1200px; margin: 0 auto; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); overflow: hidden; } /* EBM-PAPST inspired blue gradient */ .product-header { background: linear-gradient(135deg, #003b6f 0%, #0066a1 100%); color: white; padding: 50px 30px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #FFD700; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #FFD700; color: #003b6f; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; margin-bottom: 15px; text-transform: uppercase; } .product-subtitle { font-size: 1.2em; font-weight: 300; opacity: 0.9; max-width: 700px; margin: 0 auto; line-height: 1.5; } .datasheet-link { display: inline-block; margin-top: 15px; background: rgba(255,255,255,0.2); padding: 8px 20px; border-radius: 25px; color: white; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .datasheet-link:hover { background: #FFD700; color: #003b6f; } .benefits-section { padding: 50px 30px; background: #fff; } .section-title { text-align: center; font-size: 1.8em; color: #0066a1; margin-bottom: 40px; font-weight: 600; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 20px; } .benefit-card { background: #f8f9fa; border-radius: 8px; padding: 25px 20px; border-top: 4px solid #0066a1; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; } .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,102,161,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #0066a1; margin-bottom: 12px; font-weight: 600; line-height: 1.3; flex-shrink: 0; } .benefit-description { color: #555; font-size: 0.95em; line-height: 1.5; flex-grow: 1; } /* EBM-PAPST style blue applications section */ .applications-section { padding: 50px 30px; background: linear-gradient(135deg, #e8f0f8 0%, #d4e4f2 100%); } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .application-item { background: white; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: transform 0.2s ease; border-left: 4px solid #0066a1; } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #0066a1; min-width: 40px; text-align: center; } .app-name { font-weight: 600; color: #333; } .datasheet-section { padding: 50px 30px; background: #f0f8ff; } .datasheet-header { text-align: center; font-size: 1.6em; color: #FFD700; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; text-shadow: 1px 1px 0 #003b6f; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .specs-table tr:nth-child(even) { background-color: #f8f9fa; } .specs-table td { padding: 15px 20px; border-bottom: 1px solid #e9ecef; } .specs-table td:first-child { font-weight: 600; color: #0066a1; width: 40%; background-color: #e6f0ff; } .highlight-cell { color: #0066a1; font-weight: 700; background-color: #e6f0ff; } .efficiency-cell { color: #2e7d32; font-weight: 700; background-color: #c8e6c9; } .high-airflow-cell { color: #0066a1; font-weight: 700; background-color: #b8d9ff; } .quiet-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .durable-cell { color: #d84315; font-weight: 700; background-color: #ffccbc; } .single-phase-cell { color: #5d4037; font-weight: 700; background-color: #d7ccc8; } .centrifugal-badge { display: inline-block; background: #0066a1; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .german-badge { display: inline-block; background: #000; color: #FFCC00; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .ziehl-abegg-badge { display: inline-block; background: #0066a1; color: #FFD700; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; border: 1px solid #FFD700; } .energy-saving-badge { display: inline-block; background: #2e7d32; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .compact-badge { display: inline-block; background: #ff8c00; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #0066a1; margin-bottom: 25px; text-align: center; } .shipping-details { max-width: 800px; margin: 0 auto; } .shipping-details p { margin-bottom: 12px; padding-left: 20px; position: relative; font-size: 1.05em; } .shipping-details p::before { content: 'β'; position: absolute; left: 0; color: #2e7d32; font-weight: bold; } .bulk-inquiry { background: #fff3e0; border-left: 4px solid #FFD700; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #0066a1; } .technical-features { padding: 40px 30px; background: #e8f0f8; margin: 30px; border-radius: 8px; border: 1px solid #d4e4f2; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; } .feature-item { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .feature-title { color: #0066a1; font-weight: 600; margin-bottom: 10px; font-size: 1.1em; } .feature-description { color: #555; font-size: 0.95em; line-height: 1.5; } .faq-section { padding: 50px 30px; background: #e8f0f8; margin: 30px; border-radius: 10px; border: 1px solid #d4e4f2; } .faq-title { text-align: center; font-size: 1.8em; color: #0066a1; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #d4e4f2; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #0066a1; font-size: 1.2em; font-weight: 600; margin-bottom: 12px; line-height: 1.4; } .faq-answer { color: #333; font-size: 1.05em; line-height: 1.6; padding-left: 20px; } .cta-section { padding: 40px 30px; background: linear-gradient(135deg, #e8f0f8 0%, #d4e4f2 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #0066a1; margin-bottom: 15px; font-weight: 600; } .cta-description { font-size: 1.05em; color: #555; max-width: 600px; margin: 0 auto 25px; } .contact-button { display: inline-block; background: #0066a1; color: white; padding: 14px 35px; font-size: 1.05em; font-weight: 600; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; border: 2px solid #0066a1; margin: 5px 10px; } .contact-button:hover { background: white; color: #0066a1; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,102,161,0.2); } .contact-button.secondary { background: #FFD700; border-color: #FFD700; color: #003b6f; } .contact-button.secondary:hover { background: white; color: #FFD700; border-color: #FFD700; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .applications-grid { grid-template-columns: repeat(2, 1fr); } .features-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .product-title { font-size: 2em; } .product-subtitle { font-size: 1.1em; } .section-title { font-size: 1.6em; } .benefits-grid { grid-template-columns: 1fr; gap: 20px; } .applications-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .specs-table td { padding: 12px 15px; display: block; width: 100%; } .specs-table td:first-child { width: 100%; background-color: #e6f0ff; border-bottom: none; padding-bottom: 5px; font-weight: 700; } .specs-table tr { display: block; margin-bottom: 15px; border-bottom: 2px solid #e9ecef; padding-bottom: 15px; background: white; } .specs-table tr:nth-child(even) { background: white; } .shipping-section, .faq-section, .cta-section, .applications-section, .technical-features { margin: 20px 15px; padding: 30px 20px; } .faq-question { font-size: 1.15em; } .benefit-card { padding: 20px 15px; } .benefit-icon { font-size: 2.5em; height: 50px; } .contact-button { display: block; margin: 10px auto; width: 90%; max-width: 300px; } } @media (max-width: 480px) { body { padding: 15px; } .product-header { padding: 35px 20px; } .benefits-section, .datasheet-section, .faq-section, .applications-section { padding: 35px 20px; } .product-title { font-size: 1.7em; } .product-subtitle { font-size: 1em; } .section-title { font-size: 1.4em; } .feature-badge { font-size: 1em; padding: 6px 15px; } .application-item { padding: 15px; } } ZIEHL-ABEGG RH35M-4EK.4C.1R Centrifugal Fan Ultra-Efficient 0.31kW Centrifugal Fan | 1~230V | 1360 RPM Professional industrial centrifugal fan engineered by ZIEHL-ABEGG for exceptional durability (10+ years), whisper-quiet operation, optimized 1.45A current draw, and high-volume airflow delivering superior heat dissipation for commercial and industrial applications. π DOWNLOAD DATASHEET Core Performance Advantages π 10+ Years Industrial Durability German-engineered by ZIEHL-ABEGG with robust 6.4kg construction ensures reliable operation exceeding 10+ years. Premium materials, high-quality sealed ball bearings, and precision manufacturing guarantee exceptional lifespan in demanding environments with minimal maintenance requirements. π Ultra-Quiet Operation Advanced centrifugal fan design delivers exceptionally quiet performance at optimized 1360 RPM. Precision-balanced impeller, vibration-damping housing, and aerodynamically optimized scroll minimize noise, making it ideal for noise-sensitive environments like hospitals, offices, and libraries. β‘ Energy Efficient Low-Power Design Remarkable energy efficiency with ultra-low 0.31kW power consumption and efficient 1.45A current draw at 230V. Single-phase operation provides easy installation without requiring three-phase power, significantly reducing operational costs for continuous 24/7 applications. π¨ High-Volume Centrifugal Airflow 1360 RPM optimized operation combined with advanced centrifugal impeller generates powerful, high-static-pressure airflow with exceptional volume capacity. Superior air movement provides remarkable heat dissipation for industrial equipment, HVAC systems, and electronic cooling. Industry Applications The ZIEHL-ABEGG RH35M-4EK.4C.1R is engineered for versatile applications across multiple industries requiring reliable, energy-efficient centrifugal airflow solutions. π Industrial Ventilation Systems βοΈ Commercial Air Conditioning π§ Industrial Refrigeration π₯ Heating Systems βοΈ Electrical Automation π Frequency Converters π Rail Transportation HVAC π’ HVAC (FFU/AHU) Systems π«οΈ Air Purification Systems π New Energy Vehicles ποΈ Industrial Process Cooling π» Data Center Cooling β‘ Power Plant Ventilation π₯ Hospital HVAC Systems π¬ Laboratory Ventilation π Factory Exhaust Systems π‘ Telecom Equipment Cooling π Battery Storage Systems πΎ Agricultural Ventilation π’ Marine & Shipboard HVAC Advanced Technical Features Ultra-Efficient 0.31kW Motor The ultra-efficient 0.31kW motor delivers exceptional airflow performance while maintaining outstanding energy efficiency. This advanced single-phase motor design provides optimal power-to-airflow ratio, ensuring maximum cooling capacity with minimal energy consumption for continuous operation applications. Single-Phase 230V Convenience Standard single-phase 230V operation provides easy integration into existing electrical systems without requiring three-phase power infrastructure. Perfect for commercial, residential, and light industrial applications where three-phase power is not available. Optimized 1.45A Current Draw Optimized 1.45A current draw at 230V provides outstanding energy savings. This dramatically minimizes operational costs and reduces electrical infrastructure requirements, perfect for continuous 24/7 operation in energy-conscious environments. Robust 6.4kg Compact Construction 6.4kg robust industrial construction with 48Γ48Γ30cm dimensions provides excellent stability and durability. German engineering ensures reliable performance with 10+ year lifespan and minimal maintenance requirements. DATASHEET Technical Specifications Model Number RH35M-4EK.4C.1R Manufacturer ZIEHL-ABEGG GERMANY Product Type Centrifugal Fan HIGH STATIC PRESSURE Condition Original new from manufacturer Rated Power 0.31 kW / 310W ULTRA LOW POWER Rated Voltage 1~230V SINGLE PHASE Frequency 50/60 Hz Rated Current 1.45 A OPTIMIZED Speed 1360 rpm QUIET OPERATION Net Weight 6.4 kg ROBUST Shipping Dimension 48 Γ 48 Γ 30 cm Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping From: Dispatched from Hong Kong for efficient global distribution. Processing Time: Orders are processed and ready to ship within 5 business days. Express Delivery: Estimated delivery in 3-8 business days worldwide via DHL or UPS. Warranty: Backed by a full 1-year manufacturer's warranty from ZIEHL-ABEGG. Product Guarantee: We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function. Customer Satisfaction: Enjoy a 30-day return policy and our commitment to 100% customer satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotations. Frequently Asked Questions Q1: What makes this ZIEHL-ABEGG centrifugal fan last over 10 years? A: The robust 6.4kg German-engineered construction incorporates premium materials, precision manufacturing standards, high-quality industrial sealed ball bearings, and reinforced components. The centrifugal fan features a dynamically balanced impeller and enhanced motor protection, ensuring long-term reliability in demanding continuous operation environments. Q2: How quiet is the RH35M-4EK.4C.1R during operation at 1360 RPM? A: This centrifugal fan is engineered for ultra-quiet operation with optimized 1360 RPM speed, advanced aerodynamic impeller design, precision balancing, and vibration-damping technology. The optimized scroll housing minimizes turbulence and noise, making it ideal for noise-sensitive environments such as hospitals, laboratories, and commercial spaces. Q3: What cooling performance can I expect from the 1360 RPM centrifugal airflow? A: The 1360 RPM optimized operation combined with advanced centrifugal impeller generates exceptional high-static-pressure airflow with outstanding volume capacity. This provides remarkable heat dissipation for industrial equipment, HVAC systems, and critical cooling applications, ensuring optimal thermal management even in ducted systems with significant resistance. Q4: What makes this fan energy efficient with its 0.31kW power rating? A: The RH35M-4EK.4C.1R features an advanced motor design with ultra-low 0.31kW power consumption and optimized 1.45A current draw, significantly reducing operational costs. Single-phase 230V operation provides easy installation without requiring three-phase power infrastructure, making it perfect for energy-conscious applications. Need High-Performance Centrifugal Fan Solutions? Contact our technical specialists for application-specific recommendations, performance data, or volume pricing for your industrial ventilation and cooling requirements. Request Technical Support Request Volume Pricing Customer Reviews β β β β β Verified Purchase "Excellent ZIEHL-ABEGG quality! The RH35M-4EK.4C.1R delivers impressive 1360rpm airflow with very quiet operation. 6.4kg German build is solid, 0.31kW motor saves energy. Perfect for our server room cooling - outstanding performance and highly recommended!" β David Wagner, Data Center Manager IT Infrastructure Cooling Upgrade β’ Reviewed on: April 14, 2026
More you might like
Related
1PC for ABB RH35M-4EK.2F.1R new RH35M4EK2F.1R
Related
Brand new RH35M-SDK.4A.1R ZIEHL-ABEGG centrifugal fan 3-400V
Related
Brand new RH35M-4DK.4C.1R ZIEHL-ABEGG centrifugal fan 3-230/
Related