#df4833
a balanced, vivid red · warm · closest name: Red
At a glance
Every number on this page in one read: what #df4833 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 | #df4833 |
| RGB | rgb(223, 72, 51) |
| HSL | hsl(7, 73%, 54%) |
| CMYK | cmyk(0%, 68%, 77%, 13%) |
| LAB | lab(52.5 57.5 44.8) |
| LCH | lch(52.5 72.9 37.9) |
| OKLCH | oklch(0.612 0.191 31.0) |
| Decimal | 14633011 |
| Display P3 | color(display-p3 0.875 0.282 0.200) |
Copy-ready code
/* CSS */
color: #df4833;
background-color: #df4833;
/* Tailwind (arbitrary) */
class="text-[#df4833] bg-[#df4833]"
/* SCSS */
$brand: #df4833;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.200)
/* Android */
Color.parseColor("#df4833")
/* Flutter */
Color(0xFFDF4833)
/* Python / OpenCV (BGR) */
(51, 72, 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. #df4833 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: #FCF4F3;
--brand-100: #F8E9E7;
--brand-200: #F3CEC9;
--brand-300: #F0A89E;
--brand-400: #E87C6E;
--brand-500: #df4833;
--brand-600: #D43721;
--brand-700: #B02E1C;
--brand-800: #8D2516;
--brand-900: #661E14;
--brand-950: #40130D;
--brand: #df4833;
--brand-ink: #000000;
}Colors that work with #df4833
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 #df4833
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 | #33CADF | Directly opposite — maximum tension | |
| Analogous left | #DF3374 | Neighbour, quieter | |
| Analogous right | #DF9E33 | Neighbour, quieter | |
| Split-complement 1 | #33DF9E | Contrast without the clash | |
| Split-complement 2 | #3374DF | Contrast without the clash | |
| Triadic 1 | #33DF48 | Even thirds — balanced and loud | |
| Triadic 2 | #4833DF | Even thirds — balanced and loud | |
| Tetradic | #74DF33 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df4833 text on a black background
contrast 5.11:1
#df4833 text on a white background
contrast 4.11:1
CSS3 live lab
The quick brown fox
color: #df4833;
background-color: #df4833;
Glowing headline
text-shadow: 2px 2px 8px #df4833;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 51, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 72, 51, 0.45);
border: 3px solid #df4833; background: linear-gradient(135deg, #df4833, #DFBB33);
Monochromatic scale
Palettes built from #df4833
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 1.5 away, with its history, psychology and brand usage.
#df4833 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.
#df4833, answered
What color is #df4833?
#df4833 is a balanced vivid red, closest to Red (ΔE2000 6.6). It sits at 7° on the hue wheel with 73% saturation and 54% lightness, which reads as warm.
What is the RGB value of #df4833?
rgb(223, 72, 51) — 223 red, 72 green and 51 blue out of 255, or 87.5% / 28.2% / 20% by channel.
Is #df4833 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2056 and perceived brightness is 53%, so black text on it reaches 5.11:1.
Should I use black or white text on #df4833?
Black. It scores 5.11:1 against #df4833, versus 4.11:1 for white — AA at any size.
What is the complementary color of #df4833?
#33CADF sits directly opposite on the wheel. Softer options are the split-complements #33DF9E and #3374DF, which give the same contrast with far less vibration.
What colors go well with #df4833?
For interface work: #FAF5F4 as the surface, #EDC5C0 for borders, #9B544B for secondary text, #17B5A0 as an accent and #6E1D11 for hover and pressed states. For a palette, the analogous pair #DF3374 and #DF9E33 stays calm, while #33CADF is the loudest partner.
What is #df4833 in CMYK for printing?
cmyk(0%, 68%, 77%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df4833 warm or cool?
Warm — it scores 13 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF6633; nudged cooler, #E1315C.