Red 700

#b91c1c

red-700

Very dark red for high-contrast errors.

Color Values

Hex#b91c1c
RGBrgb(185, 28, 28)
HSLhsl(0, 74%, 42%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="red-700">
  Background
</div>
<p class="red-700">
  Text
</p>
<div class="red-700 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-red-700: #b91c1c;

/* Direct Usage */
.element {
  color: #b91c1c;
  background-color: rgb(185, 28, 28);
}

Best Use Cases

Error headings
Dark error buttons
Critical text

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors