crispedge.com

Color picker

Loading...

#ff295d hex color - Red - Warm color - Information

#ff295d hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff295d#ff295d
RGB Decimal255, 41, 93rgb(255, 41, 93)
RGB Percent100%, 16%, 36%rgb(100%, 16%, 36%)
CSS RGBa255, 41, 93,1rgba(255,41,93,1)
CMYK Modelcmyk(0%,84%,64%,0%)
HSL Color Space345,100% ,58%hsl(345,100% ,58%)
HSV Color Space345°, 84%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110010100101011101
Octal37751135
Decimal2554193
Hexff295d

Different shades of #ff295d color code.

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

Light Shade of #ff295d
#ff5c84
Dark Shade of #ff295d
#f5003c
Saturated Shade of #ff295d
#ff295d
Desaturated Shade of #ff295d
#f43462
Grey scale Shade of #ff295d
#949494
Brighten Shade
#ff4276
Most Readable Shade
#FFFFFF

Shades of #ff295d color code

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

#ff295d
#e22452
#c61f48
#aa1b3e
#8d1633
#711229
#550d1f
#380914
#1c040a
#000000

Similar Color like #ff295d color

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

#ff2a5e
#ff2b5f
#ff2c60
#ff2d61
#ff2e62
#ff2f63
#ff3064
#ff3165
#ff3266
#ff3367
#ff3468
#ff3569
#ff366a
#ff376b
#fe285c
#fd275b
#fc265a
#fb2559
#fa2458
#f92357
#f82256
#f72155
#f62054
#f51f53
#f41e52
#f31d51
#f21c50
#f11b4f

Monochromatic Color with #ff295d

#ff295d
#2a070f
#550e1f
#80152f
#aa1b3e
#d4224d

Tints of #ff295d Color

#ff295d
#ff406f
#ff5881
#ff7093
#ff88a5
#ff9fb7
#ffb7c9
#ffcfdb
#ffe7ed
#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

#ff295d
#29ffcb

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

Split Complementary

#ff295d
#29ff60
#29c8ff

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

Analogous Color

#ff29b3
#ff2988
#ff295d
#ff2932
#ff4b29

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

#ff295d
#5dff29
#295dff

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

#ff295d
#c8ff29
#29ffcb
#6029ff

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

#ff295d
#29ffcb
#29c8ff
#ff6029

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

#ff295d Color Code Preview on Black Background Color

This is how #ff295d Color will look on black background color. Color contrast ratio is 5.73

#ff295d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff295d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff295d

#ff295d color code is use for CSS Background Color

Background color for the above div is #ff295d

HTML with inline CSS

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

#ff295d color code is use for CSS Border Color

CSS Border color for the above div is #ff295d

HTML with inline CSS

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

CSS Border Left color for the above div is #ff295d

HTML with inline CSS

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

CSS Border Right color for the above div is #ff295d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff295d

HTML with inline CSS

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

CSS Border Top color for the above div is #ff295d

HTML with inline CSS

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

#ff295d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff295d Color code Preview on White Background

This is how #ff295d Color code will look on white background color. Color contrast ratio is 3.67

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

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(255,41,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,255,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,41,93,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.