Color Information

Vivid Red #FC332B

Complete color analysis with professional format conversions, accessibility metrics, and harmonious color combinations for your design projects.

HEX Format
#FC332B
RGB Values
252, 51, 43
HSL Values
2°, 97%, 58%
CMYK Values
0%, 80%, 83%, 1%

Color Variations & Tints

  • #FD7C77

    Lightness: 73%

  • #FD645E

    Lightness: 68%

  • #FC4B45

    Lightness: 63%

  • #FC332B

    Lightness: 58%

    Current color
  • #FB1B13

    Lightness: 53%

  • #F10C04

    Lightness: 48%

  • #D80A03

    Lightness: 43%

Accessibility

White Text
3.7
FAIL
Black Text
5.6
PASS
WCAG AA
PASS
WCAG AAA
FAIL

Accessibility Guide

Contrast Ratios
Higher values (4.5+) ensure better readability for users with visual impairments.
WCAG AA Standard
Minimum requirement: 4.5:1 contrast for normal text, 3:1 for large text.
WCAG AAA Standard
Enhanced level: 7:1 contrast for normal text, 4.5:1 for large text.

Color Harmonies

Six established ways to build a palette around #FC332B. Click any swatch to copy its value, or open it to see the full breakdown.

Complementary

The colour directly opposite on the wheel.

Use it when
Highest possible contrast between two hues. Use it when one element has to stand out against everything else: a call-to-action button, a highlight, a single focal point.
Watch out
Side by side at full saturation the edges appear to vibrate. Give one colour far less area than the other, or take saturation out of one of them.

Split-complementary

Instead of the opposite colour, the two next to it.

Use it when
Almost the contrast of a complementary pair, but noticeably calmer. A good default when complementary feels too harsh: one dominant colour, two accents.
Watch out
The two accents are close to each other. Keep them apart in the layout, or one will read as a mistake.

Analogous

Direct neighbours on the wheel.

Use it when
Naturally harmonious because the colours share undertones. Works well for backgrounds, gradients and calm interfaces where nothing should shout.
Watch out
Contrast between them is low. Do not rely on hue alone to separate interactive elements - vary lightness as well.

Triadic

Three hues at equal distance, 120 degrees apart.

Use it when
Vivid and balanced at the same time. Suits playful, illustrative work and anything that needs three clearly distinct categories.
Watch out
Three strong colours are hard to balance. Let one dominate and treat the other two as accents, otherwise the result looks restless.

Tetradic

Four hues forming two complementary pairs.

Use it when
The richest of the classic schemes. Useful when a design genuinely needs four distinct colours, for example a chart with four series.
Watch out
The hardest scheme to control. Choose one lead colour, use the rest sparingly, and watch the balance between warm and cool.

Monochromatic

One hue, stepped through lightness.

Use it when
Always coherent, because there is only one hue. The natural choice for interface hierarchies, single-series charts and restrained designs.
Watch out
Can read as flat. Add one neutral or a single accent colour wherever something needs to be noticed.

Using this color

The same colour behaves very differently depending on where it sits. Each example below states its contrast ratio, so you can see at a glance what holds up.

As a background

5.65:1 passes AA

Heading on this colour

Body text at black, the more readable of the two options.

Fine for body text, though not the most comfortable for long passages.

As a button

Primary action Secondary Subtle

The outlined and subtle variants use #EC0B04 for the label, a darkened version of this colour so the text stays readable.

As text on white

needs adjusting

The colour itself

Adjusted for readability

At its original lightness this colour does not reach the 4.5:1 minimum on white. #EC0B04 keeps the same hue and reaches 4.55:1.

As a section behind cards

Card title

White cards on a coloured band are a safe pattern: the card carries the text, the colour carries the mood.

Read more →

As an accent

Highlighted notice

A coloured edge draws attention without touching legibility.

Body copy with an inline link in the adjusted shade.

Badge Outline

In a gradient

with its neighbour
with its complement

Neighbouring hues blend smoothly. Complements pass through a muddy middle, so keep that gradient short or add a stop.

How others see this colour

Around one in twelve men and one in two hundred women perceive colour differently. Two shades that look distinct to most people can collapse into one for them - which is why meaning should never rest on colour alone.

Normal vision

#FC332B

Protanopia

#756927

about 1% of men

Deuteranopia

#A6941E

about 1% of men

Tritanopia

#FF0034

rare, affects both sexes

Use it in code

The same colour in the notations you are likely to need.

CSS
:root {
  --vivid-red: #fc332b;
}

.element {
  color: #fc332b;
  background-color: rgb(252 51 43 / 10%);
}
Tailwind
// tailwind.config.js
theme: {
  extend: {
    colors: {
      'vivid-red': '#fc332b',
    },
  },
}
SCSS
$vivid-red: #fc332b;
$vivid-red-light: lighten($vivid-red, 15%);
$vivid-red-dark: darken($vivid-red, 15%);
Swift
Color(red: 0.988, green: 0.200, blue: 0.169)
// UIKit
UIColor(red: 0.988, green: 0.200, blue: 0.169, alpha: 1.0)
Android
<!-- colors.xml -->
<color name="vivid_red">#FC332B</color>

// Compose
val VividRed = Color(0xFFFC332B)
Other
hsl(2, 97%, 58%)
rgb(252, 51, 43)
#FC332B

Be picky and fine tune your color: colors very near to #FC332B

Systematic progression of extremely similar colors. Each color represents a precise step in lightness variation.

Discover More Colors

Explore a randomly curated selection of colors. Each refresh brings new inspiration for your palette.