WORK GLOVES SÜNT.NAHAST KRÕPSRANNE/PUNANE S.9

The photographs are for illustrative purposes only.
Get AI analytics on product Work gloves, synthetic leather, snap cuff / red, size 9:
9.66€/pair
Ex Tax: 7.79€/pair
Tamrex
0 reviews
In stock
Product Code: 000-454775ASP
Qty
Tags:

Red Synthetic-Leather Work Gloves with Snap Cuff — Size 9

Soft, lightweight work gloves in A+ DiamondGrip synthetic leather providing touch sensitivity, good fit and abrasion resistance for general mechanical tasks where cut protection is not required.

Key Benefits


    Soft and lightweight for comfortable long-term wear
  • Good fit and sporty design for ease of movement
  • Touch-sensitive material for handling and control
  • High durability and abrasion resistance (DiamondGrip)
  • Suitable for sensitive skin due to synthetic leather properties
  • Tested mechanical protection (Category 2)

Applications

Designed for broad use where cut resistance is not mandatory.


    General manual work where cut protection is not required
  • Handling smooth items (note: may be slippery on metal pipes or planed wood)
  • Tasks requiring touch sensitivity and dexterity
  • Work where comfortable, durable grip is needed without heavy cut risk

What to Consider When Choosing


    Try the gloves on in store (nearest TAMREX) to select the correct size for comfort
  1. For handling metal pipes, planed wood or other slippery items consider genuine leather alternatives (e.g. art no. 44-317)
  2. Genuine leather offers better grip and adapts to the hand for improved fit
  3. These gloves protect against mechanical hazards (Category 2); ensure this matches your application requirements
  4. Consider skin sensitivity — the synthetic DiamondGrip is suitable for sensitive skin

Specifications


    Material: A+ class DiamondGrip synthetic leather; red spandex back
  • Color: Red
  • Size: 9
  • Cuff: Snap cuff
  • Touch-sensitive (puutetundlikud)
  • Protection class: Category 2 — mechanical hazards
  • Standards: EN 420; EN 388:2016 (1.1.1.1.X); CE
  • Total weight: 0.18 kg
  • Package measurements: 11.00 x 25.00 x 3.00 cm

Why Buy from SityPro


    Easy online buy with clear price and product features on SityPro
  • Delivery available to Estonia and Finland for fast convenience
  • Ability to check fit in-store (nearest TAMREX) before purchase
  • Customer support to help with sizing and application questions
  • Reliable service and transparent information on benefits and use

Description provided by sitypro.com

WORK GLOVES SÜNT.NAHAST KRÕPSRANNE/PUNANE S.9
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Work gloves, synthetic leather, snap cuff / red, size 9

What are WORK GLOVES SÜNT.NAHAST KRÕPSRANNE/PUNANE S.9?

WORK GLOVES SÜNT.NAHAST KRÕPSRANNE/PUNANE S.9 are lightweight, soft work gloves made from A+ class DiamondGrip synthetic leather, providing good fit, tactile sensitivity and wear resistance for general tasks where cut protection is not required.

What tasks are these work gloves suitable for?

They suit general assembly, warehouse and light mechanical tasks where tactile feel and abrasion resistance matter but cut protection does not — e.g. handling tools, packaging, assembly and light carpentry.

What are the gloves made of and do they have DiamondGrip?

They are made of A+ class synthetic leather with a DiamondGrip diamond texture, offering improved grip and abrasion resistance compared with standard synthetic leather.

Are these gloves suitable for people with sensitive skin?

Yes, the synthetic leather's properties make these gloves suitable for sensitive skin, as the material is generally less irritating than some other leather substitutes.

Which size should I choose and any fitting recommendations?

Choosing the correct size is essential for comfort; try the gloves at your nearest Tamrex store and pick a snug but not constricting fit.

Are these gloves suitable for handling metal pipes or planed wood?

Synthetic leather may feel slippery when handling metal pipes or planed wood; for those tasks a leather glove alternative (e.g. item no. 44-317) is recommended.

Do these gloves protect against cuts and punctures?

No, DiamondGrip synthetic leather gloves are not designed for cut or puncture protection; they provide abrasion resistance and grip but do not replace specialized cut‑resistant models.

How to care for DiamondGrip synthetic leather gloves?

Clean with a soft brush or damp cloth and air‑dry at room temperature; avoid strong solvents and machine washing to preserve the DiamondGrip texture.

What alternatives exist if I need stronger grip or protection?

For stronger grip on slippery surfaces or better protection when handling metal/wood, consider leather work gloves such as item no. 44-317, which provide improved grip and durability.

What is the glove model, manufacturer and SKU for finding accessories?

Model A121442SP, SKU 000-454775ASP, manufacturer Tamrex; use these details to locate compatible accessories and similar gloves.

Where to buy Work gloves, synthetic leather, snap cuff / red, size 9?

You can buy Work gloves, synthetic leather, snap cuff / red, size 9 in our online store for 7.79€. Category: Work gloves.

What is the price of Work gloves, synthetic leather, snap cuff / red, size 9?

The current price of Work gloves, synthetic leather, snap cuff / red, size 9 is 7.79€. Brand: Tamrex.

Work gloves, synthetic leather, snap cuff / red, size 9 — specifications and description

Model: 000-454775ASP. Category: Work gloves. Brand: Tamrex. Price: 7.79€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');