crispedge.com

Color picker

Loading...

#fe1e1d hex color - Red - Warm color - Information

#fe1e1d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe1e1d Color code in RGB color code model is created after adding 99.61% red color, 11.76% green color and 11.37% blue color. Hex #fe1e1d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 89% yellow and 0% black.

Hex #fe1e1d color code is between #ff2222 web safe hex color code and #ee1111 web safe hex color code. #ff2222 is the nearest web safe color code. You can see here many more shades of #fe1e1d color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codefe1e1d#fe1e1d
RGB Decimal254, 30, 29rgb(254, 30, 29)
RGB Percent100%, 12%, 11%rgb(100%, 12%, 11%)
CSS RGBa254, 30, 29,1rgba(254,30,29,1)
CMYK Modelcmyk(0%,88%,89%,0%)
HSL Color Space0,99% ,55%hsl(0,99% ,55%)
HSV Color Space0°, 89%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100001111000011101
Octal3763635
Decimal2543029
Hexfe1e1d

Different shades of #fe1e1d color code.

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

Light Shade of #fe1e1d
#fe5150
Dark Shade of #fe1e1d
#e70201
Saturated Shade of #fe1e1d
#ff1d1c
Desaturated Shade of #fe1e1d
#f32928
Grey scale Shade of #fe1e1d
#8d8d8d
Brighten Shade
#ff3736
Most Readable Shade
#FFFFFF

Shades of #fe1e1d color code

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

#fe1e1d
#e11a19
#c51716
#a91413
#8d1010
#700d0c
#540a09
#380606
#1c0303
#000000

Similar Color like #fe1e1d color

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

#ff1f1e
#ff201f
#ff2120
#ff2221
#ff2322
#ff2423
#ff2524
#ff2625
#ff2726
#ff2827
#ff2928
#ff2a29
#ff2b2a
#ff2c2b
#fd1d1c
#fc1c1b
#fb1b1a
#fa1a19
#f91918
#f81817
#f71716
#f61615
#f51514
#f41413
#f31312
#f21211
#f11110
#f0100f

Monochromatic Color with #fe1e1d

#fe1e1d
#290505
#540a0a
#7e0f0e
#a91413
#d31918

Tints of #fe1e1d Color

#fe1e1d
#fe3736
#fe504f
#fe6968
#fe8281
#fe9b9a
#feb4b3
#fecdcc
#fee6e5
#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

#fe1e1d
#1dfdfe

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

Split Complementary

#fe1e1d
#1dfe8f
#1d8cfe

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

Analogous Color

#fe1d76
#fe1d49
#fe1e1d
#fe4b1d
#fe781d

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

#fe1e1d
#1dfe1e
#1e1dfe

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

#fe1e1d
#8cfe1d
#1dfdfe
#8e1dfe

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

#fe1e1d
#1dfdfe
#1d8cfe
#fe8e1d

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 #fe1e1d 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.

#fe1e1d Color Code Preview on Black Background Color

This is how #fe1e1d Color will look on black background color. Color contrast ratio is 5.42

#fe1e1d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe1e1d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe1e1d

#fe1e1d color code is use for CSS Background Color

Background color for the above div is #fe1e1d

HTML with inline CSS

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

#fe1e1d color code is use for CSS Border Color

CSS Border color for the above div is #fe1e1d

HTML with inline CSS

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

CSS Border Left color for the above div is #fe1e1d

HTML with inline CSS

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

CSS Border Right color for the above div is #fe1e1d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe1e1d

HTML with inline CSS

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

CSS Border Top color for the above div is #fe1e1d

HTML with inline CSS

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

#fe1e1d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe1e1d Color code Preview on White Background

This is how #fe1e1d Color code will look on white background color. Color contrast ratio is 3.88

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.