Medium Candy Apple Red (#E2062C)
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: 4.89:1 — vs black: 4.30:1
Color values
-
HEX
#E2062C -
RGB
rgb(226, 6, 44) -
HSL
hsl(349, 94%, 45%) -
CMYK
cmyk( 0, 97, 81, 11 ) -
Websafe
#CC0033
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #E2062C based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E2062C
Base
#06E2BC
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E2062C
Base
#E2069A
#E24E06
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E2062C
Base
#2CE206
#062CE2
Two colors flanking the complement — high contrast with less tension than full complementary.
#E2062C
Base
#06E24E
#069AE2
Four colors at 90° intervals — rich variety, best when one color dominates.
#E2062C
Base
#9AE206
#06E2BC
#4E06E2
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E2062C
Base
#4D020F
#97041D
#BA0524
#F9183F
#FA3B5C
#FC859A
Darker shades and lighter tints of Medium Candy Apple Red, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190105
#41020D
#690315
#92041C
#BA0524
#E2062C
Base
#F92147
#FA5370
#FC8499
#FDB5C1
#FEE6EA
Ready-to-use code snippets for #E2062C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E2062C;
}
/* Text */
.element {
color: #E2062C;
}
/* Border */
.element {
border: 1px solid #E2062C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E2062C,
#06E2BC
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E2062C,
#06E2BC
);
}
// SCSS variable
$medium-candy-apple-red: #E2062C;
// With RGB channels (useful for rgba() usage)
$medium-candy-apple-red-r: 226;
$medium-candy-apple-red-g: 6;
$medium-candy-apple-red-b: 44;
// Usage
.element {
background-color: $medium-candy-apple-red;
color: rgba($medium-candy-apple-red-r, $medium-candy-apple-red-g, $medium-candy-apple-red-b, 0.8);
}
How Medium Candy Apple Red appears to people with different types of color vision deficiency.
#E2062C
How the color appears with full color vision.
#828217
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#52522F
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E20F0F
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#717171
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.