Color #DA4220 Color / Colour Code #DA4220

    This page shows the hex color code for color #da4220 (#DA4220). The colour is a red tone with 74% saturation and 49% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #DA4220

    Color Conversions

    HEX
    #DA4220
    RGB
    rgb(218, 66, 32)
    HSL
    hsl(11, 74%, 49%)
    HSV
    hsv(11, 85%, 85%)
    CMYK
    cmyk(0%, 70%, 85%, 15%)

    Accessibility Contrast

    WCAG contrast ratios for #DA4220 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    4.39:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    4.78:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    3.79:1
    AA FailAA Large PassAAA Fail

    Complementary Colors

    #DA4220 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 341, 11, and 41 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 11, 131, and 251 degrees.

    Color Palettes Using #DA4220

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 11 and saturation at 74%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #43140A #852914 #DE4421 #EB8F7A #F5C7BC
    Warm Harmony

    Adjacent hues from 11 to 56 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #E15637 #E18137 #E1AB37 #E1D637
    Cool Contrast

    Combines the base color at hue 11 with its complement at 191 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #D94726 #26B8D9 #265FD9 #4726D9
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0BFB8 #D9E0B8 #B8E0BF #B8D9E0 #BFB8E0

    Shades & Tints of #DA4220

    Lightness variations at hue 11 and 74% saturation.

    CSS Gradients with #DA4220

    Red to Cyan
    linear-gradient(135deg, #da4220, #20b8d9)
    Analogous Fade
    linear-gradient(90deg, #da4220, #d99f20)
    Deep to Light
    linear-gradient(180deg, #50180c, #f3bcaf)
    Tricolor Sweep
    linear-gradient(135deg, #d94220, #20d942, #4220d9)

    Design Use Cases for #DA4220

    Vibrant Brand Color

    #DA4220 has a strong 74% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Primary Interface Color

    At 49% lightness, #DA4220 is in the mid-range, making it ideal for interactive elements like buttons, links, and selected states. This lightness level ensures good contrast against both light and dark adjacent elements in most layouts.

    Urgency & Energy Signaling

    #DA4220 falls in the red spectrum (hue 11). Red triggers urgency and excitement, making it effective for sale badges, countdown timers, error messages, and "limited time" labels. In data visualization, use it to flag negative values or critical thresholds.

    Gradient Pairing

    Create a gradient from #DA4220 (hue 11) to its complement at hue 191. For a subtler effect, try pairing with an analogous color at hue 41. Use CSS: background: linear-gradient(135deg, #da4220, #20b8d9);

    CSS Code for #DA4220

    /* Background */
    background-color: #da4220;
    background-color: rgb(218, 66, 32);
    background-color: hsl(11, 74%, 49%);
    /* Text */
    color: #da4220;
    /* Border */
    border: 2px solid #da4220;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(218, 66, 32, 0.3);
    /* CSS Variable */
    --color-primary: 11 74% 49%;

    Similar Colors

    Colors visually similar to #DA4220 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #DA4220 across image editing and color design tools.

    About Color #DA4220 (#DA4220)

    #DA4220 is a red color (colour) with RGB channel values of 218 red, 66 green, and 32 blue. The red channel is dominant by a ratio of 6.8:1 over the weakest channel. In HSL terms, the hue sits at 11 degrees with 74% saturation and 49% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #DA4220 is 108/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 0% cyan, 70% magenta, 85% yellow, and 15% key (black).

    The WCAG contrast ratio of #DA4220 against white is 4.39:1 and against black is 4.78:1. This only passes AA for large text (18pt+) on white. For normal body text on white, darken the color or use it on a dark background where it achieves 4.78:1.

    The complementary colour #20B8D9 creates maximum visual tension when paired with #DA4220. For more harmonious color combinations, use the analogous colours #D9205B and #D99F20, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #DA4220

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #DA4220?
    #DA4220 is Color #DA4220, a red color (colour) with RGB(218, 66, 32), HSL(11, 74%, 49%), and CMYK(0%, 70%, 85%, 15%). Its perceived brightness is 108/255.
    Is #DA4220 accessible for text?
    Against white, #DA4220 has a contrast ratio of 4.39:1 (fails AA for normal text). Against black, it has 4.78:1 (passes AA). It passes AA for large text (18pt+) on white. Use the contrast checker tool for custom background pairings.
    What colours pair well with #DA4220?
    The complementary colour is #20B8D9 (hue 191). For subtle color combinations, use analogous colours #D9205B and #D99F20. The triadic palette adds #20D942 and #4220D9 for vibrant variety.
    How do I use #DA4220 in CSS?
    Use any format: color: #da4220; or rgb(218, 66, 32); or hsl(11, 74%, 49%). For CSS custom properties: --color-primary: 11 74% 49%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.