Skip to main content Skip to docs navigation

#ff294f 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 Reddish Pink and its hex is #FE2C54 Nearest Color Name

Color Hue/Base color: Red

Hex #ff294f Color code in RGB color code model is created after adding 100% red color, 16.08% green color and 30.98% blue color. Hex #ff294f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 69% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code ff294f #ff294f
RGB Decimal 255, 41, 79 255, 41, 79
RGB Percent 100%, 16%, 31% rgb(100%, 16%, 31%)
CSS RGBa 255, 41, 79,1 rgba(255,41,79,1)
CMYK Model cmyk(0%,84%,69%,0%)
HSL Color Space 349,100% ,58% hsl(349,100% ,58%)
HSV Color Space 349°, 84%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 00101001 01001111
Octal 377 51 117
Decimal 255 41 79
Hex ff 29 4f

Different shades of #ff294f color code.

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

Darkest of #ff294f
#8f0019
Darker of #ff294f
#c20022
Dark of #ff294f
#f5002b
Base of #ff294f
#ff294f
Light of #ff294f
#ff5c79
Lighter
#ff8fa3
Lightest
#ffc2cd

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

#ff294f
#29ffd9

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

Split Complementary

#ff294f
#29ff6e
#29baff

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

Analogous Color

#ff29cc
#ff29a8
#ff294f
#ff4a29
#ffa429

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

#ff294f
#294fff
#4fff29

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

#ff294f
#4fff29
#29ffd9
#d929ff

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

#ff294f
#baff29
#29ffd9
#6e29ff

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

#5c0010
#8f0019
#c20022
#f5002b
#ff294f
#ff5c79
#ff8fa3
#ffc2cd
#fff5f7

Tints of #ff294f Color

#ff294f
#ff4062
#ff5876
#ff7089
#ff889d
#ff9fb0
#ffb7c4
#ffcfd7
#ffe7eb
#ffffff

Shades of #ff294f color code

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

#ff294f
#e22446
#c61f3d
#aa1b34
#8d162b
#711223
#550d1a
#380911
#1c0408
#000000

Tones

#ff294f
#ea3e5d
#d4546b
#bf6978
#a97f86

Tones

Similar Color like #ff294f color

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

#ff2a50
#ff2b51
#ff2c52
#ff2d53
#ff2e54
#ff2f55
#ff3056
#ff3157
#ff3258
#ff3359
#ff345a
#ff355b
#ff365c
#ff375d
#fe284e
#fd274d
#fc264c
#fb254b
#fa244a
#f92349
#f82248
#f72147
#f62046
#f51f45
#f41e44
#f31d43
#f21c42
#f11b41

Download this Dark Red

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

#ff294f Color Code Preview on Black Background Color

This is how #ff294f Color will look on black background color. Color contrast ratio is 5.68

#ff294f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff294f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff294f

#ff294f color code is use for CSS Background Color

Background color for the above div is #ff294f

HTML with inline CSS

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

#ff294f color code is use for CSS Border Color

CSS Border color for the above div is #ff294f

HTML with inline CSS

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

CSS Border Left color for the above div is #ff294f

HTML with inline CSS

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

CSS Border Right color for the above div is #ff294f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff294f

HTML with inline CSS

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

CSS Border Top color for the above div is #ff294f

HTML with inline CSS

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

#ff294f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff294f Color code Preview on White Background

This is how #ff294f Color code will look on white background color. Color contrast ratio is 3.70

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

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(255,41,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,255,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,41,79,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }