Rosenberg DKHR450-4SW.138.6FA centrifugal fan 380V 2.4A 1.05KW 8wires
* { 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; } .product-header { background: linear-gradient(135deg, #283593 0%, #3949ab 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: #ff4081; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #ff4081; color: white; 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; } .benefits-section { padding: 50px 30px; background: #fff; } .section-title { text-align: center; font-size: 1.8em; color: #283593; 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 #283593; 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(40,53,147,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #283593; 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; } .applications-section { padding: 50px 30px; background: #e8eaf6; } .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; } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #283593; 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: #d32f2f; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .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: #283593; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #283593; font-weight: 700; background-color: #e8eaf6; } .multi-power-cell { color: #3949ab; font-weight: 700; background-color: #e8eaf6; } .high-airflow-cell { color: #283593; font-weight: 700; background-color: #e8eaf6; } .quiet-cell { color: #7b1fa2; font-weight: 700; background-color: #f3e5f5; } .durable-cell { color: #f57c00; font-weight: 700; background-color: #fff3e0; } .multi-voltage-cell { color: #d81b60; font-weight: 700; background-color: #fce4ec; } .centrifugal-cell { color: #ff4081; font-weight: 700; background-color: #fce4ec; } .industrial-cell { color: #37474f; font-weight: 700; background-color: #eceff1; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #283593; 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: #388e3c; font-weight: bold; } .bulk-inquiry { background: #fff3e0; border-left: 4px solid #ff4081; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #283593; } .faq-section { padding: 50px 30px; background: #e8eaf6; margin: 30px; border-radius: 10px; border: 1px solid #c5cae9; } .faq-title { text-align: center; font-size: 1.8em; color: #283593; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #c5cae9; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #283593; 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, #e8eaf6 0%, #c5cae9 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #283593; 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: #283593; 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 #283593; margin: 5px 10px; } .contact-button:hover { background: white; color: #283593; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(40,53,147,0.2); } .contact-button.secondary { background: #ff4081; border-color: #ff4081; color: white; } .contact-button.secondary:hover { background: white; color: #ff4081; } .german-badge { display: inline-block; background: #000; color: #ff4081; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .quiet-badge { display: inline-block; background: #7b1fa2; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .high-airflow-badge { display: inline-block; background: #3949ab; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .energy-saving-badge { display: inline-block; background: #388e3c; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .multi-voltage-badge { display: inline-block; background: #d81b60; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .multi-power-badge { display: inline-block; background: #3949ab; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .centrifugal-badge { display: inline-block; background: #ff4081; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .industrial-grade-badge { display: inline-block; background: #37474f; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .applications-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; } .specs-table td { padding: 12px 15px; display: block; width: 100%; } .specs-table td:first-child { width: 100%; background-color: #f0f8ff; 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 { 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; } } ROSENBERG DKHR450-4SW.138.6FA Centrifugal Fan Multi-Voltage Industrial Centrifugal Fan Professional 1.5/0.8/0.8kW multi-power centrifugal fan with 1670/1425/1418 RPM operation, 3~380/400/440V multi-voltage compatibility, engineered for exceptional durability exceeding 10 years, ultra-quiet performance, high airflow efficiency with pressure development, and energy-saving operation across global industrial applications. Multi-Voltage High-Performance Centrifugal Fan β³ 10+ Years Industrial Durability German-engineered ROSENBERG construction with 72.8kg heavy-duty design ensures reliable, long-term operation exceeding 10+ years. Premium industrial-grade materials, precision-balanced centrifugal impeller, multi-voltage motor technology, and reinforced housing guarantee exceptional lifespan for demanding global industrial applications requiring continuous operation in diverse environmental conditions with minimal maintenance. π Ultra-Quiet Multi-Speed Operation Optimized 1670/1425/1418 RPM multi-speed operation provides exceptionally quiet performance ideal for industrial facilities, commercial buildings, and applications requiring powerful airflow with minimal noise. Advanced centrifugal aerodynamics with optimized backward-curved impeller design minimizes turbulence and operational noise across all speed settings. Precision-balanced rotating assembly ensures smooth, vibration-free operation for comfortable industrial environments. β‘ Energy Efficient Multi-Power (1.5/0.8/0.8kW) Triple power rating (1.5kW/0.8kW/0.8kW) with optimized 2.6/2.3/2.2A current draw provides excellent energy efficiency for global 3~380/400/440V applications. Multi-voltage motor technology allows operation across different international power standards while maintaining optimal efficiency. Advanced motor design maximizes energy utilization while delivering reliable performance across all voltage configurations. π¨ High Airflow & Superior Pressure Development Efficient centrifugal design with multi-speed capability generates substantial airflow with excellent pressure development for demanding industrial applications. 52Γ52Γ40cm compact industrial design provides superior cooling performance with high static pressure capability across multiple speed settings, making it ideal for applications requiring efficient airflow against system resistance in global industrial ventilation and process cooling systems. Industry Applications The DKHR450-4SW.138.6FA centrifugal fan is engineered for global industrial and commercial applications requiring reliable, efficient multi-voltage airflow solutions with substantial pressure development, minimal noise, and optimal performance in diverse international environments. π¨ Global Industrial Ventilation βοΈ International HVAC Systems π§ Industrial Refrigeration π₯ Industrial Heating Systems βοΈ Electrical Automation π Frequency Converters π International Rail Systems π HVAC (FFU/AHU) Global Systems π«οΈ Industrial Air Purification π Automotive Manufacturing π Factory Process Cooling π’ International Building Ventilation π Industrial Oven Ventilation ποΈ Construction Equipment Cooling π₯ Hospital Central Systems π Large Retail Space Cooling π Manufacturing Plant Ventilation π¬ Laboratory Fume Systems β‘ Power Generation Equipment π Industrial Dust Collection π International Export Equipment DATASHEET Technical Specifications Model Number DKHR450-4SW.138.6FA Article Number N63-450104 ORIGINAL PART Condition Original new from manufacturer Manufacturer ROSENBERG GERMANY Product Type Centrifugal Fan HIGH PRESSURE Rated Power 1.5 / 0.8 / 0.8 kW TRIPLE POWER Rated Voltage 3~380/400/440 V MULTI-VOLTAGE Frequency 60 / 50 / 50 Hz Rated Current 2.6 / 2.3 / 2.2 A Speed 1670 / 1425 / 1418 rpm MULTI-SPEED Net Weight 72.8 kg HEAVY DUTY Shipping Dimension 52 Γ 52 Γ 40 cm INDUSTRIAL SIZE Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping Hub: 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 ROSENBERG. Product Guarantee: We sell only genuine ROSENBERG 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 for ROSENBERG products. Frequently Asked Questions Q1: How does the ROSENBERG multi-voltage centrifugal fan design with 72.8kg heavy-duty construction ensure 10+ years of reliable service in diverse global industrial environments? A: The 72.8kg industrial-grade construction with multi-voltage technology provides exceptional durability exceeding 10+ years of continuous operation in diverse global environments. ROSENBERG's German engineering excellence includes industrial-grade ball bearings rated for extended service life (minimum 80,000 hours), thermally optimized multi-voltage motor components, reinforced housing with international corrosion protection standards, and premium-grade electrical insulation for global voltage compatibility. This centrifugal fan delivers reliable performance across international applications such as industrial ventilation, process cooling, and HVAC systems with varying power standards. The centrifugal impeller design with precision dynamic balancing and optimized backward-curved blades distributes mechanical stress evenly, reducing wear on critical components. The heavy-duty 72.8kg construction ensures structural integrity across global operating conditions, maintaining ROSENBERG's premium quality standards. Q2: How does this multi-speed centrifugal fan achieve ultra-quiet operation across multiple speed settings (1670/1425/1418 RPM) in noise-sensitive industrial applications? A: The optimized 1670/1425/1418 RPM multi-speed operation combined with ROSENBERG's advanced acoustic engineering provides exceptionally quiet performance across all operating conditions. The centrifugal design with aerodynamically optimized backward-curved impeller blades and carefully designed scroll housing produces smooth airflow with minimal turbulence, resulting in lower aerodynamic noise at all speed settings. Precision dynamic balancing of the entire rotating assembly significantly reduces vibration and mechanical noise transmission. The 52Γ52Γ40cm robust construction incorporates internal noise-damping features and optimized airflow paths that minimize air turbulence. Advanced multi-voltage motor technology with optimized magnetic circuits and smooth operation reduces electromagnetic noise. These engineering features combine to make this multi-speed fan exceptionally quiet for its performance class, suitable for global industrial facilities requiring powerful airflow with low noise operation. Q3: How does the triple power rating (1.5/0.8/0.8kW) with multi-voltage compatibility provide optimal energy efficiency for international industrial applications? A: The triple power rating (1.5kW/0.8kW/0.8kW) with multi-voltage compatibility (380/400/440V) offers exceptional energy efficiency flexibility for global industrial applications. This intelligent design allows operation across different international power standards while maintaining optimal efficiency at each voltage setting. The power rating corresponds to different voltage/frequency combinations: 1.5kW at 380V/60Hz, and 0.8kW at both 400V/50Hz and 440V/50Hz. The optimized current draw (2.6/2.3/2.2A) indicates excellent motor efficiency and power factor characteristics across all configurations. This multi-voltage capability eliminates the need for expensive transformers or voltage converters when deploying equipment internationally. The centrifugal design provides excellent pressure development for its power class, making it efficient for applications with system resistance across different global installations. Q4: What specific advantages does this multi-voltage centrifugal fan offer for international industrial ventilation, global HVAC systems, and export equipment applications? A: The DKHR450-4SW.138.6FA with 52Γ52Γ40cm industrial design, 3~380/400/440V multi-voltage operation, and triple-speed capability provides unique advantages for global industrial applications. The multi-voltage compatibility (380V/400V/440V) covers the majority of international three-phase power standards, making it ideal for export equipment, multinational facilities, and global projects without requiring voltage conversion equipment. The corresponding speed variations (1670/1425/1418 RPM) maintain optimal performance across different frequency standards (60Hz/50Hz/50Hz). For international HVAC systems, it provides consistent performance whether installed in Europe (400V/50Hz), North America (480V/60Hz with transformer), or Asia (380-440V/50Hz). For export machinery, it simplifies global deployment. For multinational industrial facilities, it standardizes spare parts inventory. The combination of multi-voltage compatibility, substantial power output, heavy-duty construction, and global certification makes it ideal for international industrial applications. Need Multi-Voltage Industrial Fan Solutions? Contact our technical specialists for international application recommendations, global compliance data, or volume pricing for your multi-voltage industrial ventilation requirements. Request Technical Support Request Volume Pricing
More you might like
Related
Rosenberg DKHR450-4SW.138.6HF-U14 FAN
Related
Rosenberg DKHR450-4SW.138.5HA 400VAC 450MM 0.85A High voltag
Related