#700d13
a deep, electric red · warm · closest name: Maroon
At a glance
Every number on this page in one read: what #700d13 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 | #700d13 |
| RGB | rgb(112, 13, 19) |
| HSL | hsl(356, 79%, 25%) |
| CMYK | cmyk(0%, 88%, 83%, 56%) |
| LAB | lab(22.9 41.2 25.5) |
| LCH | lch(22.9 48.5 31.8) |
| OKLCH | oklch(0.352 0.131 25.0) |
| Decimal | 7343379 |
| Display P3 | color(display-p3 0.439 0.051 0.075) |
Copy-ready code
/* CSS */
color: #700d13;
background-color: #700d13;
/* Tailwind (arbitrary) */
class="text-[#700d13] bg-[#700d13]"
/* SCSS */
$brand: #700d13;
/* SwiftUI */
Color(red: 0.439, green: 0.051, blue: 0.075)
/* Android */
Color.parseColor("#700d13")
/* Flutter */
Color(0xFF700D13)
/* Python / OpenCV (BGR) */
(19, 13, 112)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. #700d13 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: #FCF3F3;
--brand-100: #F9E6E7;
--brand-200: #F5C7CA;
--brand-300: #F39AA0;
--brand-400: #ED6870;
--brand-500: #E83641;
--brand-600: #DB1925;
--brand-700: #B7151F;
--brand-800: #921119;
--brand-900: #700d13;
--brand-950: #420A0E;
--brand: #700d13;
--brand-ink: #ffffff;
}Colors that work with #700d13
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 #700d13
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 | #0D706A | Directly opposite — maximum tension | |
| Analogous left | #700D44 | Neighbour, quieter | |
| Analogous right | #70390D | Neighbour, quieter | |
| Split-complement 1 | #0D7039 | Contrast without the clash | |
| Split-complement 2 | #0D4470 | Contrast without the clash | |
| Triadic 1 | #13700D | Even thirds — balanced and loud | |
| Triadic 2 | #0D1370 | Even thirds — balanced and loud | |
| Tetradic | #44700D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#700d13 text on a black background
contrast 1.76:1
#700d13 text on a white background
contrast 11.96:1
CSS3 live lab
The quick brown fox
color: #700d13;
background-color: #700d13;
Glowing headline
text-shadow: 2px 2px 8px #700d13;
Soft neon halo
text-shadow: 0 0 14px rgba(112, 13, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(112, 13, 19, 0.45);
border: 3px solid #700d13; background: linear-gradient(135deg, #700d13, #70490D);
Monochromatic scale
Palettes built from #700d13
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: Burgundy (#800020) — ΔE2000 5.1 away, with its history, psychology and brand usage.
#700d13 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.
#700d13, answered
What color is #700d13?
#700d13 is a deep electric red, closest to Maroon (ΔE2000 5.7). It sits at 356° on the hue wheel with 79% saturation and 25% lightness, which reads as warm.
What is the RGB value of #700d13?
rgb(112, 13, 19) — 112 red, 13 green and 19 blue out of 255, or 43.9% / 5.1% / 7.5% by channel.
Is #700d13 a light or a dark color?
It is a dark color. Relative luminance is 0.0378 and perceived brightness is 24%, so white text on it reaches 11.96:1.
Should I use black or white text on #700d13?
White. It scores 11.96:1 against #700d13, versus 1.76:1 for black — AAA at any size.
What is the complementary color of #700d13?
#0D706A sits directly opposite on the wheel. Softer options are the split-complements #0D7039 and #0D4470, which give the same contrast with far less vibration.
What colors go well with #700d13?
For interface work: #FAF4F5 as the surface, #EDC0C2 for borders, #9B4B4F for secondary text, #0A7252 as an accent and #720D13 for hover and pressed states. For a palette, the analogous pair #700D44 and #70390D stays calm, while #0D706A is the loudest partner.
What is #700d13 in CMYK for printing?
cmyk(0%, 88%, 83%, 56%). 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 #700d13 warm or cool?
Warm — it scores 19 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #70290D; nudged cooler, #710C37.