Skip to main content Skip to docs navigation

#fd455f 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 Watermelon and its hex is #FD4659 Nearest Color Name

Color Hue/Base color: Red

Hex #fd455f Color code in RGB color code model is created after adding 99.22% red color, 27.06% green color and 37.25% blue color. Hex #fd455f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 62% yellow and 0.78% black.

Hex #fd455f color code is between #ff4466 web safe hex color code and #ee5555 web safe hex color code. #ff4466 is the nearest web safe color code. You can see here many more shades of #fd455f color code.

RGB Chart

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

Color Table

Hex Color Code fd455f #fd455f
RGB Decimal 253, 69, 95 253, 69, 95
RGB Percent 99%, 27%, 37% rgb(99%, 27%, 37%)
CSS RGBa 253, 69, 95,1 rgba(253,69,95,1)
CMYK Model cmyk(0%,73%,62%,0.78%)
HSL Color Space 352,98% ,63% hsl(352,98% ,63%)
HSV Color Space 352°, 73%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01000101 01011111
Octal 375 105 137
Decimal 253 69 95
Hex fd 45 5f

Different shades of #fd455f color code.

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

Darkest of #fd455f
#a70219
Darker of #fd455f
#da0221
Dark of #fd455f
#fc1334
Base of #fd455f
#fd455f
Light of #fd455f
#fe778a
Lighter
#feaab6
Lightest
#ffdce1

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

#fd455f
#45fde3

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

Split Complementary

#fd455f
#45fd87
#45bbfd

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

Analogous Color

#fd45ca
#fd45ac
#fd455f
#fd6845
#fdb545

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

#fd455f
#455ffd
#5ffd45

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

#fd455f
#5ffd45
#45fde3
#e345fd

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

#fd455f
#bbfd45
#45fde3
#8745fd

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

#750112
#a70219
#da0221
#fc1334
#fd455f
#fe778a
#feaab6
#ffdce1
#ffffff

Tints of #fd455f Color

#fd455f
#fd5970
#fd6e82
#fd8394
#fd97a6
#feacb7
#fec1c9
#fed5db
#feeaed
#ffffff

Shades of #fd455f color code

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

#fd455f
#e03d54
#c43549
#a82e3f
#8c2634
#701e2a
#54171f
#380f15
#1c070a
#000000

Tones

#fd455f
#ea586d
#d76b7a
#c57d87
#b29095

Tones

Similar Color like #fd455f color

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

#fe4660
#ff4761
#ff4862
#ff4963
#ff4a64
#ff4b65
#ff4c66
#ff4d67
#ff4e68
#ff4f69
#ff506a
#ff516b
#ff526c
#ff536d
#fc445e
#fb435d
#fa425c
#f9415b
#f8405a
#f73f59
#f63e58
#f53d57
#f43c56
#f33b55
#f23a54
#f13953
#f03852
#ef3751

Download this Dark Red

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

#fd455f Color Code Preview on Black Background Color

This is how #fd455f Color will look on black background color. Color contrast ratio is 6.19

#fd455f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd455f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd455f

#fd455f color code is use for CSS Background Color

Background color for the above div is #fd455f

HTML with inline CSS

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

#fd455f color code is use for CSS Border Color

CSS Border color for the above div is #fd455f

HTML with inline CSS

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

CSS Border Left color for the above div is #fd455f

HTML with inline CSS

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

CSS Border Right color for the above div is #fd455f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd455f

HTML with inline CSS

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

CSS Border Top color for the above div is #fd455f

HTML with inline CSS

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

#fd455f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd455f Color code Preview on White Background

This is how #fd455f Color code will look on white background color. Color contrast ratio is 3.39

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

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