Menu

AUD
Roval Rapide CLX III Wheelset
$4,500.00 Incl. tax
Add to cart
Roval Rapide CLX III Wheelset
Roval
(0)

Roval Rapide CLX III Wheelset

$4,500.00 Incl. tax
In stock

The all-new Roval Rapide CLX III wheels flip aero convention on its head for unmatched speed across any course. Read more.

Product description

The all-new Roval Rapide CLX III wheels flip aero convention on its head for unmatched speed across any course. Up front, a deep-profile rim slices air where it matters most. Out back, a lower-profile rim and carbon spokes shaves 215g, unlocking explosive acceleration and razor-sharp control. And with FlatStop Bead Hooks requiring 39% more force to flat you’ve got best-in-class protection to go full gas all the way to the line. Get there fast, every time, on any course with Roval Rapide CLX III.

Key Features

  • Use: Road Racing & Riding
  • Weight: 1,305 grams
  • Hub & Engagement: DT Swiss 180 EXP internals, 36T
  • Rim Depth: 51mm front, 48mm rear
  • Spokes: 18F / 24R Carbon
  • Tire Size: Optimized for 28mm

TECHNICAL SPECIFICATIONS

Rims

  • Wheel Size / ETRTO: 622 × 21 (700c)
  • Tubeless Compatibility: Yes
  • Insert Compatibility: Yes
  • Brake Compatibility: Disc (Centerlock)
  • Rim Construction: Carbon Clincher Hooked
  • Valve Stem Length: Roval Tubeless Valve, Alloy 70mm
  • Hole Count: Front: 18H, Rear: 24H
  • Rear Rim: Rapide CLX III Carbon Clincher Rear, 700c (CR2471)
  • Rear Rim Dimensions: Depth: 48mm, External Width (at widest point): 31.3mm, Internal Width: 21mm, Bead Hook Width: (4.1)mm
  • Front Rim: Rapide CLX Team Carbon Clincher, 700c (CR2470)
  • Front Rim Dimensions: Depth: 51mm, External Width (at widest point): 35mm, Internal Width: 21mm, Bead Hook Width: (5.5)mm

Hubs

  • Rear Hub: Roval Low Flange Road Hub, Center Lock, 12x142mm, (LF19-R)
  • Rear Freehub Body: DT Swiss Ratchet EXP (36T ): Sram XD-R
  • Rear Hub Bearing: DT Sinc Ceramic Bearings - DS:1526 (15 x 26 x 7 mm), NDS: 6802 (15 x 24 x 5 mm)
  • Front Hub: Roval Low Flange Road Hub, Center Lock, 12x100mm, 19mm OD End Caps Installed (LF18-F)
  • Front Hub Bearing: DT Sinc Ceramic Bearings - DS: 6802 (15 x 24 x 5 mm), NDS: 6802 (15 x 24 x 5 mm)

Spokes & nipples

  • Nipples: Arris MK4 Spoke Nipple Alloy, 6 mm
  • Rear Spokes: Roval by Arris, Composite Aero Spoke with Ti End Pieces: T-head, 24qty, (DS: 277mm, NDS: 273mm)
  • Rear Lacing Pattern: One-Cross / Three-Cross (2:1), Not Tucked
  • Front Spokes: Roval by Arris, Composite Aero Spoke with Ti End Pieces: T-head, 18qty, (DS: 264mm, NDS: 274mm)
  • Front Lacing Pattern: Two-Cross / Radial (2:1), Not Tucked

Tire info

  • Tubeless Tape Width: 25mm
  • Tire Type: Clincher Tubeless and Clincher Tube Type
  • Design Tire: RapidAir TLR, 28mm
  • Approved Tire Widths: 24mm-38mm
  • Max Pressure: Tubeless (110psi) Tubed (130psi), 36mm-38mm: Tubeless (60psi) Tubed (60psi)

Weight

  • Wheelset Weight: 1305g (with valves and tape)
  • Rear Weight: 705g (with valves and tape)
  • Front Weight: 600g (with valves and tape)

