HSL(2, 70%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,70%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 70%, 43%) | color: hsl(2, 70%, 43%) | |
| HEX | #BA2621 | color: #BA2621 | |
| RGB | rgb(186, 38, 33) | color: rgb(186, 38, 33) | |
| CMYK | cmyk(0%, 80%, 82%, 27%) | — | |
| HSV | hsv(2, 82%, 73%) | — | |
| HWB | hwb(2 13% 27%) | color: hwb(2 13% 27%) | |
| OKLCH | oklch(0.5144 0.1846 27.98) | color: oklch(0.5144 0.1846 27.98) | |
| Lab | lab(41.12 57.12 40.7) | color: lab(41.12 57.12 40.7) | |
| LCH | lch(41.12 70.14 35.47) | color: lch(41.12 70.14 35.47) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#7A7922 — rgb(122, 121, 34)
Deuteranopia (Green-blind)
#838E23 — rgb(131, 142, 35)
Tritanopia (Blue-blind)
#B32323 — rgb(179, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 70%, 43%);
text
color: hsl(2, 70%, 43%);
border
border: 2px solid hsl(2, 70%, 43%);
gradient light
background: linear-gradient(to right, hsl(2, 70%, 63%), hsl(2, 70%, 43%));
gradient dark
background: linear-gradient(to right, hsl(2, 70%, 43%), hsl(2, 70%, 23%))
hex
background-color: #BA2621;
tailwind
bg-[hsl(2,70%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 70%, 43%, 0.4);
css variable
--color-primary: hsl(2, 70%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 70%, 43%)?
HEX: #BA2621 | RGB: rgb(186, 38, 33) | CMYK: 0%, 80%, 82%, 27% | HSV: 2°, 82%, 73%. Copy any format from the conversion table above.
What colors go well with #BA2621?
The complementary color is HSL(182, 70%, 43%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 70%, 43%) in CSS?
As HSL: color: hsl(2, 70%, 43%); — As HEX: color: #BA2621; — As RGB: color: rgb(186, 38, 33); — Tailwind CSS: bg-[hsl(2,70%,43%)] — CSS variable: --color-primary: hsl(2, 70%, 43%);