@
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.

#fe1a25 hex color - Red - Warm color - Information

#fe1a25 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe1a25 Color code in RGB color code model is created after adding 99.61% red color, 10.2% green color and 14.51% blue color. Hex #fe1a25 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 85% yellow and 0.39% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fe1a25 #fe1a25
RGB Decimal 254, 26, 37 rgb(254, 26, 37)
RGB Percent 100%, 10%, 15% rgb(100%, 10%, 15%)
CSS RGBa 254, 26, 37,1 rgba(254,26,37,1)
CMYK Model cmyk(0%,90%,85%,0.39%)
HSL Color Space 357,99% ,55% hsl(357,99% ,55%)
HSV Color Space 357°, 90%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 00011010 00100101
Octal 376 32 45
Decimal 254 26 37
Hex fe 1a 25

Different shades of #fe1a25 color code.

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

Light Shade of #fe1a25
#fe4d55
Dark Shade of #fe1a25
#e4010c
Saturated Shade of #fe1a25
#ff1924
Desaturated Shade of #fe1a25
#f2252f
Grey scale Shade of #fe1a25
#8c8c8c
Brighten Shade
#ff333e
Most Readable Shade
#FFFFFF

Shades of #fe1a25 color code

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

#fe1a25
#e11720
#c5141c
#a91118
#8d0e14
#700b10
#54080c
#380508
#1c0204
#000000

Similar Color like #fe1a25 color

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

#ff1b26
#ff1c27
#ff1d28
#ff1e29
#ff1f2a
#ff202b
#ff212c
#ff222d
#ff232e
#ff242f
#ff2530
#ff2631
#ff2732
#ff2833
#fd1924
#fc1823
#fb1722
#fa1621
#f91520
#f8141f
#f7131e
#f6121d
#f5111c
#f4101b
#f30f1a
#f20e19
#f10d18
#f00c17

Monochromatic Color with #fe1a25

#fe1a25
#290406
#54090c
#7e0d12
#a91119
#d3161f

Tints of #fe1a25 Color

#fe1a25
#fe333d
#fe4c55
#fe666d
#fe7f85
#fe999e
#feb2b6
#feccce
#fee5e6
#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

#fe1a25
#1afef3

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

Split Complementary

#fe1a25
#1afe81
#1a97fe

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

Analogous Color

#fe1a80
#fe1a53
#fe1a25
#fe3d1a
#fe6a1a

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

#fe1a25
#25fe1a
#1a25fe

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

#fe1a25
#97fe1a
#1afef3
#811afe

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

#fe1a25
#1afef3
#1a97fe
#fe811a

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

#fe1a25 Color Code Preview on Black Background Color

This is how #fe1a25 Color will look on black background color. Color contrast ratio is 5.39

#fe1a25 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe1a25

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe1a25

#fe1a25 color code is use for CSS Background Color

Background color for the above div is #fe1a25

HTML with inline CSS

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

#fe1a25 color code is use for CSS Border Color

CSS Border color for the above div is #fe1a25

HTML with inline CSS

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

CSS Border Left color for the above div is #fe1a25

HTML with inline CSS

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

CSS Border Right color for the above div is #fe1a25

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe1a25

HTML with inline CSS

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

CSS Border Top color for the above div is #fe1a25

HTML with inline CSS

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

#fe1a25 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe1a25 Color code Preview on White Background

This is how #fe1a25 Color code will look on white background color. Color contrast ratio is 3.90

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

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,26,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(26,254,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,26,37,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.