#df522e
a balanced, vivid red · warm · closest name: Orange Red
At a glance
Every number on this page in one read: what #df522e 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 | #df522e |
| RGB | rgb(223, 82, 46) |
| HSL | hsl(12, 73%, 53%) |
| CMYK | cmyk(0%, 63%, 79%, 13%) |
| LAB | lab(54.0 53.3 48.8) |
| LCH | lch(54.0 72.3 42.5) |
| OKLCH | oklch(0.623 0.183 35.2) |
| Decimal | 14635566 |
| Display P3 | color(display-p3 0.875 0.322 0.180) |
Copy-ready code
/* CSS */
color: #df522e;
background-color: #df522e;
/* Tailwind (arbitrary) */
class="text-[#df522e] bg-[#df522e]"
/* SCSS */
$brand: #df522e;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.180)
/* Android */
Color.parseColor("#df522e")
/* Flutter */
Color(0xFFDF522E)
/* Python / OpenCV (BGR) */
(46, 82, 223)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. #df522e is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF5F3;
--brand-100: #F8EBE7;
--brand-200: #F3D1C8;
--brand-300: #F0AE9E;
--brand-400: #E9866D;
--brand-500: #df522e;
--brand-600: #D44521;
--brand-700: #B13A1B;
--brand-800: #8D2E16;
--brand-900: #672514;
--brand-950: #40170C;
--brand: #df522e;
--brand-ink: #000000;
}Colors that work with #df522e
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 #df522e
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #2EBBDF | Directly opposite — maximum tension | |
| Analogous left | #DF2E62 | Neighbour, quieter | |
| Analogous right | #DFAA2E | Neighbour, quieter | |
| Split-complement 1 | #2EDFAA | Contrast without the clash | |
| Split-complement 2 | #2E62DF | Contrast without the clash | |
| Triadic 1 | #2EDF52 | Even thirds — balanced and loud | |
| Triadic 2 | #522EDF | Even thirds — balanced and loud | |
| Tetradic | #62DF2E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df522e text on a black background
contrast 5.38:1
#df522e text on a white background
contrast 3.90:1
CSS3 live lab
The quick brown fox
color: #df522e;
background-color: #df522e;
Glowing headline
text-shadow: 2px 2px 8px #df522e;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 46, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 82, 46, 0.45);
border: 3px solid #df522e; background: linear-gradient(135deg, #df522e, #DFC82E);
Monochromatic scale
Palettes built from #df522e
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 5 away, with its history, psychology and brand usage.
#df522e 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.
#df522e, answered
What color is #df522e?
#df522e is a balanced vivid red, closest to Orange Red (ΔE2000 6.5). It sits at 12° on the hue wheel with 73% saturation and 53% lightness, which reads as warm.
What is the RGB value of #df522e?
rgb(223, 82, 46) — 223 red, 82 green and 46 blue out of 255, or 87.5% / 32.2% / 18% by channel.
Is #df522e a light or a dark color?
It is a mid-tone. Relative luminance is 0.2192 and perceived brightness is 54%, so black text on it reaches 5.38:1.
Should I use black or white text on #df522e?
Black. It scores 5.38:1 against #df522e, versus 3.90:1 for white — AA at any size.
What is the complementary color of #df522e?
#2EBBDF sits directly opposite on the wheel. Softer options are the split-complements #2EDFAA and #2E62DF, which give the same contrast with far less vibration.
What colors go well with #df522e?
For interface work: #FAF6F4 as the surface, #EDC9C0 for borders, #9B5B4B for secondary text, #17B5AE as an accent and #6F2411 for hover and pressed states. For a palette, the analogous pair #DF2E62 and #DFAA2E stays calm, while #2EBBDF is the loudest partner.
What is #df522e in CMYK for printing?
cmyk(0%, 63%, 79%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df522e warm or cool?
Warm — it scores 10 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF682E; nudged cooler, #E12B49.