Skip to main content Skip to docs navigation

#fc423f 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 Coral Red and its hex is #FF4040 Nearest Color Name

Color Hue/Base color: Red

Hex #fc423f Color code in RGB color code model is created after adding 98.82% red color, 25.88% green color and 24.71% blue color. Hex #fc423f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 75% yellow and 1.18% black.

Hex #fc423f color code is between #ff4444 web safe hex color code and #ee3333 web safe hex color code. #ff4444 is the nearest web safe color code. You can see here many more shades of #fc423f color code.

RGB Chart

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

Color Table

Hex Color Code fc423f #fc423f
RGB Decimal 252, 66, 63 252, 66, 63
RGB Percent 99%, 26%, 25% rgb(99%, 26%, 25%)
CSS RGBa 252, 66, 63,1 rgba(252,66,63,1)
CMYK Model cmyk(0%,74%,75%,1.18%)
HSL Color Space 1,97% ,62% hsl(1,97% ,62%)
HSV Color Space 1°, 75%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 01000010 00111111
Octal 374 102 77
Decimal 252 66 63
Hex fc 42 3f

Different shades of #fc423f color code.

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

Darkest of #fc423f
#9f0502
Darker of #fc423f
#d20703
Dark of #fc423f
#fb110d
Base of #fc423f
#fc423f
Light of #fc423f
#fd7371
Lighter
#fea5a3
Lightest
#fed6d6

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

#fc423f
#3ff9fc

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

Split Complementary

#fc423f
#3ffca0
#3f9afc

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

Analogous Color

#fc3faa
#fc3f8b
#fc423f
#fc813f
#fcd03f

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

#fc423f
#423ffc
#3ffc42

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

#fc423f
#3ffc42
#3ff9fc
#fc3ff9

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

#fc423f
#9afc3f
#3ff9fc
#a03ffc

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

#6d0302
#9f0502
#d20703
#fb110d
#fc423f
#fd7371
#fea5a3
#fed6d6
#ffffff

Tints of #fc423f Color

#fc423f
#fc5754
#fc6c69
#fd817f
#fd9694
#fdaba9
#fec0bf
#fed5d4
#feeae9
#ffffff

Shades of #fc423f color code

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

#fc423f
#e03a38
#c43331
#a82c2a
#8c2423
#701d1c
#541615
#380e0e
#1c0707
#000000

Tones

#fc423f
#e85552
#d56866
#c17b79
#ae8e8d

Tones

Similar Color like #fc423f color

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

#fd4340
#fe4441
#ff4542
#ff4643
#ff4744
#ff4845
#ff4946
#ff4a47
#ff4b48
#ff4c49
#ff4d4a
#ff4e4b
#ff4f4c
#ff504d
#fb413e
#fa403d
#f93f3c
#f83e3b
#f73d3a
#f63c39
#f53b38
#f43a37
#f33936
#f23835
#f13734
#f03633
#ef3532
#ee3431

Download this Dark Red

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

#fc423f Color Code Preview on Black Background Color

This is how #fc423f Color will look on black background color. Color contrast ratio is 5.99

#fc423f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc423f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc423f

#fc423f color code is use for CSS Background Color

Background color for the above div is #fc423f

HTML with inline CSS

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

#fc423f color code is use for CSS Border Color

CSS Border color for the above div is #fc423f

HTML with inline CSS

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

CSS Border Left color for the above div is #fc423f

HTML with inline CSS

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

CSS Border Right color for the above div is #fc423f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc423f

HTML with inline CSS

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

CSS Border Top color for the above div is #fc423f

HTML with inline CSS

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

#fc423f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc423f Color code Preview on White Background

This is how #fc423f Color code will look on white background color. Color contrast ratio is 3.51

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

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(252,66,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,249,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,66,63,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }