#ce2c1f
a balanced, vivid red · warm · closest name: Firebrick
At a glance
Every number on this page in one read: what #ce2c1f is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ce2c1f |
| RGB | rgb(206, 44, 31) |
| HSL | hsl(5, 74%, 47%) |
| CMYK | cmyk(0%, 79%, 85%, 19%) |
| LAB | lab(45.7 61.3 47.3) |
| LCH | lch(45.7 77.4 37.7) |
| OKLCH | oklch(0.555 0.200 29.6) |
| Decimal | 13511711 |
| Display P3 | color(display-p3 0.808 0.173 0.122) |
Copy-ready code
/* CSS */
color: #ce2c1f;
background-color: #ce2c1f;
/* Tailwind (arbitrary) */
class="text-[#ce2c1f] bg-[#ce2c1f]"
/* SCSS */
$brand: #ce2c1f;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.122)
/* Android */
Color.parseColor("#ce2c1f")
/* Flutter */
Color(0xFFCE2C1F)
/* Python / OpenCV (BGR) */
(31, 44, 206)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ce2c1f is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF4F3;
--brand-100: #F9E8E7;
--brand-200: #F3CCC8;
--brand-300: #F0A49D;
--brand-400: #E9766D;
--brand-500: #E2483C;
--brand-600: #ce2c1f;
--brand-700: #B1261B;
--brand-800: #8E1E15;
--brand-900: #671A14;
--brand-950: #40100C;
--brand: #ce2c1f;
--brand-ink: #ffffff;
}Colors that work with #ce2c1f
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ce2c1f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #1FC1CE | Directly opposite — maximum tension | |
| Analogous left | #CE1F69 | Neighbour, quieter | |
| Analogous right | #CE841F | Neighbour, quieter | |
| Split-complement 1 | #1FCE84 | Contrast without the clash | |
| Split-complement 2 | #1F69CE | Contrast without the clash | |
| Triadic 1 | #1FCE2C | Even thirds — balanced and loud | |
| Triadic 2 | #2C1FCE | Even thirds — balanced and loud | |
| Tetradic | #69CE1F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ce2c1f text on a black background
contrast 4.00:1
#ce2c1f text on a white background
contrast 5.24:1
CSS3 live lab
The quick brown fox
color: #ce2c1f;
background-color: #ce2c1f;
Glowing headline
text-shadow: 2px 2px 8px #ce2c1f;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 31, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 44, 31, 0.45);
border: 3px solid #ce2c1f; background: linear-gradient(135deg, #ce2c1f, #CEA11F);
Monochromatic scale
Palettes built from #ce2c1f
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Vermilion (#e34234) — ΔE2000 6.8 away, with its history, psychology and brand usage.
#ce2c1f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#ce2c1f, answered
What color is #ce2c1f?
#ce2c1f is a balanced vivid red, closest to Firebrick (ΔE2000 6.9). It sits at 5° on the hue wheel with 74% saturation and 47% lightness, which reads as warm.
What is the RGB value of #ce2c1f?
rgb(206, 44, 31) — 206 red, 44 green and 31 blue out of 255, or 80.8% / 17.3% / 12.2% by channel.
Is #ce2c1f a light or a dark color?
It is a dark color. Relative luminance is 0.1502 and perceived brightness is 46%, so white text on it reaches 5.24:1.
Should I use black or white text on #ce2c1f?
White. It scores 5.24:1 against #ce2c1f, versus 4.00:1 for black — AA at any size.
What is the complementary color of #ce2c1f?
#1FC1CE sits directly opposite on the wheel. Softer options are the split-complements #1FCE84 and #1F69CE, which give the same contrast with far less vibration.
What colors go well with #ce2c1f?
For interface work: #FAF5F4 as the surface, #EDC3C0 for borders, #9B514B for secondary text, #16B69A as an accent and #6F1811 for hover and pressed states. For a palette, the analogous pair #CE1F69 and #CE841F stays calm, while #1FC1CE is the loudest partner.
What is #ce2c1f in CMYK for printing?
cmyk(0%, 79%, 85%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ce2c1f warm or cool?
Warm — it scores 14 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CE4F1F; nudged cooler, #D01D51.