Red 950

#450a0a

red-950

Ultra-dark red, nearly black with red undertones.

Color Values

Hex#450a0a
RGBrgb(69, 10, 10)
HSLhsl(0, 75%, 15%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-red-950: #450a0a;

/* Direct Usage */
.element {
  color: #450a0a;
  background-color: rgb(69, 10, 10);
}

Best Use Cases

OLED error backgrounds
Deep dark red themes
Maximum red depth

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors