O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (2024)

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (1)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-39140"); let searchResults = document.getElementById("search-results-39140"); let searchResultsClose = document.getElementById("search-results-close-39140"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-39140"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-39140"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } const query = term.trim(); const currentUrl = new URL(window.location); currentUrl.searchParams.set('q', query); window.history.replaceState(null, null, currentUrl.toString()); showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

support_agent

Contact

menu

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (2)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-21747"); let searchResults = document.getElementById("search-results-21747"); let searchResultsClose = document.getElementById("search-results-close-21747"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-21747"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-21747"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } const query = term.trim(); const currentUrl = new URL(window.location); currentUrl.searchParams.set('q', query); window.history.replaceState(null, null, currentUrl.toString()); showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (3)
English

Nederlands Deutsch Français Italiano

person Log in

shopping_cart 0 Basket

menu

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (9)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-37815"); let searchResults = document.getElementById("search-results-37815"); let searchResultsClose = document.getElementById("search-results-close-37815"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-37815"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-37815"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } const query = term.trim(); const currentUrl = new URL(window.location); currentUrl.searchParams.set('q', query); window.history.replaceState(null, null, currentUrl.toString()); showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

English

Nederlands Deutsch Français Italiano

person Log in

shopping_cart 0 Basket

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (15)

close

home navigate_next FFKM - FFPM O-Rings navigate_next FFKM O-Rings - 75 Shore A - F758Z94 navigate_next O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent)

home navigate_next FFKM - FFPM O-Rings navigate_next FFKM O-Rings - 75 Shore A - F758Z94 navigate_next O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent)

ID (Inner diameter) 21 mm

CS (Cross Section) 1.5 mm

Material FFKM - FFPM

Hardness 75 Shore A

Color Black

Item no. 58177

Approval General Purpose (+270˚C)

Color Black

Stock 110 sentiment_satisfied_alt

Need a coating on this O-Ring? Request a quotation here keyboard_arrow_down All specifications

What are the shipment terms to my country?
CountryPriceTransit daysCarrier
Algeria€ 175,007 - 10FedEx: International Economy
Argentina€ 63,008 - 10FedEx: International Economy
Australia€ 45,008 - 10FedEx: International Priority
Austria€ 15,004 - 6GLS: Euro Business Parcel
Belgium€ 10,001 - 3GLS: Euro Business Parcel
Bosnia and Herzegovina€ 43,004 - 6FedEx: International Priority
Brazil€ 55,004 - 6FedEx: International Priority
Bulgaria€ 22,506 - 8FedEx: International Economy
Canada€ 45,002 - 4FedEx: International Priority
China€ 38,002 - 4FedEx: International Economy
Croatia€ 30,007 - 10FedEx: International Economy
Cyprus€ 28,003 - 5GLS: Euro Business Parcel
Czech Republic€ 20,003 - 5FedEx: International Priority
Denmark€ 13,002 - 4GLS: Euro Business Parcel
Egypt€ 175,007 - 10FedEx: Regional Economy
Estonia€ 20,004 - 6FedEx: Regional Economy
Finland€ 20,005 - 7FedEx: Regional Economy
France€ 10,002 - 4GLS: Euro Business Parcel
French Polynesia€ 70,006 - 8FedEx: International Priority
Germany€ 10,001 - 3GLS: Euro Business Parcel
Ghana€ 70,007 - 10FedEx: Regional Economy
Greece€ 25,004 - 6FedEx: Regional Economy
Hungary€ 23,001 - 3FedEx: Regional Economy
Iceland€ 43,007 - 10FedEx: International Priority
India€ 190,005 - 7FedEx: International Priority
Indonesia€ 45,005 - 7FedEx: International Priority
Ireland€ 18,003 - 5FedEx: Regional Economy
Israel€ 70,003 - 7FedEx: International Economy
Italy€ 20,001 - 3FedEx: International Priority
Japan€ 40,004 - 6FedEx: International Economy
Korea, Democratic People's Republic of€ 40,004 - 6FedEx: International Economy
Korea, Republic of€ 40,004 - 6FedEx: International Economy
Kurwait€ 40,007 - 10FedEx: International Economy
Latvia€ 28,004 - 6GLS: Euro Business Parcel
Lithuania€ 38,004 - 6GLS: Euro Business Parcel
Luxembourg€ 13,001 - 3GLS: Euro Business Parcel
Macedonia€ 40,007 - 10FedEx: International Economy
Malaysia€ 40,005 - 7FedEx: International Economy
Malta€ 30,004 - 6GLS: Euro Business Parcel
Mexico€ 63,005 - 7FedEx: International Economy
Monaco€ 23,003 - 5FedEx: International Priority
Netherlands€ 10,001 - 3GLS: Euro Business Parcel
New Zealand€ 52,507 - 10FedEx: International Priority
Norway€ 38,002 - 4FedEx: International Priority
Oman€ 40,007 - 10FedEx: International Eoonomy
Peru€ 53,004 - 8FedEx: International Economy
Philippines€ 45,004 - 8FedEx: International Economy
Poland€ 28,003 - 5GLS: Euro Business Parcel
Portugal€ 23.004 - 6FedEx: Regional Economy
Romania€ 28,004 - 6FedEx: International Economy
Saudi Arabia€ 45,004 - 6FedEx: International Economy
Serbia and Montenegro€ 43,002 - 4FedEx: International Economy
Singapore€ 45.004 - 6FedEx: International Economy
Slovakia€ 23,004 - 6FedEx: Regional Economy
Slovenia€ 23,004 - 6FedEx: Regional Economy
Spain€ 18,005 - 7FedEx: Regional Economy
Sweden€ 23,002 - 4FedEx: Regional Economy
Switzerland€ 38,002 - 4FedEx: International Economy
Taiwan€ 38,005 - 7FedEx: International Economy
Turkey€ 38,002 - 4FedEx: International Priority
United Arab Emirates€ 200,002 - 4FedEx: International Priority
United Kingdom€ 20,002 - 4FedEx: Regional Economy
United States€ 40,002 - 4FedEx: International Priority
Vietnam€ 45,005 - 7FedEx: International Economy
Why is there a minimum order QTY

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (16)

Our warehouse is tremendous.
Therefor it takes time to pick and pack each o-ring.

Given the low prices that we charge, we need to factor our warehouse time/cost in the order.
We do not want to raise our prices and we don't want to add a surcharge to each possition.
Therefor we decided that we prefer to give you more value for money by giving you more o-rings instead.
We hope you understand and appreciate this.

Stock Delivery time
110 Shipped in 5 - 7 - Day(s)

€40,14 Ex. VAT / per piece

€48,57 In. VAT

Price per piece

Shipped in 5 - 7 - Day(s)

This product has a minimum order Qty of 1pcs

Quantity Per piece
1+ €40,1405
50+€40,1400
100+€37,7000
250+€34,6600
500+€31,0200
1000+€29,5000
2500+€26,4600
5000+€21,9000
In stock Yes, 110 pcs
Article number58177
ColorBlack
Alternative namesFFPM – Dupont Kalrez
Chemical NamePerfluoroelastomer
Description 2O-ring FFKM - FFPM 21x1.5
Equal toDupont Kalrez 6375, Freudenberg Simriz 495, Greene Tweed Chemraz 605, PPE Perlast G80A, Parker Parafluor V8910-75
MaterialFFKM - FFPM
NIEUW - Details IIN894
Product nameO-ring 21x1.5 FFKM - FFPM
Seal typeO-ring
Size in texttwenty one zero by one comma fifty
Trade namesEvolast® - Chemraz® - Simriz® - Kalrez® - Spectrum - Triazinico - Isolast® - Parofluor® - Fluorez - Perlast® - HPSealing® - Perfluor® - Polymax
Alternative Size
DIN 3771 Size Chart21x1.5
SMS 1586 Size chart21 X 1.5
Core Spec's
ApprovalGeneral Purpose (+270˚C)
CS (Cross Section)1.5 mm
Hardness75 Shore A
ID (Inner diameter)21 mm
Temperature Max270 ºC
Temperature Min-20 ºC
Equivalent to
Dupont Kalrez® EquivalentDupont Kalrez 6375
Freudenberg Simriz® EquivalentFreudenberg Simriz 495
Greene Tweed Chemraz® EquivalentGreene Tweed Chemraz 605
Parker Parafluor® EquivalentParker Parafluor V8910-75
Precision Polymer Engineering Perlast® EquivilentPPE Perlast G80A
Trelleborg Isolast® EquivalentTrelleborg Isolast 9440
attachment Material Datasheet

download Download/print specifications PDF

Description

This FFKM - FFPM O-Ring is 21x1.5mm and in the color Black. The Hardness of this O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) is 75 Shore A.The alternative names of the compound are FFPM – Dupont Kalrez and they are mostly produced by Evolast® - Chemraz® - Simriz® - Kalrez® - Spectrum - Triazinico - Isolast® - Parofluor® - Fluorez - Perlast® - HPSealing® - Perfluor® - Polymax. The O-ring is commonly used in and has an operating temperature range from -20 ºC to 270 ºC. O-rings 530923 are indicated as 58177 and have a DIN 3771 Size of 21x1.5. This item is equal to Dupont Kalrez 6375, Freudenberg Simriz 495, Greene Tweed Chemraz 605, PPE Perlast G80A, Parker Parafluor V8910-75 and has an General Purpose (+270˚C) Approval. The chemical name of this Oring is Perfluoroelastomer.

Get a quote now

All items marked with a * are required.

This product has a minimum order Qty of 1pcs

This website uses cookies

We use cookies to improve user experience and display personalized advertisem*nts. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy policy. Click here.

This website uses cookies

We use cookies to improve user experience and display personalized advertisem*nts. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy policy. Click here.

Strictly necessary

Strictly necessary cookies allow core website functionality such as user login and account management. The website cannot be used properly without strictly necessary cookies.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
cookiebar.accept Accept the cookie bar.
local
5 year Accept the cookie bar.
cookiebar.settings Settings from the cookie bar.
local
5 year Settings from the cookie bar.
PHPSESSID PHP.net
Sessions Cookie generated by applications based on the PHP language. This is a general purpose identifier used to maintain user session variables. It is normally a random generated number, how it is used can be specific to the site, but a good example is maintaining a logged-in status for a user between pages.

Performance

Performance cookies are used to see how visitors use the website, eg. analytics cookies. Those cookies cannot be used to directly identify a certain visitor.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
vistrk Serverside tracking-system.
local
30 days Serverside tracking-system.
_ga Google
google-analytics.com (3rd party) or
2 years ID used to identify users
_gat* Google
google-analytics.com (3rd party) or
1 minute Used to monitor number of Google Analytics server requests when using Google Tag Manager
_ga_* Google
google-analytics.com (3rd party) or
2 years ID used to identify users
_gid Google
google-analytics.com (3rd party) or
24 hours ID used to identify users for 24 hours after last activity

Targeting

Targeting cookies are used to identify visitors between different websites, eg. content partners, banner networks. Those cookies may be used by companies to build a profile of visitor interests or show relevant ads on other websites.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
_gcl_au Google
3 months Used by Google AdSense for experimenting with advertisem*nt efficiency across websites using their services.

Functionality

Functionality cookies are used to remember visitor information on the website, eg. language, timezone, enhanced content.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
TawkConnectionTime Tawk.to Chat
session This cookie is used to determine the connection duration of tawk sessions.
_hjAbsoluteSessionInProgress Hotjar
30 minutes The cookie is set so Hotjar can track the beginning of the user's journey for a total session count. It does not contain any identifiable information.
_hjFirstSeen Hotjar
30 minutes The cookie is set so Hotjar can track the beginning of the user's journey for a total session count. It does not contain any identifiable information.
_hjIncludedInSessionSample* Hotjar
30 minutes This cookie is set to let Hotjar know whether that visitor is included in the data sampling defined by your site's daily session limit
_hjIncludedInSessionSample* Hotjar
30 minutes This cookie is set to let Hotjar know whether that visitor is included in the data sampling defined by your site's daily session limit
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.

Unclassified

Unclassified cookies are cookies that do not belong to any other category or are in the process of categorization.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
twk_idm_key unknown
unknown
unknown
gtm_session_start unknown
unknown
unknown
gtm_pageview_count unknown
unknown
unknown

Cookies are small text files that are placed on your computer by websites that you visit. Websites use cookies to help users navigate efficiently and perform certain functions. Cookies that are required for the website to operate properly are allowed to be set without your permission. All other cookies need to be approved before they can be set in the browser.

You can change your consent to cookie usage at any time on our Privacy Policy page. Click here

O-ring 21x1.5 - FFKM - FFPM - 75 Shore A - Black - Kalrez® 6375 - ORS58177 (Equivilent) Online Shop - Worldwide shipping (2024)

References

Top Articles
Martina McBride's Birthday Wish Songs For Her Music Country Jam Do Wish Welcoming Andy Will Back
Alaska Airlines rekindles nostalgia with 'Greatest Hits' Menu, bringing back beloved inflight meals this winter - Alaska Airlines News
Bj 사슴이 분수
Faridpur Govt. Girls' High School, Faridpur Test Examination—2023; English : Paper II
Team 1 Elite Club Invite
South Park Season 26 Kisscartoon
Here's how eating according to your blood type could help you keep healthy
Lesson 1 Homework 5.5 Answer Key
Which Is A Popular Southern Hemisphere Destination Microsoft Rewards
Call Follower Osrs
Tcu Jaggaer
Mlb Ballpark Pal
Bowlero (BOWL) Earnings Date and Reports 2024
Available Training - Acadis® Portal
Munich residents spend the most online for food
Tamilrockers Movies 2023 Download
Craigslist Toy Hauler For Sale By Owner
Inter-Tech IM-2 Expander/SAMA IM01 Pro
CDL Rostermania 2023-2024 | News, Rumors & Every Confirmed Roster
Georgetown 10 Day Weather
Adt Residential Sales Representative Salary
Empire Visionworks The Crossings Clifton Park Photos
Isaidup
Employee Health Upmc
Water Temperature Robert Moses
Vht Shortener
Login.castlebranch.com
Rs3 Bring Leela To The Tomb
Elijah Streams Videos
Mosley Lane Candles
Pfcu Chestnut Street
JD Power's top airlines in 2024, ranked - The Points Guy
Appraisalport Com Dashboard /# Orders
Space Marine 2 Error Code 4: Connection Lost [Solved]
Restored Republic December 9 2022
Natashas Bedroom - Slave Commands
Myql Loan Login
Kazwire
Noaa Duluth Mn
Lake Kingdom Moon 31
Smite Builds Season 9
Eat Like A King Who's On A Budget Copypasta
Cch Staffnet
Aurora Southeast Recreation Center And Fieldhouse Reviews
Craigslist Sparta Nj
A Snowy Day In Oakland Showtimes Near Maya Pittsburg Cinemas
M Life Insider
Grandma's Portuguese Sweet Bread Recipe Made from Scratch
Bumgarner Funeral Home Troy Nc Obituaries
Att Corporate Store Location
Fetllife Com
Qvc Com Blogs
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6079

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.