Skip to main content Skip to docs navigation

#fd1dec 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 Pink Kitsch and its hex is #FF22EE Nearest Color Name

Color Hue/Base color: Red

Hex #fd1dec Color code in RGB color code model is created after adding 99.22% red color, 11.37% green color and 92.55% blue color. Hex #fd1dec Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 7% yellow and 0.78% black.

Hex #fd1dec color code is between #ff22ee web safe hex color code and #ee11dd web safe hex color code. #ff22ee is the nearest web safe color code. You can see here many more shades of #fd1dec color code.

RGB Chart

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

Color Table

Hex Color Code fd1dec #fd1dec
RGB Decimal 253, 29, 236 253, 29, 236
RGB Percent 99%, 11%, 93% rgb(99%, 11%, 93%)
CSS RGBa 253, 29, 236,1 rgba(253,29,236,1)
CMYK Model cmyk(0%,89%,7%,0.78%)
HSL Color Space 305,98% ,55% hsl(305,98% ,55%)
HSV Color Space 305°, 89%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00011101 11101100
Octal 375 35 354
Decimal 253 29 236
Hex fd 1d ec

Different shades of #fd1dec color code.

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

Darkest of #fd1dec
#800176
Darker of #fd1dec
#b202a5
Dark of #fd1dec
#e502d4
Base of #fd1dec
#fd1dec
Light of #fd1dec
#fd50f0
Lighter
#fe82f5
Lightest
#feb5f9

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

#fd1dec
#1dfd2e

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

Split Complementary

#fd1dec
#7cfd1d
#1dfd9e

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

Analogous Color

#8b1dfd
#b11dfd
#fd1dec
#fd1da1
#fd1d44

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

#fd1dec
#1decfd
#ecfd1d

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

#fd1dec
#ecfd1d
#1dfd2e
#2e1dfd

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

#fd1dec
#fd9e1d
#1dfd2e
#1d7cfd

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 #fd1dec

#4d0147
#800176
#b202a5
#e502d4
#fd1dec
#fd50f0
#fe82f5
#feb5f9
#ffe7fd

Tints of #fd1dec Color

#fd1dec
#fd36ee
#fd4ff0
#fd68f2
#fd81f4
#fe9af6
#feb3f8
#feccfa
#fee5fc
#ffffff

Shades of #fd1dec color code

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

#fd1dec
#e019d1
#c416b7
#a8139d
#8c1083
#700c68
#54094e
#380634
#1c031a
#000000

Tones

#fd1dec
#e634d9
#cf4bc5
#b961b2
#a2789f

Tones

Similar Color like #fd1dec color

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

#fe1eed
#ff1fee
#ff20ef
#ff21f0
#ff22f1
#ff23f2
#ff24f3
#ff25f4
#ff26f5
#ff27f6
#ff28f7
#ff29f8
#ff2af9
#ff2bfa
#fc1ceb
#fb1bea
#fa1ae9
#f919e8
#f818e7
#f717e6
#f616e5
#f515e4
#f414e3
#f313e2
#f212e1
#f111e0
#f010df
#ef0fde

Download this Dark Red

Hex #fd1dec 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.

#fd1dec Color Code Preview on Black Background Color

This is how #fd1dec Color will look on black background color. Color contrast ratio is 6.56

#fd1dec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd1dec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd1dec

#fd1dec color code is use for CSS Background Color

Background color for the above div is #fd1dec

HTML with inline CSS

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

#fd1dec color code is use for CSS Border Color

CSS Border color for the above div is #fd1dec

HTML with inline CSS

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

CSS Border Left color for the above div is #fd1dec

HTML with inline CSS

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

CSS Border Right color for the above div is #fd1dec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd1dec

HTML with inline CSS

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

CSS Border Top color for the above div is #fd1dec

HTML with inline CSS

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

#fd1dec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd1dec Color code Preview on White Background

This is how #fd1dec Color code will look on white background color. Color contrast ratio is 3.20

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 #fd1dec; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fd1dec; }

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,29,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,253,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,29,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }