#891c01
a dark, electric red · warm · closest name: Dark Red
At a glance
Every number on this page in one read: what #891c01 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 | #891c01 |
| RGB | rgb(137, 28, 1) |
| HSL | hsl(12, 99%, 27%) |
| CMYK | cmyk(0%, 80%, 99%, 46%) |
| LAB | lab(29.8 44.3 42.1) |
| LCH | lch(29.8 61.1 43.5) |
| OKLCH | oklch(0.412 0.148 33.8) |
| Decimal | 8985601 |
| Display P3 | color(display-p3 0.537 0.110 0.004) |
Copy-ready code
/* CSS */
color: #891c01;
background-color: #891c01;
/* Tailwind (arbitrary) */
class="text-[#891c01] bg-[#891c01]"
/* SCSS */
$brand: #891c01;
/* SwiftUI */
Color(red: 0.537, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#891c01")
/* Flutter */
Color(0xFF891C01)
/* Python / OpenCV (BGR) */
(1, 28, 137)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. #891c01 is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FEF4F1;
--brand-100: #FCE8E3;
--brand-200: #FBCCC0;
--brand-300: #FEA690;
--brand-400: #FE7958;
--brand-500: #FD4C20;
--brand-600: #F33202;
--brand-700: #CB2901;
--brand-800: #A22101;
--brand-900: #891c01;
--brand-950: #491104;
--brand: #891c01;
--brand-ink: #ffffff;
}Colors that work with #891c01
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 #891c01
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #016E89 | Directly opposite — maximum tension | |
| Analogous left | #89012A | Neighbour, quieter | |
| Analogous right | #896001 | Neighbour, quieter | |
| Split-complement 1 | #018960 | Contrast without the clash | |
| Split-complement 2 | #012A89 | Contrast without the clash | |
| Triadic 1 | #01891C | Even thirds — balanced and loud | |
| Triadic 2 | #1C0189 | Even thirds — balanced and loud | |
| Tetradic | #2A8901 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#891c01 text on a black background
contrast 2.23:1
#891c01 text on a white background
contrast 9.42:1
CSS3 live lab
The quick brown fox
color: #891c01;
background-color: #891c01;
Glowing headline
text-shadow: 2px 2px 8px #891c01;
Soft neon halo
text-shadow: 0 0 14px rgba(137, 28, 1, 0.45);
box-shadow: 0 12px 32px -8px rgba(137, 28, 1, 0.45);
border: 3px solid #891c01; background: linear-gradient(135deg, #891c01, #897701);
Monochromatic scale
Palettes built from #891c01
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: Dark Red (#8b0000) — ΔE2000 3.5 away, with its history, psychology and brand usage.
#891c01 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.
#891c01, answered
What color is #891c01?
#891c01 is a dark electric red, closest to Dark Red (ΔE2000 3.5). It sits at 12° on the hue wheel with 99% saturation and 27% lightness, which reads as warm.
What is the RGB value of #891c01?
rgb(137, 28, 1) — 137 red, 28 green and 1 blue out of 255, or 53.7% / 11% / 0.4% by channel.
Is #891c01 a light or a dark color?
It is a dark color. Relative luminance is 0.0615 and perceived brightness is 31%, so white text on it reaches 9.42:1.
Should I use black or white text on #891c01?
White. It scores 9.42:1 against #891c01, versus 2.23:1 for black — AAA at any size.
What is the complementary color of #891c01?
#016E89 sits directly opposite on the wheel. Softer options are the split-complements #018960 and #012A89, which give the same contrast with far less vibration.
What colors go well with #891c01?
For interface work: #FAF6F4 as the surface, #EDC9C0 for borders, #9B5B4B for secondary text, #008A83 as an accent and #7F1A01 for hover and pressed states. For a palette, the analogous pair #89012A and #896001 stays calm, while #016E89 is the loudest partner.
What is #891c01 in CMYK for printing?
cmyk(0%, 80%, 99%, 46%). 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 #891c01 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 #892F01; nudged cooler, #8A0017.