HSL(353, 74%, 25%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,74%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 74%, 25%) | color: hsl(353, 74%, 25%) | |
| HEX | #6F111C | color: #6F111C | |
| RGB | rgb(111, 17, 28) | color: rgb(111, 17, 28) | |
| CMYK | cmyk(0%, 85%, 75%, 56%) | — | |
| HSV | hsv(353, 85%, 44%) | — | |
| HWB | hwb(353 7% 56%) | color: hwb(353 7% 56%) | |
| OKLCH | oklch(0.3538 0.1266 21.2) | color: oklch(0.3538 0.1266 21.2) | |
| Lab | lab(23.22 40.19 19.92) | color: lab(23.22 40.19 19.92) | |
| LCH | lch(23.22 44.86 26.37) | color: lch(23.22 44.86 26.37) |
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)
#464519 — rgb(70, 69, 25)
Deuteranopia (Green-blind)
#4C5319 — rgb(76, 83, 25)
Tritanopia (Blue-blind)
#6A1717 — rgb(106, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 74%, 25%);
text
color: hsl(353, 74%, 25%);
border
border: 2px solid hsl(353, 74%, 25%);
gradient light
background: linear-gradient(to right, hsl(353, 74%, 45%), hsl(353, 74%, 25%));
gradient dark
background: linear-gradient(to right, hsl(353, 74%, 25%), hsl(353, 74%, 5%))
hex
background-color: #6F111C;
tailwind
bg-[hsl(353,74%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 74%, 25%, 0.4);
css variable
--color-primary: hsl(353, 74%, 25%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 74%, 25%)?
HEX: #6F111C | RGB: rgb(111, 17, 28) | CMYK: 0%, 85%, 75%, 56% | HSV: 353°, 85%, 44%. Copy any format from the conversion table above.
What colors go well with #6F111C?
The complementary color is HSL(173, 74%, 25%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 74%, 25%) in CSS?
As HSL: color: hsl(353, 74%, 25%); — As HEX: color: #6F111C; — As RGB: color: rgb(111, 17, 28); — Tailwind CSS: bg-[hsl(353,74%,25%)] — CSS variable: --color-primary: hsl(353, 74%, 25%);