#ff2041
a balanced, electric red · warm · closest name: Crimson
At a glance
Every number on this page in one read: what #ff2041 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 | #ff2041 |
| RGB | rgb(255, 32, 65) |
| HSL | hsl(351, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 75%, 0%) |
| LAB | lab(54.7 78.1 41.4) |
| LCH | lch(54.7 88.3 27.9) |
| OKLCH | oklch(0.640 0.246 22.0) |
| Decimal | 16719937 |
| Display P3 | color(display-p3 1.000 0.125 0.255) |
Copy-ready code
/* CSS */
color: #ff2041;
background-color: #ff2041;
/* Tailwind (arbitrary) */
class="text-[#ff2041] bg-[#ff2041]"
/* SCSS */
$brand: #ff2041;
/* SwiftUI */
Color(red: 1.000, green: 0.125, blue: 0.255)
/* Android */
Color.parseColor("#ff2041")
/* Flutter */
Color(0xFFFF2041)
/* Python / OpenCV (BGR) */
(65, 32, 255)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. #ff2041 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: #FEF1F3;
--brand-100: #FCE3E7;
--brand-200: #FCC0C9;
--brand-300: #FF8F9F;
--brand-400: #FF5770;
--brand-500: #ff2041;
--brand-600: #F50024;
--brand-700: #CC001E;
--brand-800: #A30018;
--brand-900: #760516;
--brand-950: #49030D;
--brand: #ff2041;
--brand-ink: #000000;
}Colors that work with #ff2041
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 #ff2041
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 | #20FFDE | Directly opposite — maximum tension | |
| Analogous left | #FF20B1 | Neighbour, quieter | |
| Analogous right | #FF6F20 | Neighbour, quieter | |
| Split-complement 1 | #20FF6F | Contrast without the clash | |
| Split-complement 2 | #20B1FF | Contrast without the clash | |
| Triadic 1 | #41FF20 | Even thirds — balanced and loud | |
| Triadic 2 | #2041FF | Even thirds — balanced and loud | |
| Tetradic | #B1FF20 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ff2041 text on a black background
contrast 5.53:1
#ff2041 text on a white background
contrast 3.79:1
CSS3 live lab
The quick brown fox
color: #ff2041;
background-color: #ff2041;
Glowing headline
text-shadow: 2px 2px 8px #ff2041;
Soft neon halo
text-shadow: 0 0 14px rgba(255, 32, 65, 0.45);
box-shadow: 0 12px 32px -8px rgba(255, 32, 65, 0.45);
border: 3px solid #ff2041; background: linear-gradient(135deg, #ff2041, #FF9420);
Monochromatic scale
Palettes built from #ff2041
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.9 away, with its history, psychology and brand usage.
#ff2041 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#ff2041, answered
What color is #ff2041?
#ff2041 is a balanced electric red, closest to Crimson (ΔE2000 8.2). It sits at 351° on the hue wheel with 100% saturation and 56% lightness, which reads as warm.
What is the RGB value of #ff2041?
rgb(255, 32, 65) — 255 red, 32 green and 65 blue out of 255, or 100% / 12.5% / 25.5% by channel.
Is #ff2041 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2267 and perceived brightness is 56%, so black text on it reaches 5.53:1.
Should I use black or white text on #ff2041?
Black. It scores 5.53:1 against #ff2041, versus 3.79:1 for white — AA at any size.
What is the complementary color of #ff2041?
#20FFDE sits directly opposite on the wheel. Softer options are the split-complements #20FF6F and #20B1FF, which give the same contrast with far less vibration.
What colors go well with #ff2041?
For interface work: #FAF4F5 as the surface, #EDC0C6 for borders, #9B4B57 for secondary text, #00CC7B as an accent and #800013 for hover and pressed states. For a palette, the analogous pair #FF20B1 and #FF6F20 stays calm, while #20FFDE is the loudest partner.
What is #ff2041 in CMYK for printing?
cmyk(0%, 88%, 75%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #ff2041 warm or cool?
Warm — it scores 22 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FF4320; nudged cooler, #FF2093.