Skip to main content Skip to docs navigation

#fd211e hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Traffic Red and its hex is #FF1C1C Nearest Color Name

Color Hue/Base color: Red

Hex #fd211e Color code in RGB color code model is created after adding 99.22% red color, 12.94% green color and 11.76% blue color. Hex #fd211e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 88% yellow and 0.78% black.

Hex #fd211e color code is between #ff2222 web safe hex color code and #ee1111 web safe hex color code. #ff2222 is the nearest web safe color code. You can see here many more shades of #fd211e color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code fd211e #fd211e
RGB Decimal 253, 33, 30 253, 33, 30
RGB Percent 99%, 13%, 12% rgb(99%, 13%, 12%)
CSS RGBa 253, 33, 30,1 rgba(253,33,30,1)
CMYK Model cmyk(0%,87%,88%,0.78%)
HSL Color Space 1,98% ,55% hsl(1,98% ,55%)
HSV Color Space 1°, 88%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00100001 00011110
Octal 375 41 36
Decimal 253 33 30
Hex fd 21 1e

Different shades of #fd211e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #fd211e
#810301
Darker of #fd211e
#b30402
Dark of #fd211e
#e60502
Base of #fd211e
#fd211e
Light of #fd211e
#fd5351
Lighter
#fe8583
Lightest
#feb7b6

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fd211e
#1efafd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fd211e
#1efd91
#1e8afd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fd1e9d
#fd1e78
#fd211e
#fd6b1e
#fdc81e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fd211e
#211efd
#1efd21

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fd211e
#1efd21
#1efafd
#fd1efa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fd211e
#8afd1e
#1efafd
#911efd

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #fd211e

#4e0201
#810301
#b30402
#e60502
#fd211e
#fd5351
#fe8583
#feb7b6
#ffe9e8

Tints of #fd211e Color

#fd211e
#fd3937
#fd5250
#fd6b69
#fd8382
#fe9c9b
#feb5b4
#fecdcd
#fee6e6
#ffffff

Shades of #fd211e color code

Generate more color scales with scales (color stack) generator.

#fd211e
#e01d1a
#c41917
#a81614
#8c1210
#700e0d
#540b0a
#380706
#1c0303
#000000

Tones

#fd211e
#e63735
#d04d4b
#b96362
#a27979

Tones

Similar Color like #fd211e color

Find visually similar hex color codes nearing to #fd211e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fe221f
#ff2320
#ff2421
#ff2522
#ff2623
#ff2724
#ff2825
#ff2926
#ff2a27
#ff2b28
#ff2c29
#ff2d2a
#ff2e2b
#ff2f2c
#fc201d
#fb1f1c
#fa1e1b
#f91d1a
#f81c19
#f71b18
#f61a17
#f51916
#f41815
#f31714
#f21613
#f11512
#f01411
#ef1310

Download this Dark Red

Hex #fd211e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fd211e Color Code Preview on Black Background Color

This is how #fd211e Color will look on black background color. Color contrast ratio is 5.41

#fd211e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fd211e">Your Example Paragraph content text in with font color #fd211e </p>

Your Example Paragraph content text in with font color #fd211e

HTML with inline CSS

<div style="color:#fd211e">Your Paragraph text in with font color #fd211e </div>

Your Example Paragraph content text in with font color #fd211e

#fd211e color code is use for CSS Background Color

Background color for the above div is #fd211e

HTML with inline CSS

<div style="background-color:#fd211e;"></div>

#fd211e color code is use for CSS Border Color

CSS Border color for the above div is #fd211e

HTML with inline CSS

<div style="border:5px solid #fd211e;"></div>

CSS Border Left color for the above div is #fd211e

HTML with inline CSS

<div style="border-left:5px solid #fd211e;"></div>

CSS Border Right color for the above div is #fd211e

HTML with inline CSS

<div style="border-right:5px solid #fd211e;"></div>

CSS Border Bottom color for the above div is #fd211e

HTML with inline CSS

<div style="border-bottom:5px solid #fd211e;"></div>

CSS Border Top color for the above div is #fd211e

HTML with inline CSS

<div style="border-top:5px solid #fd211e;"></div>

#fd211e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fd211e; } .examplecolorclass {color:#fd211e; } .examplebordercolor {border:3px solid #fd211e; }

#fd211e Color code Preview on White Background

This is how #fd211e Color code will look on white background color. Color contrast ratio is 3.88

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fd211e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fd211e; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,33,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,250,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,33,30,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }