Home · Branding · Shred Video

Shred Video Brand Identity

A complete profile of Shred Video's visual system — colors, typography, components, and personality — extracted from https://shredvideo.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#D81F32
Accent
#D81F32
Body Font
Proxima Nova Soft
Heading
Proxima Nova

Color Palette

Brand palette extracted from https://shredvideo.com.

primary
#D81F32
rgb(216, 31, 50)
secondary
#19202A
rgb(25, 32, 42)
accent
#D81F32
rgb(216, 31, 50)
background
#010101
rgb(1, 1, 1)
textPrimary
#010101
rgb(1, 1, 1)
link
#212730
rgb(33, 39, 48)

Typography

Each font links to its Google Fonts page where available.

primary
Proxima Nova Soft
Proxima Nova Soft Google Fonts →
heading
Proxima Nova
Proxima Nova Google Fonts →
proxima-nova, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Shred Video logo
Logo
Shred Video favicon
Favicon
Shred Video social image
Social Card

UI Components

Live previews rendered using Shred Video's actual button styles.

buttonPrimary
background #D81F32 textColor #FFFFFF borderColor #D81F32 borderRadius 100px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #D81F32 borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy individuals and businesses looking for video solutions

Shred Video Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Shred Video's primary brand color?

Shred Video's primary brand color is #D81F32. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Shred Video use?

Shred Video uses Proxima Nova Soft for body text and Proxima Nova for headings. Fonts were detected on https://shredvideo.com as part of their live design system.

Does Shred Video use a light or dark theme?

Shred Video's primary site uses a light color scheme, with a background of #010101.

Where can I find Shred Video's logo?

Shred Video's logo is available directly on their site (https://shredvideo.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://shredvideo.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Shred Video.

Methodology

