crispedge.com

Color picker

Loading...

#fd2c4b hex color - Red - Warm color - Information

#fd2c4b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fd2c4b Color code in RGB color code model is created after adding 99.22% red color, 17.25% green color and 29.41% blue color. Hex #fd2c4b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 70% yellow and 1% black.

Hex #fd2c4b color code is between #ff3344 web safe hex color code and #ee2255 web safe hex color code. #ff3344 is the nearest web safe color code. You can see here many more shades of #fd2c4b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd2c4b#fd2c4b
RGB Decimal253, 44, 75rgb(253, 44, 75)
RGB Percent99%, 17%, 29%rgb(99%, 17%, 29%)
CSS RGBa253, 44, 75,1rgba(253,44,75,1)
CMYK Modelcmyk(0%,83%,70%,1%)
HSL Color Space351,98% ,58%hsl(351,98% ,58%)
HSV Color Space351°, 83%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010010110001001011
Octal37554113
Decimal2534475
Hexfd2c4b

Different shades of #fd2c4b color code.

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

Light Shade of #fd2c4b
#fd5e76
Dark Shade of #fd2c4b
#f40226
Saturated Shade of #fd2c4b
#ff2a4a
Desaturated Shade of #fd2c4b
#f23752
Grey scale Shade of #fd2c4b
#949494
Brighten Shade
#ff4564
Most Readable Shade
#FFFFFF

Shades of #fd2c4b color code

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

#fd2c4b
#e02742
#c4223a
#a81d32
#8c1829
#701321
#540e19
#380910
#1c0408
#000000

Similar Color like #fd2c4b color

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

#fe2d4c
#ff2e4d
#ff2f4e
#ff304f
#ff3150
#ff3251
#ff3352
#ff3453
#ff3554
#ff3655
#ff3756
#ff3857
#ff3958
#ff3a59
#fc2b4a
#fb2a49
#fa2948
#f92847
#f82746
#f72645
#f62544
#f52443
#f42342
#f32241
#f22140
#f1203f
#f01f3e
#ef1e3d

Monochromatic Color with #fd2c4b

#fd2c4b
#28070c
#530e19
#7d1625
#a81d32
#d2253e

Tints of #fd2c4b Color

#fd2c4b
#fd435f
#fd5a73
#fd7287
#fd899b
#fea1af
#feb8c3
#fed0d7
#fee7eb
#ffffff

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

#fd2c4b
#2cfdde

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

Split Complementary

#fd2c4b
#2cfd75
#2cb4fd

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

Analogous Color

#fd2c9f
#fd2c75
#fd2c4b
#fd372c
#fd612c

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

#fd2c4b
#4bfd2c
#2c4bfd

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

#fd2c4b
#b3fd2c
#2cfdde
#752cfd

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

Double Complementary Color

#fd2c4b
#2cfdde
#2cb4fd
#fd752c

Double Complementary 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).

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

#fd2c4b Color Code Preview on Black Background Color

This is how #fd2c4b Color will look on black background color. Color contrast ratio is 5.64

#fd2c4b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd2c4b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd2c4b

#fd2c4b color code is use for CSS Background Color

Background color for the above div is #fd2c4b

HTML with inline CSS

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

#fd2c4b color code is use for CSS Border Color

CSS Border color for the above div is #fd2c4b

HTML with inline CSS

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

CSS Border Left color for the above div is #fd2c4b

HTML with inline CSS

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

CSS Border Right color for the above div is #fd2c4b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd2c4b

HTML with inline CSS

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

CSS Border Top color for the above div is #fd2c4b

HTML with inline CSS

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

#fd2c4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd2c4b Color code Preview on White Background

This is how #fd2c4b Color code will look on white background color. Color contrast ratio is 3.72

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.