HSL(351, 75%, 22%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,75%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 75%, 22%) | color: hsl(351, 75%, 22%) | |
| HEX | #620E1B | color: #620E1B | |
| RGB | rgb(98, 14, 27) | color: rgb(98, 14, 27) | |
| CMYK | cmyk(0%, 86%, 72%, 62%) | — | |
| HSV | hsv(351, 86%, 38%) | — | |
| HWB | hwb(351 5% 62%) | color: hwb(351 5% 62%) | |
| OKLCH | oklch(0.3248 0.1156 18.98) | color: oklch(0.3248 0.1156 18.98) | |
| Lab | lab(20.01 36.92 16.02) | color: lab(20.01 36.92 16.02) | |
| LCH | lch(20.01 40.25 23.46) | color: lch(20.01 40.25 23.46) |
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)
#3E3D18 — rgb(62, 61, 24)
Deuteranopia (Green-blind)
#434917 — rgb(67, 73, 23)
Tritanopia (Blue-blind)
#5E1515 — rgb(94, 21, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 75%, 22%);
text
color: hsl(351, 75%, 22%);
border
border: 2px solid hsl(351, 75%, 22%);
gradient light
background: linear-gradient(to right, hsl(351, 75%, 42%), hsl(351, 75%, 22%));
gradient dark
background: linear-gradient(to right, hsl(351, 75%, 22%), hsl(351, 75%, 2%))
hex
background-color: #620E1B;
tailwind
bg-[hsl(351,75%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 75%, 22%, 0.4);
css variable
--color-primary: hsl(351, 75%, 22%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 75%, 22%)?
HEX: #620E1B | RGB: rgb(98, 14, 27) | CMYK: 0%, 86%, 72%, 62% | HSV: 351°, 86%, 38%. Copy any format from the conversion table above.
What colors go well with #620E1B?
The complementary color is HSL(171, 75%, 22%). 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, 75%, 22%) in CSS?
As HSL: color: hsl(351, 75%, 22%); — As HEX: color: #620E1B; — As RGB: color: rgb(98, 14, 27); — Tailwind CSS: bg-[hsl(351,75%,22%)] — CSS variable: --color-primary: hsl(351, 75%, 22%);