Red 800
#991b1b
red-800
Near-black red for dark themes.
Color Values
| Hex | #991b1b | |
| RGB | rgb(153, 27, 27) | |
| HSL | hsl(0, 70%, 35%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="red-800">
Background
</div>
<p class="red-800">
Text
</p>
<div class="red-800 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-red-800: #991b1b;
/* Direct Usage */
.element {
color: #991b1b;
background-color: rgb(153, 27, 27);
}Best Use Cases
Dark error backgrounds
Deep red accents
Serious warnings
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors