Crimson (Red)
#F4254B
RGB: 244, 37, 75
Color OverviewHEX #F4254B

#F4254B Color Code Information

In the RGB color space, #F4254B is composed of 96% red, 15% green, and 29% blue. In the HSL color space, it has a hue of 349°, saturation of 90%, and lightness of 55%.

HEX
#F4254B
RGB
244, 37, 75
HSL
349°, 90%, 55%
HSV
349°, 85%, 96%
CMYK
0%, 85%, 69%, 4%
Name Match
Crimson
Closest Standard

Shades of #F4254B (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #F4254B (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #F4254B (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #F4254B

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #F4254B Background
Contrast Ratio against Pure White (#FFFFFF):4.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F4254B Background
Contrast Ratio against Pure Black (#000000):5.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #F4254B;
}

.element {
  color: #F4254B;
  background-color: #F4254B;
  border-color: #F4254B;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#F4254B] text-[#F4254B] border-[#F4254B]">
  Content styled with #F4254B
</div>