Tractor Red (#FD0E35)

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.97:1 — vs black: 5.29:1

Color values

  • HEX #FD0E35
  • RGB rgb(253, 14, 53)
  • HSL hsl(350, 98%, 52%)
  • CMYK cmyk( 0, 94, 79, 1 )
  • Websafe #FF0033

Tags

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

Color Harmonies

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

Complementary

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

Tractor Red
#FD0E35 Base
#0EFDD6
Analogous

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

Tractor Red
#FD0E35 Base
#FD0EAC
#FD5E0E
Triadic

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

Tractor Red
#FD0E35 Base
#35FD0E
#0E35FD
Split-Complementary

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

Tractor Red
#FD0E35 Base
#0EFD5E
#0EACFD
Tetradic (Square)

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

Tractor Red
#FD0E35 Base
#ACFD0E
#0EFDD6
#5E0EFD
Monochromatic

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

Tractor Red
#FD0E35 Base
#710113
#BD0220
#E00226
#FD3657
#FE5A75
#FEA6B4
Shades & Tints

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

Shades (darker)

#190004
#49010C
#790115
#A9011D
#D90225
Tractor Red #FD0E35 Base
#FD3959
#FE647D
#FE8FA1
#FEBBC6
#FFE6EA
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FD0E35,
        #0EFDD6
    );
}
SCSS Variable
// SCSS variable
$tractor-red: #FD0E35;

// With RGB channels (useful for rgba() usage)
$tractor-red-r: 253;
$tractor-red-g: 14;
$tractor-red-b: 53;

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

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

Normal Vision #FD0E35 How the color appears with full color vision.
Deuteranopia #929220 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 #5E5E38 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FD1717 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #808080 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 Tractor Red ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Tractor Red #FD0E35 Base
Carmine Red #FF0038 ΔE 0.96
Deep Carmine Pink #EF3038 ΔE 2.27
American Rose #FF033E ΔE 2.28
Imperial Red #ED2939 ΔE 2.56

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.