{"id":7256,"date":"2025-09-12T16:35:58","date_gmt":"2025-09-12T08:35:58","guid":{"rendered":"https:\/\/www.cjmsteelgroup.com\/?p=7256"},"modified":"2025-09-12T16:36:05","modified_gmt":"2025-09-12T08:36:05","slug":"steel-coil-weight-calculator","status":"publish","type":"post","link":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html","title":{"rendered":"Calculadora de peso de bobinas de acero"},"content":{"rendered":"<p class=\"has-black-color has-text-color has-link-color wp-elements-47ebc241935231b3588deae20fcfe973\">Nuestro servicio gratuito en l\u00ednea\u00a0<strong>calculadora del peso de las bobinas de acero<\/strong>\u00a0ayuda a los profesionales de la industria sider\u00fargica a determinar con rapidez y precisi\u00f3n el peso de distintos tipos de bobinas de acero. Tanto si trabaja con\u00a0<strong>bobina laminada en caliente<\/strong>,\u00a0<strong>bobina laminada en fr\u00edo<\/strong>,\u00a0<strong>bobina de acero galvanizado<\/strong>, <strong>bobina de acero inoxidable<\/strong> o m\u00e1s, esta herramienta proporciona c\u00e1lculos instant\u00e1neos para agilizar su flujo de trabajo.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Herramientas relacionadas:<\/strong>\u00a0Necesidad de calcular\u00a0<a href=\"https:\/\/www.cjmsteelgroup.com\/es\/steel-plate-weight-calculator.html\/\" target=\"_blank\" rel=\"noopener\" title=\"\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">peso de la chapa de acero<\/mark><\/strong><\/a>? Tambi\u00e9n tenemos una calculadora especializada para eso. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<style>\n.steel-calculator {\n    max-width: 100%;\n    margin: 20px auto;\n    padding: 25px;\n    border: 1px solid #ddd;\n    border-radius: 10px;\n    background: white;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n}\n\n.steel-calculator h2 {\n    text-align: center;\n    margin-bottom: 10px;\n    font-size: 28px;\n}\n\n.steel-calculator .subtitle {\n    text-align: center;\n    font-size: 15px;\n    color: #7f8c8d;\n    margin-bottom: 25px;\n}\n\n.steel-calculator .input-group {\n    margin-bottom: 20px;\n}\n\n.steel-calculator label {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: 600;\n}\n\n.steel-calculator .input-with-unit {\n    position: relative;\n}\n\n.steel-calculator input {\n    width: 93%;\n    padding: 12px;\n    padding-right: 60px;\n    border: 2px solid #bdc3c7;\n    border-radius: 8px;\n    font-size: 16px;\n    transition: all 0.3s;\n}\n\n.steel-calculator input:focus {\n    border-color: #3498db;\n    outline: none;\n    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);\n}\n\n.steel-calculator .unit {\n    position: absolute;\n    right: 15px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: #7f8c8d;\n    font-weight: 500;\n}\n\n.steel-calculator .density-selector {\n    display: flex;\n    gap: 10px;\n    margin-top: 10px;\n}\n\n.steel-calculator .density-btn {\n    flex: 1;\n    padding: 10px;\n    background: #ecf0f1;\n    border: 2px solid #bdc3c7;\n    border-radius: 8px;\n    text-align: center;\n    cursor: pointer;\n    font-size: 14px;\n    transition: all 0.3s;\n}\n\n.steel-calculator .density-btn.active {\n    background: #3498db;\n    color: white;\n    border-color: #3498db;\n}\n\n.steel-calculator .calculate-btn {\n    width: 100%;\n    padding: 16px;\n    background: #dd9933;\n    color: white;\n    border: none;\n    border-radius: 8px;\n    font-size: 18px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: background 0.3s;\n    margin-top: 10px;\n}\n\n.steel-calculator .calculate-btn:hover {\n    background: #c0392b;\n}\n\n.steel-calculator #result {\n    text-align: center;\n    margin-top: 25px;\n    padding: 20px;\n    border-radius: 8px;\n    background-color: #f8f9fa;\n    display: none;\n}\n\n.steel-calculator .result-content {\n    font-size: 22px;\n    color: #2c3e50;\n    font-weight: bold;\n    margin: 10px 0;\n}\n\n.steel-calculator .result-detail {\n    font-size: 16px;\n    color: #7f8c8d;\n    margin-top: 10px;\n}\n\n.steel-calculator .formula-section {\n    margin-top: 25px;\n    padding: 20px;\n    border-radius: 10px;\n    background: white;\n    border: 2px solid #ecf0f1;\n}\n\n.steel-calculator .formula-title {\n    margin-bottom: 15px;\n    font-size: 20px;\n}\n\n.steel-calculator .formula {\n    font-size: 16px;\n    background: #ecf0f1;\n    padding: 15px;\n    border-radius: 8px;\n    overflow-x: auto;\n    line-height: 1.5;\n}\n\n.steel-calculator .error {\n    color: #e74c3c;\n    font-size: 14px;\n    margin-top: 5px;\n    display: none;\n}\n\n.steel-calculator .info-tip {\n    font-size: 14px;\n    color: #7f8c8d;\n    margin-top: 8px;\n}\n\n.steel-calculator .material-info {\n    display: flex;\n    justify-content: space-between;\n    margin-top: 20px;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.steel-calculator .material-card {\n    flex: 1;\n    min-width: 120px;\n    padding: 15px;\n    background: white;\n    border-radius: 8px;\n    text-align: center;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n}\n\n.steel-calculator .material-card h4 {\n    color: #2c3e50;\n    margin-bottom: 8px;\n}\n\n.steel-calculator .material-card p {\n    color: #e74c3c;\n    font-weight: 600;\n}\n\n@media (max-width: 768px) {\n    .steel-calculator {\n        padding: 15px;\n    }\n    \n    .steel-calculator h2 {\n        font-size: 24px;\n    }\n    \n    .steel-calculator input, .steel-calculator .calculate-btn {\n        padding: 10px;\n    }\n    \n    .steel-calculator .material-info {\n        flex-direction: column;\n    }\n}\n<\/style>\n\n<div class=\"steel-calculator\">\n    <h2>Calculadora de peso de bobinas de acero<\/h2>\n    <p class=\"subtitle\">Herramienta profesional para calcular el peso de las bobinas de acero<\/p>\n    \n    <div class=\"input-group\">\n        <label for=\"sc-outer\">Di\u00e1metro exterior (OD)<\/label>\n        <div class=\"input-with-unit\">\n            <input type=\"number\" id=\"sc-outer\" placeholder=\"Por ejemplo, 1500\" min=\"0\" step=\"0.1\">\n            <span class=\"unit\">mm<\/span>\n        <\/div>\n        <div id=\"sc-outer-error\" class=\"error\">El di\u00e1metro exterior debe ser mayor que el interior<\/div>\n    <\/div>\n    \n    <div class=\"input-group\">\n        <label for=\"sc-inner\">Di\u00e1metro interior (DI)<\/label>\n        <div class=\"input-with-unit\">\n            <input type=\"number\" id=\"sc-inner\" placeholder=\"Por ejemplo, 508\" min=\"0\" step=\"0.1\">\n            <span class=\"unit\">mm<\/span>\n        <\/div>\n        <div id=\"sc-inner-error\" class=\"error\">El di\u00e1metro interior debe ser menor que el exterior<\/div>\n        <p class=\"info-tip\">Identificaciones comunes: 508 mm (20 pulgadas), 610 mm (24 pulgadas)<\/p>\n    <\/div>\n    \n    <div class=\"input-group\">\n        <label for=\"sc-width\">Anchura<\/label>\n        <div class=\"input-with-unit\">\n            <input type=\"number\" id=\"sc-width\" placeholder=\"Por ejemplo, 1000\" min=\"0\" step=\"0.1\">\n            <span class=\"unit\">mm<\/span>\n        <\/div>\n    <\/div>\n    \n    <div class=\"input-group\">\n        <label for=\"sc-density\">Densidad del material<\/label>\n        <div class=\"input-with-unit\">\n            <input type=\"number\" id=\"sc-density\" value=\"7.85\" step=\"0.01\" min=\"0\">\n            <span class=\"unit\">g\/cm\u00b3<\/span>\n        <\/div>\n        <p class=\"info-tip\">Seleccione densidades de material comunes:<\/p>\n        <div class=\"density-selector\">\n            <div class=\"density-btn\" data-density=\"7.85\">Acero al carbono<\/div>\n            <div class=\"density-btn\" data-density=\"7.93\">Inoxidable<\/div>\n            <div class=\"density-btn\" data-density=\"8.05\">Galvanizado<\/div>\n        <\/div>\n    <\/div>\n    \n    <button class=\"calculate-btn\" onclick=\"calculateSteelCoilWeight()\">\n        Calcular el peso\n    <\/button>\n    \n    <div id=\"sc-result\">\n        <h3 style=\"font-size:20px;\">Resultados de los c\u00e1lculos<\/h3>\n        <div class=\"result-content\" id=\"sc-weight-result\">Introducir valores y calcular<\/div>\n        <div class=\"result-detail\" id=\"sc-weight-detail\">Los resultados aparecer\u00e1n aqu\u00ed<\/div>\n    <\/div>\n    \n    <div class=\"material-info\">\n        <div class=\"material-card\">\n            <h4>Acero al carbono<\/h4>\n            <p>7,85 g\/cm\u00b3<\/p>\n        <\/div>\n        <div class=\"material-card\">\n            <h4>Acero inoxidable<\/h4>\n            <p>7,93 g\/cm\u00b3<\/p>\n        <\/div>\n        <div class=\"material-card\">\n            <h4>Galvanizado<\/h4>\n            <p>8,05 g\/cm\u00b3<\/p>\n        <\/div>\n        <div class=\"material-card\">\n            <h4>Aluminio<\/h4>\n            <p>2,70 g\/cm\u00b3<\/p>\n        <\/div>\n    <\/div>\n        <h2>C\u00f3mo calcular el peso de una bobina de acero<\/h2>\n    <div class=\"formula-section\">\n        <h3 class=\"formula-title\">F\u00f3rmula de c\u00e1lculo<\/h3>\n        <div class=\"formula\">\n            Peso (kg) = \u03c0 \u00d7 (OD\u00b2 - ID\u00b2) \u00d7 Anchura \u00d7 Densidad \u00f7 4.000.000\n        <\/div>\n        <p style=\"margin-top: 15px; font-size: 14px;\">\n            D\u00f3nde:<br>\n            \u03c0 \u2248 3,1416, DE = di\u00e1metro exterior (mm), DI = di\u00e1metro interior (mm).<br>\n            Anchura = Anchura de la bobina (mm), Densidad = Densidad del material (g\/cm\u00b3)<br>\n            La constante 4.000.000 procede de la conversi\u00f3n de unidades (mm\u00b3 a cm\u00b3 a kg)\n        <\/p>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ Set up density buttons\ndocument.querySelectorAll('.density-btn').forEach(button => {\n    button.addEventListener('click', function() {\n        \/\/ Remove active class from all buttons\n        document.querySelectorAll('.density-btn').forEach(btn => {\n            btn.classList.remove('active');\n        });\n        \n        \/\/ Add active class to clicked button\n        this.classList.add('active');\n        \n        \/\/ Set density value\n        document.getElementById('sc-density').value = this.getAttribute('data-density');\n    });\n});\n\n\/\/ Set carbon steel as default active\ndocument.querySelector('[data-density=\"7.85\"]').classList.add('active');\n\nfunction calculateSteelCoilWeight() {\n    \/\/ Get input values\n    const outer = parseFloat(document.getElementById('sc-outer').value);\n    const inner = parseFloat(document.getElementById('sc-inner').value);\n    const width = parseFloat(document.getElementById('sc-width').value);\n    const density = parseFloat(document.getElementById('sc-density').value);\n    \n    \/\/ Hide any previous error messages\n    document.getElementById('sc-outer-error').style.display = 'none';\n    document.getElementById('sc-inner-error').style.display = 'none';\n    \n    \/\/ Validate inputs\n    if (isNaN(outer) || isNaN(inner) || isNaN(width) || isNaN(density)) {\n        showSteelResult('Please fill all fields', '', true);\n        return;\n    }\n    \n    if (outer <= 0 || inner <= 0 || width <= 0 || density <= 0) {\n        showSteelResult('All values must be positive numbers', '', true);\n        return;\n    }\n    \n    if (outer <= inner) {\n        document.getElementById('sc-outer-error').style.display = 'block';\n        document.getElementById('sc-inner-error').style.display = 'block';\n        showSteelResult('Outer diameter must be larger than inner diameter', '', true);\n        return;\n    }\n    \n    \/\/ Calculate weight using correct formula\n    const weight = (Math.PI * (Math.pow(outer, 2) - Math.pow(inner, 2)) * width * density) \/ 4000000;\n    \n    \/\/ Display results\n    const weightInTons = weight \/ 1000;\n    showSteelResult(\n        `Estimated Weight: <b>${weight.toLocaleString('en-US', {maximumFractionDigits: 2})} kg<\/b>`, \n        `Approximately ${weightInTons.toLocaleString('en-US', {maximumFractionDigits: 3})} tons`\n    );\n}\n\nfunction showSteelResult(mainText, detailText, isError = false) {\n    const resultElement = document.getElementById('sc-result');\n    resultElement.style.display = 'block';\n    resultElement.style.backgroundColor = isError ? '#ffebee' : '#f8f9fa';\n    \n    document.getElementById('sc-weight-result').innerHTML = mainText;\n    document.getElementById('sc-weight-detail').innerHTML = detailText;\n}\n\n\/\/ Add input listeners for real-time validation\ndocument.getElementById('sc-outer').addEventListener('input', validateSteelDiameter);\ndocument.getElementById('sc-inner').addEventListener('input', validateSteelDiameter);\n\nfunction validateSteelDiameter() {\n    const outer = parseFloat(document.getElementById('sc-outer').value);\n    const inner = parseFloat(document.getElementById('sc-inner').value);\n    \n    if (!isNaN(outer) && !isNaN(inner)) {\n        if (outer <= inner) {\n            document.getElementById('sc-outer-error').style.display = 'block';\n            document.getElementById('sc-inner-error').style.display = 'block';\n        } else {\n            document.getElementById('sc-outer-error').style.display = 'none';\n            document.getElementById('sc-inner-error').style.display = 'none';\n        }\n    }\n}\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Our free online\u00a0steel coil weight calculator\u00a0helps professionals in the steel industry quickly and accurately determine the weight of various types of steel coils. Whether you&#8217;re working with\u00a0hot rolled coil,\u00a0cold rolled coil,\u00a0galvanized steel coil, stainless steel coil or more, this tool provides instant calculations to streamline your workflow. Related Tools:\u00a0Need to calculate\u00a0steel plate weight? We have [&hellip;]<\/p>","protected":false},"author":1,"featured_media":7258,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"themepark_post_bcolor":"#f5f5f5","themepark_post_width":"1022px","themepark_post_img":"","themepark_post_img_po":"left","themepark_post_img_re":false,"themepark_post_img_cover":false,"themepark_post_img_fixed":false,"themepark_post_hide_title":false,"themepark_post_main_b":"","themepark_post_main_p":100,"themepark_paddingblock":false,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-7256","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"metadata":{"_edit_lock":["1757671605:1"],"_edit_last":["1"],"_aioseo_title":["Steel Coil Weight Calculator Online #separator_sa #site_title"],"_aioseo_description":["Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result."],"_aioseo_keywords":[""],"_aioseo_og_title":[null],"_aioseo_og_description":[null],"_aioseo_og_article_section":[""],"_aioseo_og_article_tags":[""],"_aioseo_twitter_title":[null],"_aioseo_twitter_description":[null],"catce":["sidebar-widgets4"],"views":["3216"],"_thumbnail_id":["7258"],"themepark_seo_title":["Steel Coil Weight Calculator Online - CJM Steel Group Ltd."],"themepark_seo_description":["Calculate steel coil weight online. Supports hot & cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result."],"themepark_seo_keyword":["Steel Coil Weight, Steel Coil Weight Calculator"]},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.6.0 - aioseo.com -->\n\t\t<meta name=\"description\" content=\"Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.\" \/>\n\t\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t\t<link rel=\"canonical\" href=\"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html\" \/>\n\t\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.6.0\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"CJM Steel Group Ltd. -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.\" \/>\n\t\t<meta property=\"og:description\" content=\"Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-09-12T08:35:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-09-12T08:36:05+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#blogposting\",\"name\":\"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.\",\"headline\":\"Steel Coil Weight Calculator\",\"author\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/author\\\/cjmsteel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/steel-coil-weight-calculator.png\",\"width\":1062,\"height\":737},\"datePublished\":\"2025-09-12T16:35:58+08:00\",\"dateModified\":\"2025-09-12T16:36:05+08:00\",\"inLanguage\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#webpage\"},\"articleSection\":\"News\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/#listItem\",\"position\":1,\"name\":\"Home\"}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/#organization\",\"name\":\"C.J.M.Stainless Steel Group Ltd\",\"url\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/author\\\/cjmsteel\\\/#author\",\"url\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/author\\\/cjmsteel\\\/\",\"name\":\"CJMSTEEL\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e621faa14ee404cf0eafa0e6dd350088?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"CJMSTEEL\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#webpage\",\"url\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html\",\"name\":\"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.\",\"description\":\"Calculate steel coil weight online. Supports hot & cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/author\\\/cjmsteel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/author\\\/cjmsteel\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/steel-coil-weight-calculator.png\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html\\\/#mainImage\",\"width\":1062,\"height\":737},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/steel-coil-weight-calculator.html#mainImage\"},\"datePublished\":\"2025-09-12T16:35:58+08:00\",\"dateModified\":\"2025-09-12T16:36:05+08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/\",\"name\":\"C.J.M.Stainless Steel Group Ltd\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cjmsteelgroup.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Steel Coil Weight Calculator Online - CJM Steel Group Ltd.<\/title>\n\n","aioseo_head_json":{"title":"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.","description":"Calcule en l\u00ednea el peso de las bobinas de acero. Admite bobinas laminadas en caliente y en fr\u00edo, galvanizadas, inoxidables y de aluminio. Introduzca el di\u00e1metro exterior, el di\u00e1metro interior y la anchura para obtener un resultado r\u00e1pido.","canonical_url":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"og:locale":"es_ES","og:site_name":"CJM Steel Group Ltd. -","og:type":"article","og:title":"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.","og:description":"Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.","og:url":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html","article:published_time":"2025-09-12T08:35:58+00:00","article:modified_time":"2025-09-12T08:36:05+00:00","twitter:card":"summary_large_image","twitter:title":"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.","twitter:description":"Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#blogposting","name":"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.","headline":"Steel Coil Weight Calculator","author":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/author\/cjmsteel\/#author"},"publisher":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.cjmsteelgroup.com\/wp-content\/uploads\/2025\/09\/steel-coil-weight-calculator.png","width":1062,"height":737},"datePublished":"2025-09-12T16:35:58+08:00","dateModified":"2025-09-12T16:36:05+08:00","inLanguage":"es-ES","mainEntityOfPage":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#webpage"},"isPartOf":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#webpage"},"articleSection":"News"},{"@type":"BreadcrumbList","@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.cjmsteelgroup.com\/es\/#listItem","position":1,"name":"Home"}]},{"@type":"Organization","@id":"https:\/\/www.cjmsteelgroup.com\/es\/#organization","name":"C.J.M.Stainless Steel Group Ltd","url":"https:\/\/www.cjmsteelgroup.com\/es\/"},{"@type":"Person","@id":"https:\/\/www.cjmsteelgroup.com\/es\/author\/cjmsteel\/#author","url":"https:\/\/www.cjmsteelgroup.com\/es\/author\/cjmsteel\/","name":"CJMSTEEL","image":{"@type":"ImageObject","@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/e621faa14ee404cf0eafa0e6dd350088?s=96&d=mm&r=g","width":96,"height":96,"caption":"CJMSTEEL"}},{"@type":"WebPage","@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#webpage","url":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html","name":"Steel Coil Weight Calculator Online - CJM Steel Group Ltd.","description":"Calculate steel coil weight online. Supports hot & cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#breadcrumblist"},"author":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/author\/cjmsteel\/#author"},"creator":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/author\/cjmsteel\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.cjmsteelgroup.com\/wp-content\/uploads\/2025\/09\/steel-coil-weight-calculator.png","@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html\/#mainImage","width":1062,"height":737},"primaryImageOfPage":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html#mainImage"},"datePublished":"2025-09-12T16:35:58+08:00","dateModified":"2025-09-12T16:36:05+08:00"},{"@type":"WebSite","@id":"https:\/\/www.cjmsteelgroup.com\/es\/#website","url":"https:\/\/www.cjmsteelgroup.com\/es\/","name":"C.J.M.Stainless Steel Group Ltd","inLanguage":"es-ES","publisher":{"@id":"https:\/\/www.cjmsteelgroup.com\/es\/#organization"}}]}},"aioseo_meta_data":{"post_id":"7256","title":"Steel Coil Weight Calculator Online #separator_sa #site_title","description":"Calculate steel coil weight online. Supports hot &amp; cold rolled, galvanized, stainless, and aluminum coils. Just enter OD, ID, width to get an quick result.","keywords":"[]","keyphrases":"{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}","primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":"[]","twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2025-09-12 07:10:59","updated":"2025-09-12 08:43:41"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.cjmsteelgroup.com\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.cjmsteelgroup.com\/es\/news\/\" title=\"News\">News<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tSteel Coil Weight Calculator\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.cjmsteelgroup.com\/es"},{"label":"News","link":"https:\/\/www.cjmsteelgroup.com\/es\/news\/"},{"label":"Steel Coil Weight Calculator","link":"https:\/\/www.cjmsteelgroup.com\/es\/steel-coil-weight-calculator.html"}],"medium_url":"https:\/\/www.cjmsteelgroup.com\/wp-content\/uploads\/2025\/09\/steel-coil-weight-calculator-300x208.png","thumbnail_url":"https:\/\/www.cjmsteelgroup.com\/wp-content\/uploads\/2025\/09\/steel-coil-weight-calculator-150x150.png","full_url":"https:\/\/www.cjmsteelgroup.com\/wp-content\/uploads\/2025\/09\/steel-coil-weight-calculator.png","_links":{"self":[{"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/posts\/7256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/comments?post=7256"}],"version-history":[{"count":2,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/posts\/7256\/revisions"}],"predecessor-version":[{"id":7259,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/posts\/7256\/revisions\/7259"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/media\/7258"}],"wp:attachment":[{"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/media?parent=7256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/categories?post=7256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cjmsteelgroup.com\/es\/wp-json\/wp\/v2\/tags?post=7256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}