HSL(355, 83%, 38%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,83%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 83%, 38%) | color: hsl(355, 83%, 38%) | |
| HEX | #B1101E | color: #B1101E | |
| RGB | rgb(177, 16, 30) | color: rgb(177, 16, 30) | |
| CMYK | cmyk(0%, 91%, 83%, 31%) | — | |
| HSV | hsv(355, 91%, 69%) | — | |
| HWB | hwb(355 6% 31%) | color: hwb(355 6% 31%) | |
| OKLCH | oklch(0.4844 0.1889 25.36) | color: oklch(0.4844 0.1889 25.36) | |
| Lab | lab(37.51 59.41 38.23) | color: lab(37.51 59.41 38.23) | |
| LCH | lch(37.51 70.65 32.76) | color: lch(37.51 70.65 32.76) |
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)
#6B6A1B — rgb(107, 106, 27)
Deuteranopia (Green-blind)
#75811A — rgb(117, 129, 26)
Tritanopia (Blue-blind)
#A91817 — rgb(169, 24, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 83%, 38%);
text
color: hsl(355, 83%, 38%);
border
border: 2px solid hsl(355, 83%, 38%);
gradient light
background: linear-gradient(to right, hsl(355, 83%, 58%), hsl(355, 83%, 38%));
gradient dark
background: linear-gradient(to right, hsl(355, 83%, 38%), hsl(355, 83%, 18%))
hex
background-color: #B1101E;
tailwind
bg-[hsl(355,83%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 83%, 38%, 0.4);
css variable
--color-primary: hsl(355, 83%, 38%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 83%, 38%)?
HEX: #B1101E | RGB: rgb(177, 16, 30) | CMYK: 0%, 91%, 83%, 31% | HSV: 355°, 91%, 69%. Copy any format from the conversion table above.
What colors go well with #B1101E?
The complementary color is HSL(175, 83%, 38%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 83%, 38%) in CSS?
As HSL: color: hsl(355, 83%, 38%); — As HEX: color: #B1101E; — As RGB: color: rgb(177, 16, 30); — Tailwind CSS: bg-[hsl(355,83%,38%)] — CSS variable: --color-primary: hsl(355, 83%, 38%);