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
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
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FD0E35 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FD0E35
Base
#0EFDD6
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FD0E35
Base
#FD0EAC
#FD5E0E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FD0E35
Base
#35FD0E
#0E35FD
Two colors flanking the complement — high contrast with less tension than full complementary.
#FD0E35
Base
#0EFD5E
#0EACFD
Four colors at 90° intervals — rich variety, best when one color dominates.
#FD0E35
Base
#ACFD0E
#0EFDD6
#5E0EFD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FD0E35
Base
#710113
#BD0220
#E00226
#FD3657
#FE5A75
#FEA6B4
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
#FD0E35
Base
#FD3959
#FE647D
#FE8FA1
#FEBBC6
#FFE6EA
Ready-to-use code snippets for #FD0E35. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FD0E35;
}
/* Text */
.element {
color: #FD0E35;
}
/* Border */
.element {
border: 1px solid #FD0E35;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FD0E35,
#0EFDD6
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FD0E35,
#0EFDD6
);
}
// 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);
}
How Tractor Red appears to people with different types of color vision deficiency.
#FD0E35
How the color appears with full color vision.
#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.
#5E5E38
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FD1717
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#808080
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.