Home · Branding · H3X Technologies

H3X Technologies Brand Identity

A complete profile of H3X Technologies's visual system — colors, typography, components, and personality — extracted from http://h3x.tech/. Built for designers, agents, and AI tools.

Download JSON
Primary
#FF6E42
Accent
#FF6E42
Body Font
Alliance No 2
Heading
Alliance No 1

Color Palette

Brand palette extracted from http://h3x.tech/.

primary
#FF6E42
rgb(255, 110, 66)
secondary
#0082F3
rgb(0, 130, 243)
accent
#FF6E42
rgb(255, 110, 66)
background
#0D0E11
rgb(13, 14, 17)
textPrimary
#E2E2E2
rgb(226, 226, 226)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Alliance No 2
Alliance No 2 Google Fonts →
heading
Alliance No 1
Alliance No 1 Google Fonts →
Alliance No 2, 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

H3X Technologies logo
Logo
H3X Technologies favicon
Favicon
H3X Technologies social image
Social Card

UI Components

Live previews rendered using H3X Technologies's actual button styles.

buttonPrimary
background #171A20 textColor #E2E2E2 borderColor #313235 borderRadius 2px shadow none
buttonSecondary
background transparent textColor #FF6E42 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: technology professionals

H3X Technologies Brand in the Wild

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

Frequently Asked Questions

What is H3X Technologies's primary brand color?

H3X Technologies's primary brand color is #FF6E42. It anchors the visual identity across their website, product UI, and marketing materials.

What font does H3X Technologies use?

H3X Technologies uses Alliance No 2 for body text and Alliance No 1 for headings. Fonts were detected on http://h3x.tech/ as part of their live design system.

Does H3X Technologies use a light or dark theme?

H3X Technologies's primary site uses a dark color scheme, with a background of #0D0E11.

Where can I find H3X Technologies's logo?

H3X Technologies's logo is available directly on their site (http://h3x.tech/). 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 http://h3x.tech/ 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 H3X Technologies.

Methodology

Brand data on this page was extracted from http://h3x.tech/ 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 H3X Technologies.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Alliance No 2",
      "role": "body"
    },
    {
      "family": "Alliance No 1",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF6E42",
    "secondary": "#0082F3",
    "accent": "#FF6E42",
    "background": "#0D0E11",
    "textPrimary": "#E2E2E2",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Alliance No 2",
      "heading": "Alliance No 1"
    },
    "fontStacks": {
      "heading": [
        "Alliance No 2",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Alliance No 1",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "104px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#171A20",
      "textColor": "#E2E2E2",
      "borderColor": "#313235",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FF6E42",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66f40c40b0d838a32422f138/66f5a873d4090f229f2591ab_H3X-Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/66f40c40b0d838a32422f138/67094e72c474142e6a4da90d_Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/66f40c40b0d838a32422f138/673758ad7432826604012b0a_SitePreview-V3.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 4,
    "reasoning": "Selected #4 because it is visible, medium-sized, and links to the homepage, matching the brand 'H3X Technologies'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "GET STARTED",
      "reasoning": "Button #0 with text 'GET STARTED' is the primary CTA due to its action-oriented text and distinct dark background color, making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 3,
      "text": "Learn More",
      "reasoning": "Button #3 with text 'Learn More' is selected as secondary due to its transparent background, which contrasts with the primary button's dark color, and its supportive action text."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 4,
        "selectedLogoReasoning": "Selected #4 because it is visible, medium-sized, and links to the homepage, matching the brand 'H3X Technologies'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles