#c91908
a dark, electric red · warm · closest name: Firebrick
At a glance
Every number on this page in one read: what #c91908 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 | #c91908 |
| RGB | rgb(201, 25, 8) |
| HSL | hsl(5, 92%, 41%) |
| CMYK | cmyk(0%, 88%, 96%, 21%) |
| LAB | lab(43.0 64.0 54.0) |
| LCH | lch(43.0 83.7 40.2) |
| OKLCH | oklch(0.533 0.208 30.2) |
| Decimal | 13179144 |
| Display P3 | color(display-p3 0.788 0.098 0.031) |
Copy-ready code
/* CSS */
color: #c91908;
background-color: #c91908;
/* Tailwind (arbitrary) */
class="text-[#c91908] bg-[#c91908]"
/* SCSS */
$brand: #c91908;
/* SwiftUI */
Color(red: 0.788, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#c91908")
/* Flutter */
Color(0xFFC91908)
/* Python / OpenCV (BGR) */
(8, 25, 201)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. #c91908 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF3F2;
--brand-100: #FBE6E4;
--brand-200: #F9C7C3;
--brand-300: #FB9C93;
--brand-400: #F96B5D;
--brand-500: #F63A27;
--brand-600: #EB1D09;
--brand-700: #c91908;
--brand-800: #9D1406;
--brand-900: #711209;
--brand-950: #470C06;
--brand: #c91908;
--brand-ink: #ffffff;
}Colors that work with #c91908
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 #c91908
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
- ⚠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 | #08B8C9 | Directly opposite — maximum tension | |
| Analogous left | #C90858 | Neighbour, quieter | |
| Analogous right | #C97A08 | Neighbour, quieter | |
| Split-complement 1 | #08C97A | Contrast without the clash | |
| Split-complement 2 | #0858C9 | Contrast without the clash | |
| Triadic 1 | #08C919 | Even thirds — balanced and loud | |
| Triadic 2 | #1908C9 | Even thirds — balanced and loud | |
| Tetradic | #58C908 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c91908 text on a black background
contrast 3.63:1
#c91908 text on a white background
contrast 5.79:1
CSS3 live lab
The quick brown fox
color: #c91908;
background-color: #c91908;
Glowing headline
text-shadow: 2px 2px 8px #c91908;
Soft neon halo
text-shadow: 0 0 14px rgba(201, 25, 8, 0.45);
box-shadow: 0 12px 32px -8px rgba(201, 25, 8, 0.45);
border: 3px solid #c91908; background: linear-gradient(135deg, #c91908, #C99A08);
Monochromatic scale
Palettes built from #c91908
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: Rust (#b7410e) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#c91908 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.
#c91908, answered
What color is #c91908?
#c91908 is a dark electric red, closest to Firebrick (ΔE2000 6.7). It sits at 5° on the hue wheel with 92% saturation and 41% lightness, which reads as warm.
What is the RGB value of #c91908?
rgb(201, 25, 8) — 201 red, 25 green and 8 blue out of 255, or 78.8% / 9.8% / 3.1% by channel.
Is #c91908 a light or a dark color?
It is a dark color. Relative luminance is 0.1313 and perceived brightness is 44%, so white text on it reaches 5.79:1.
Should I use black or white text on #c91908?
White. It scores 5.79:1 against #c91908, versus 3.63:1 for black — AA at any size.
What is the complementary color of #c91908?
#08B8C9 sits directly opposite on the wheel. Softer options are the split-complements #08C97A and #0858C9, which give the same contrast with far less vibration.
What colors go well with #c91908?
For interface work: #FAF5F4 as the surface, #EDC4C0 for borders, #9B524B for secondary text, #04C8A9 as an accent and #7B0F05 for hover and pressed states. For a palette, the analogous pair #C90858 and #C97A08 stays calm, while #08B8C9 is the loudest partner.
What is #c91908 in CMYK for printing?
cmyk(0%, 88%, 96%, 21%). 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 #c91908 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 #C93C08; nudged cooler, #CB063D.