General

  • Warranty: Limited Lifetime Warranty
  • Assembly Method: Hand Built
  • Weight Limit: 275 lbs. / 125 kg.
  • Certifications: ISO 5775-2, UCI Approved
  • E-bike Approved: No
  • Extras: 4 Extra Spokes and Nipples, Roval Wheel Bag, Shimano HG 11/12-Spd. Road Freehub & end Caps (rear wheel only)

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Roval Roval Rapide CLX III Wheelset
Roval
Roval Rapide CLX III Wheelset
$4,500.00 $4,090.91
 

Specifications

0/5
0 stars based on 0 reviews
0 reviews

Available in store

Online and in-store prices may differ
Last updated: Today at 07:04
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Roval Roval Rapide CLX III Wheelset

This product has been added to your cart
// $(document).ready(function() // { // if( $(window).width() < 768 ) // { // // console.log('Win Width less than 768'); // console.log('sticky start mobile'); // const addToCartButton = document.getElementById('add-to-cart-button'); // const elem = $('.addtocart-sticky'); // let stickyVisible = false; // const observer = new IntersectionObserver(function(entries) // { // if(entries[0].isIntersecting === true) // { // console.log('sticky intersecting TRUE'); // if( stickyVisible ) // { // console.log('already visible, remove class'); // elem.removeClass('mobile-visible'); // stickyVisible = false; // } // } // else // { // if( !stickyVisible ) // { // elem.addClass('mobile-visible'); // stickyVisible = true; // } // } // }, { threshold: [0] }); // if( addToCartButton ) // { // observer.observe(addToCartButton); // } // } // else // { // var stickyVisible = false; // function checkStickyAddToCart() // { // if( $('.addtocart-holder').length > 1 ) // { // var distance = $('.addtocart-holder').offset().top; // var elem = $('.addtocart-sticky'); // if ( $(window).scrollTop() >= distance ) // { // if( !stickyVisible ) // { // elem.addClass('visible'); // elem.fadeIn(100); // stickyVisible = true; // } // } // else // { // if( stickyVisible ) // { // elem.removeClass('visible'); // elem.fadeOut(100); // stickyVisible = false; // } // } // setTimeout(checkStickyAddToCart, 100); // } // } // checkStickyAddToCart(); // } // if( $(window).width() > 767 && theme.settings.product_mouseover_zoom ) // { // /* Zoom on hover image */ // $('.zoom').zoom({touch:false}); // } // //==================================================== // // Product page images // //==================================================== // var swiperProdImage = new Swiper('.swiper-productimage', { // lazy: true, // // pagination: { // // el: '.swiper-pagination-image', // // clickable: true, // // }, // on: { // lazyImageReady: function() // { // $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({opacity: 1}, 200); // }, // } // }); // var swiperThumbs = new Swiper('.swiper-productthumbs', { // navigation: { // nextEl: '.thumb-arrow-right', // prevEl: '.thumb-arrow-left', // }, // spaceBetween: 15, // slidesPerView: 5, // breakpoints: { // 991: { // slidesPerView: 4, // spaceBetween: 15, // }, // 767: { // slidesPerView: 5, // spaceBetween: 15, // }, // 548: { // slidesPerView: 4, // spaceBetween: 15, // } // }, // on: { // init: function () { // this.centerSlides(); // }, // resize: function () { // this.centerSlides(); // } // } // }); // $('.swiper-productthumbs img').on('click', function() // { // var itemIndex = $(this).parent().index(); // $('.swiper-productthumbs .swiper-slide').removeClass('active'); // $(this).parent().addClass('active'); // swiperProdImage.slideTo(itemIndex); // swiperProdImage.update(true); // }); // //==================================================== // // End product page images // //==================================================== // $('.bundle-product [data-bundle-pid]').on('click', function(e) // { // e.preventDefault(); // var pid = $(this).attr('data-bundle-pid'); // var bid = $(this).attr('data-bundle-id'); // $('.bundle-configure[data-bundle-id="'+bid+'"][data-bundle-pid="'+pid+'"]').fadeIn(); // }); // $('.bundle-configure button, .bundle-configure .close').on('click', function(e) // { // e.preventDefault(); // $(this).closest('.bundle-configure').fadeOut(); // }); // });
Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »