HSL(359, 70%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,70%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 70%, 43%) | color: hsl(359, 70%, 43%) | |
| HEX | #BA2123 | color: #BA2123 | |
| RGB | rgb(186, 33, 35) | color: rgb(186, 33, 35) | |
| CMYK | cmyk(0%, 82%, 81%, 27%) | — | |
| HSV | hsv(359, 82%, 73%) | — | |
| HWB | hwb(359 13% 27%) | color: hwb(359 13% 27%) | |
| OKLCH | oklch(0.5111 0.1877 26.57) | color: oklch(0.5111 0.1877 26.57) | |
| Lab | lab(40.66 58.54 39.16) | color: lab(40.66 58.54 39.16) | |
| LCH | lch(40.66 70.43 33.78) | color: lch(40.66 70.43 33.78) |
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)
#787623 — rgb(120, 118, 35)
Deuteranopia (Green-blind)
#818C22 — rgb(129, 140, 34)
Tritanopia (Blue-blind)
#B22222 — rgb(178, 34, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 70%, 43%);
text
color: hsl(359, 70%, 43%);
border
border: 2px solid hsl(359, 70%, 43%);
gradient light
background: linear-gradient(to right, hsl(359, 70%, 63%), hsl(359, 70%, 43%));
gradient dark
background: linear-gradient(to right, hsl(359, 70%, 43%), hsl(359, 70%, 23%))
hex
background-color: #BA2123;
tailwind
bg-[hsl(359,70%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 70%, 43%, 0.4);
css variable
--color-primary: hsl(359, 70%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 70%, 43%)?
HEX: #BA2123 | RGB: rgb(186, 33, 35) | CMYK: 0%, 82%, 81%, 27% | HSV: 359°, 82%, 73%. Copy any format from the conversion table above.
What colors go well with #BA2123?
The complementary color is HSL(179, 70%, 43%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 70%, 43%) in CSS?
As HSL: color: hsl(359, 70%, 43%); — As HEX: color: #BA2123; — As RGB: color: rgb(186, 33, 35); — Tailwind CSS: bg-[hsl(359,70%,43%)] — CSS variable: --color-primary: hsl(359, 70%, 43%);