HSL(351, 92%, 25%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,92%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 92%, 25%) | color: hsl(351, 92%, 25%) | |
| HEX | #7A0517 | color: #7A0517 | |
| RGB | rgb(122, 5, 23) | color: rgb(122, 5, 23) | |
| CMYK | cmyk(0%, 96%, 81%, 52%) | — | |
| HSV | hsv(351, 96%, 48%) | — | |
| HWB | hwb(351 2% 52%) | color: hwb(351 2% 52%) | |
| OKLCH | oklch(0.3685 0.1448 22.7) | color: oklch(0.3685 0.1448 22.7) | |
| Lab | lab(24.67 45.96 25.5) | color: lab(24.67 45.96 25.5) | |
| LCH | lch(24.67 52.56 29.02) | color: lch(24.67 52.56 29.02) |
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)
#474613 — rgb(71, 70, 19)
Deuteranopia (Green-blind)
#4E5712 — rgb(78, 87, 18)
Tritanopia (Blue-blind)
#740F0E — rgb(116, 15, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 92%, 25%);
text
color: hsl(351, 92%, 25%);
border
border: 2px solid hsl(351, 92%, 25%);
gradient light
background: linear-gradient(to right, hsl(351, 92%, 45%), hsl(351, 92%, 25%));
gradient dark
background: linear-gradient(to right, hsl(351, 92%, 25%), hsl(351, 92%, 5%))
hex
background-color: #7A0517;
tailwind
bg-[hsl(351,92%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 92%, 25%, 0.4);
css variable
--color-primary: hsl(351, 92%, 25%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 92%, 25%)?
HEX: #7A0517 | RGB: rgb(122, 5, 23) | CMYK: 0%, 96%, 81%, 52% | HSV: 351°, 96%, 48%. Copy any format from the conversion table above.
What colors go well with #7A0517?
The complementary color is HSL(171, 92%, 25%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 92%, 25%) in CSS?
As HSL: color: hsl(351, 92%, 25%); — As HEX: color: #7A0517; — As RGB: color: rgb(122, 5, 23); — Tailwind CSS: bg-[hsl(351,92%,25%)] — CSS variable: --color-primary: hsl(351, 92%, 25%);