Skip to main content Skip to docs navigation

#fd240e 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 Red October and its hex is #FE2712 Nearest Color Name

Color Hue/Base color: Red

Hex #fd240e Color code in RGB color code model is created after adding 99.22% red color, 14.12% green color and 5.49% blue color. Hex #fd240e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 94% yellow and 0.78% black.

Hex #fd240e color code is between #ff2211 web safe hex color code and #ee3300 web safe hex color code. #ff2211 is the nearest web safe color code. You can see here many more shades of #fd240e color code.

RGB Chart

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

Color Table

Hex Color Code fd240e #fd240e
RGB Decimal 253, 36, 14 253, 36, 14
RGB Percent 99%, 14%, 5% rgb(99%, 14%, 5%)
CSS RGBa 253, 36, 14,1 rgba(253,36,14,1)
CMYK Model cmyk(0%,86%,94%,0.78%)
HSL Color Space 6,98% ,52% hsl(6,98% ,52%)
HSV Color Space 6°, 94%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00100100 00001110
Octal 375 44 16
Decimal 253 36 14
Hex fd 24 0e

Different shades of #fd240e color code.

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

Darkest of #fd240e
#710b01
Darker of #fd240e
#a41001
Dark of #fd240e
#d61502
Base of #fd240e
#fd240e
Light of #fd240e
#fd5241
Lighter
#fe8073
Lightest
#feaea6

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

#fd240e
#0ee7fd

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

Split Complementary

#fd240e
#0efd9b
#0e70fd

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

Analogous Color

#fd0e83
#fd0e5c
#fd240e
#fd740e
#fdd70e

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

#fd240e
#240efd
#0efd24

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

#fd240e
#0efd24
#0ee7fd
#fd0ee7

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

#fd240e
#70fd0e
#0ee7fd
#9b0efd

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

#3e0601
#710b01
#a41001
#d61502
#fd240e
#fd5241
#fe8073
#feaea6
#ffdcd8

Tints of #fd240e Color

#fd240e
#fd3c28
#fd5443
#fd6d5e
#fd8579
#fe9d93
#feb6ae
#fecec9
#fee6e4
#ffffff

Shades of #fd240e color code

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

#fd240e
#e0200c
#c41c0a
#a81809
#8c1407
#701006
#540c04
#380803
#1c0401
#000000

Tones

#fd240e
#e53826
#cc4c3f
#b45f57
#9c736f

Tones

Similar Color like #fd240e color

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

#fe250f
#ff2610
#ff2711
#ff2812
#ff2913
#ff2a14
#ff2b15
#ff2c16
#ff2d17
#ff2e18
#ff2f19
#ff301a
#ff311b
#ff321c
#fc230d
#fb220c
#fa210b
#f9200a
#f81f09
#f71e08
#f61d07
#f51c06
#f41b05
#f31a04
#f21903
#f11802
#f01701
#ef1600

Download this Dark Red

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

#fd240e Color Code Preview on Black Background Color

This is how #fd240e Color will look on black background color. Color contrast ratio is 5.44

#fd240e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd240e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd240e

#fd240e color code is use for CSS Background Color

Background color for the above div is #fd240e

HTML with inline CSS

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

#fd240e color code is use for CSS Border Color

CSS Border color for the above div is #fd240e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd240e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd240e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd240e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd240e

HTML with inline CSS

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

#fd240e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd240e Color code Preview on White Background

This is how #fd240e Color code will look on white background color. Color contrast ratio is 3.86

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

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