Scarlet (#FF2400)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.82:1 — vs black: 5.50:1

Color values

  • HEX #FF2400
  • RGB rgb(255, 36, 0)
  • HSL hsl(8, 100%, 50%)
  • CMYK cmyk( 0, 86, 100, 0 )
  • Websafe #FF3300

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FF2400 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Scarlet
#FF2400 Base
#00DBFF
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Scarlet
#FF2400 Base
#FF005B
#FFA400
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Scarlet
#FF2400 Base
#00FF24
#2400FF
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Scarlet
#FF2400 Base
#00FFA4
#005BFF
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Scarlet
#FF2400 Base
#5BFF00
#00DBFF
#A400FF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Scarlet
#FF2400 Base
#660E00
#B31900
#D61E00
#FF4729
#FF664D
#FFA799
Shades & Tints

Darker shades and lighter tints of Scarlet, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A0400
#470A00
#751100
#A31700
#D11E00
Scarlet #FF2400 Base
#FF4B2E
#FF735C
#FF9A8A
#FFC2B8
#FFE9E6
CSS & SCSS Snippets

Ready-to-use code snippets for #FF2400. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FF2400;
}

/* Text */
.element {
    color: #FF2400;
}

/* Border */
.element {
    border: 1px solid #FF2400;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FF2400,
        #00DBFF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FF2400,
        #00DBFF
    );
}
SCSS Variable
// SCSS variable
$scarlet: #FF2400;

// With RGB channels (useful for rgba() usage)
$scarlet-r: 255;
$scarlet-g: 36;
$scarlet-b: 0;

// Usage
.element {
    background-color: $scarlet;
    color: rgba($scarlet-r, $scarlet-g, $scarlet-b, 0.8);
}
Color Blindness Simulation

How Scarlet appears to people with different types of color vision deficiency.

Normal Vision #FF2400 How the color appears with full color vision.
Deuteranopia #969600 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #63630E Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FF2121 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #838383 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Scarlet ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Scarlet #FF2400 Base
Ferrari Red #FF2800 ΔE 0.39
Red (RYB) #FE2712 ΔE 1.56
Candy Apple Red #FF0800 ΔE 1.68
Red #FF0000 ΔE 1.95

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.