What is the hex code for dark red?
CSS darkred is #8b0000 — pure red darkened; maroon #800000 is a fraction deeper.
Dark red vs maroon vs crimson?
Crimson is bright and blue-leaning; maroon is browner; dark red is the pure deep saturated one between them.
Is dark red good for text?
Yes — #8b0000 reaches 10.7:1 on white, past AAA. A dramatic, accessible alternative to black ink.
What color is #8b0000?
#8b0000 is a dark electric red — the CSS keyword Dark Red. It sits at 0° on the hue wheel with 100% saturation and 27% lightness, which reads as warm.
What is the RGB value of #8b0000?
rgb(139, 0, 0) — 139 red, 0 green and 0 blue out of 255, or 54.5% / 0% / 0% by channel.
What is #8b0000 in HSL and HSV?
hsl(0, 100%, 27%) and hsv(0, 100%, 55%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #8b0000 a light or a dark color?
It is a dark color. Relative luminance is 0.0549 and perceived brightness is 30%, so white text on it reaches 10.01:1.
Should I use black or white text on #8b0000?
White. It scores 10.01:1 against #8b0000, versus 2.10:1 for black — AAA at any size.
Is #8b0000 accessible on a white background?
#8b0000 on white scores 10.01:1, which clears AAA at every size.
What is the complementary color of #8b0000?
#008B8B sits directly opposite on the wheel. Softer options are the split-complements #008B46 and #00468B, which give the same contrast with far less vibration.
What colors go well with #8b0000?
For interface work: #FAF4F4 as the surface, #EDC0C0 for borders, #9B4B4B for secondary text, #008B68 as an accent and #800000 for hover and pressed states. For a palette, the analogous pair #8B0046 and #8B4600 stays calm, while #008B8B is the loudest partner.
What is #8b0000 in CMYK for printing?
cmyk(0%, 100%, 100%, 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 #8b0000 warm or cool?
Warm — it scores 17 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8B2500; nudged cooler, #8B0033.
Which Tailwind color is closest to #8b0000?
The red family — its 500 step is #ef4444, ΔE2000 24.9 away. That is a visible difference, so define #8b0000 as a custom token rather than reaching for the built-in.
How do I use #8b0000 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#8b0000] or text-[#8b0000], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #8b0000 with 50% opacity?
rgba(139, 0, 0, 0.5), or #8b000080 in eight-digit hex. Over white that composites to #C58080; over black, #460000.
Is #8b0000 a web-safe color?
No. The nearest web-safe colour is #990000, ΔE2000 2.8 away. The palette only matters for legacy displays and some email clients now.
What does the color #8b0000 mean?
As a red, it reads urgent, appetising, bold. Red arrives before the rest of the page does. It raises attention and appetite, which is why it runs food, sport and clearance pricing. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #8b0000?
The safest is same-hue elevation: linear-gradient(135deg, #C80000, #8b0000 45%, #800000). For more colour, a short hue run to #6D5100 keeps it rich without turning muddy.