Brand data on this page was extracted from https://shredvideo.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Shred Video.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Proxima Nova Soft",
      "role": "body"
    },
    {
      "family": "Proxima Nova",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#D81F32",
    "secondary": "#19202A",
    "accent": "#D81F32",
    "background": "#010101",
    "textPrimary": "#010101",
    "link": "#212730"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Proxima Nova Soft",
      "heading": "Proxima Nova"
    },
    "fontStacks": {
      "heading": [
        "proxima-nova",
        "sans-serif"
      ],
      "body": [
        "proxima-nova",
        "sans-serif"
      ],
      "paragraph": [
        "proxima-nova",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "45px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "50px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#D81F32",
      "textColor": "#FFFFFF",
      "borderColor": "#D81F32",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#D81F32",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2298.6px%22%20height%3D%2285px%22%20viewBox%3D%220%200%2098.6%2085%22%20style%3D%22enable-background%3Anew%200%200%2098.6%2085%3B%22%20xml%3Aspace%3D%22preserve%22%20data-fc-idx%3D%220%22%3E%0A%09%09%09%09%3Cdefs%3E%0A%09%09%09%09%3C%2Fdefs%3E%0A%09%09%09%09%3Cpath%20id%3D%22type-triangle%22%20class%3D%22type-triangle%22%20d%3D%22M10.6%2C69.9c-1.8-0.8-3-1.8-3-2.8s0.9-1.3%2C2.3-1.3c1.2%2C0%2C2.4%2C0.2%2C3.6%2C0.5c0.9%2C0.2%2C1.4%2C0%2C1.5-0.8%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bl0.5-3.2c0.1-0.8-0.2-1.1-0.9-1.5c-1.8-0.6-3.7-1-5.6-0.9c-5.6%2C0-8.4%2C2-8.4%2C7c0%2C4.8%2C2.8%2C6.6%2C5.8%2C8c2.3%2C1.2%2C3.1%2C1.7%2C3.1%2C2.6%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0%2C1.2-1.3%2C1.5-3%2C1.5c-1.3%2C0-2.6-0.2-3.9-0.7c-1-0.3-1.4%2C0-1.5%2C0.8l-0.5%2C3.3c-0.2%2C0.9%2C0.2%2C1.1%2C0.9%2C1.5C3.5%2C84.6%2C5.8%2C85%2C8%2C85%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc4.5%2C0%2C8.6-2%2C8.5-7.3C16.6%2C73.3%2C14.1%2C71.8%2C10.6%2C69.9z%20M36%2C60.2h-4.5c-0.1%2C0-0.2%2C0-0.4%2C0c-0.5%2C0.1-0.9%2C0.6-0.8%2C1.2v7.7h-4.2v-7.7%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0-0.1%2C0-0.2%2C0-0.4c-0.1-0.5-0.6-0.9-1.2-0.8h-4.6c-0.1%2C0-0.3%2C0-0.4%2C0c-0.5%2C0.1-0.9%2C0.6-0.8%2C1.2v22c0%2C0.1%2C0%2C0.2%2C0%2C0.4%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0.1%2C0.5%2C0.6%2C0.9%2C1.2%2C0.8H25c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.5-0.1%2C0.9-0.6%2C0.8-1.2v-8.1h4.2v8.1c0%2C0.1%2C0%2C0.2%2C0%2C0.4c0.1%2C0.5%2C0.6%2C0.9%2C1.2%2C0.8H36%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.5-0.1%2C0.9-0.6%2C0.8-1.2v-22c0-0.1%2C0-0.2%2C0-0.4C37.1%2C60.5%2C36.6%2C60.1%2C36%2C60.2z%20M59%2C69c0-6.6-3.1-8.7-9.5-8.7%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bl-7.4%2C0c-0.1%2C0-0.2%2C0-0.4%2C0c-0.5%2C0.1-0.9%2C0.6-0.8%2C1.2v22c0%2C0.1%2C0%2C0.2%2C0%2C0.4c0.1%2C0.5%2C0.6%2C0.9%2C1.2%2C0.8h4.5c0.1%2C0%2C0.2%2C0%2C0.4%2C0%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0.5-0.1%2C0.9-0.6%2C0.8-1.2v-6h1l3%2C6.2c0.3%2C0.6%2C0.9%2C1%2C1.6%2C0.9H58c0.9%2C0%2C1.1-0.7%2C0.7-1.4l-3.6-6.9C57.5%2C75.2%2C59%2C72.9%2C59%2C69z%20M49.4%2C71.9%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3BL49.4%2C71.9l-1.6-0.1v-5.6h1.6c2%2C0%2C2.6%2C0.7%2C2.6%2C2.8C52%2C71.1%2C51.4%2C71.9%2C49.4%2C71.9z%20M76%2C78.7h-7.1v-3.6h6.4c0.1%2C0%2C0.2%2C0%2C0.4%2C0%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0.5-0.1%2C0.9-0.6%2C0.8-1.2v-3.4c0-0.1%2C0-0.2%2C0-0.4c-0.1-0.5-0.6-0.9-1.2-0.8h-6.5v-3.1h7c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.5-0.1%2C0.9-0.6%2C0.8-1.2%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bv-3.6c0-0.1%2C0-0.2%2C0-0.4c-0.1-0.5-0.6-0.9-1.2-0.8H63.2c-0.1%2C0-0.2%2C0-0.4%2C0c-0.5%2C0.1-0.9%2C0.6-0.8%2C1.2v22c0%2C0.1%2C0%2C0.2%2C0%2C0.4%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc0.1%2C0.5%2C0.6%2C0.9%2C1.2%2C0.8H76c0.1%2C0%2C0.2%2C0%2C0.4%2C0c0.5-0.1%2C0.9-0.6%2C0.8-1.2v-3.6c0-0.1%2C0-0.2%2C0-0.4C77.1%2C78.9%2C76.5%2C78.6%2C76%2C78.7z%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%20M88.2%2C60.3h-6.7c-0.1%2C0-0.2%2C0-0.4%2C0c-0.5%2C0.1-0.9%2C0.6-0.8%2C1.2v22c0%2C0.1%2C0%2C0.2%2C0%2C0.4c0.1%2C0.5%2C0.6%2C0.9%2C1.2%2C0.8v0h6.7%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3Bc7.1%2C0%2C10.4-3.1%2C10.4-12.1C98.6%2C63.4%2C95.3%2C60.3%2C88.2%2C60.3z%20M88.1%2C78.6h-0.8V66.4H88c2.5%2C0%2C3.6%2C1.1%2C3.6%2C6.1%26%2310%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3B%26%239%3BC91.6%2C77.5%2C90.6%2C78.6%2C88.1%2C78.6z%20M96.2%2C0L74.9%2C12.3v42.9h21.2V0z%20M69.4%2C15.4L0.7%2C55.2h68.9L69.4%2C15.4z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%09%09%09%09%3Cpath%20id%3D%22smalltriangle%22%20class%3D%22smalltriangle%22%20d%3D%22M27.4%2C32.1L0%2C14.9v33L27.4%2C32.1z%22%20style%3D%22fill%3A%20rgb(215%2C%2035%2C%2055)%20!important%3B%22%2F%3E%0A%09%09%09%09%3C%2Fsvg%3E",
    "favicon": "https://shredvideo.com/favicon.ico",
    "ogImage": "https://shredvideo.com/img/fb.jpg",
    "logoHref": "index.html"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get a Demo",
      "reasoning": "Button #0 'Get a Demo' uses the vibrant brand color #D81F32, making it the most prominent CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Request A Demo",
      "reasoning": "Button #2 'Request A Demo' has a transparent background, providing a clear visual distinction from the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy individuals and businesses looking for video solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles