Overview
Introduction
This tool builds a red-ink stamp graphic, the color most associated with 'REJECTED', 'URGENT', or 'VOID' rubber stamps in offices and forms.
It's a themed wrapper around this category's shared stamp composer, swapping only the default ink color.
What Is Red Stamp Creator?
A color-themed wrapper around createCustomStampDesign, the shared composer every stamp tool in this batch reuses for its ring-and-text rendering.
It defaults to a round shape and a strong red ink color, while still exposing every other option (shape, subtext, size, and the ink color itself) the underlying composer supports.
How Red Stamp Creator Works
Your text is validated and centered inside a double-ring border exactly as in the other stamp tools; the only difference here is the default ink RGBA value used when you don't override it.
The red default was chosen for strong contrast and to read immediately as a warning or rejection-style stamp.
When To Use Red Stamp Creator
Use it whenever you need a rejection or urgency stamp graphic — 'REJECTED', 'URGENT', 'VOID' — without manually picking a color.
It pairs naturally with the Green Stamp Creator when mocking up both approved and rejected states for a workflow diagram.
Often used alongside Green Stamp Creator, Custom Stamp Design Creator and Round Stamp Creator.
Features
Advantages
- One less decision to make when you already know you want a red 'rejected'/'urgent' look.
- Shares its exact rendering math with every other stamp tool in this category for visual consistency.
- Runs entirely client-side, producing a downloadable transparent PNG.
Limitations
- The default red is a single fixed shade; pick a custom RGBA color if you need an exact brand or warning-color match.
- The bitmap font only supports uppercase A-Z, digits, and spaces.
Examples
Best Practices & Notes
Best Practices
- Use short, familiar rejection/urgency words (REJECTED, URGENT, VOID) for the clearest result.
- Override the ink color if you need to match a specific brand red rather than the built-in default.
Developer Notes
The lib function is a thin wrapper around createCustomStampDesign, overriding only the default inkColor (RED_STAMP_INK) while forwarding every other option unchanged.
Red Stamp Creator Use Cases
- Marking a document mockup as REJECTED or VOID
- Building a workflow diagram's 'rejected' state graphic
- Prototyping an urgency-themed status stamp for a form template
Common Mistakes
- Assuming the red shade is configurable per-preset — it's just the default value, fully overridable via the ink color option.
- Using long text that doesn't leave room for the ring border at the default size.
Tips
- Pair with the Green Stamp Creator for a matching pair of approved/rejected graphics.
- Use the subtext line for a date to make the rejection stamp feel more complete.