crispedge.com

#d80f5e hex color - Red - Warm color - Information

#d80f5e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d80f5e Color code in RGB color code model is created after adding 84.71% red color, 5.88% green color and 36.86% blue color. Hex #d80f5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 56% yellow and 15.29% black.

Hex #d80f5e color code is between #dd1166 web safe hex color code and #cc0055 web safe hex color code. #dd1166 is the nearest web safe color code. You can see here many more shades of #d80f5e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded80f5e#d80f5e
RGB Decimal216, 15, 94rgb(216, 15, 94)
RGB Percent85%, 6%, 37%rgb(85%, 6%, 37%)
CSS RGBa216, 15, 94,1rgba(216,15,94,1)
CMYK Modelcmyk(0%,93%,56%,15.29%)
HSL Color Space336,87% ,45%hsl(336,87% ,45%)
HSV Color Space336°, 93%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000000111101011110
Octal33017136
Decimal2161594
Hexd80f5e

Different shades of #d80f5e color code.

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

Light Shade of #d80f5e
#f02a78
Dark Shade of #d80f5e
#a80c49
Saturated Shade of #d80f5e
#e4035c
Desaturated Shade of #d80f5e
#cc1b60
Grey scale Shade of #d80f5e
#737373
Brighten Shade
#f12877
Most Readable Shade
#FFFFFF

Shades of #d80f5e color code

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

#d80f5e
#c00d53
#a80b49
#900a3e
#780834
#600629
#48051f
#300314
#18010a
#000000

Similar Color like #d80f5e color

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

#d9105f
#da1160
#db1261
#dc1362
#dd1463
#de1564
#df1665
#e01766
#e11867
#e21968
#e31a69
#e41b6a
#e51c6b
#e61d6c
#d70e5d
#d60d5c
#d50c5b
#d40b5a
#d30a59
#d20958
#d10857
#d00756
#cf0655
#ce0554
#cd0453
#cc0352
#cb0251
#ca0150

Monochromatic Color with #d80f5e

#d80f5e
#030002
#2e0314
#580627
#830939
#ad0c4c

Tints of #d80f5e Color

#d80f5e
#dc296f
#e04481
#e55f93
#e979a5
#ed94b7
#f2afc9
#f6c9db
#fae4ed
#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

#d80f5e
#0fd889

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

Split Complementary

#d80f5e
#0fd824
#0fc3d8

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

Analogous Color

#d80fae
#d80f86
#d80f5e
#d80f36
#d8100f

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

#d80f5e
#5ed80f
#0f5ed8

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

#d80f5e
#c2d80f
#0fd889
#240fd8

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

#d80f5e
#0fd889
#0fc3d8
#d8240f

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

#d80f5e Color Code Preview on Black Background Color

This is how #d80f5e Color will look on black background color. Color contrast ratio is 4.15

#d80f5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d80f5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d80f5e

#d80f5e color code is use for CSS Background Color

Background color for the above div is #d80f5e

HTML with inline CSS

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

#d80f5e color code is use for CSS Border Color

CSS Border color for the above div is #d80f5e

HTML with inline CSS

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

CSS Border Left color for the above div is #d80f5e

HTML with inline CSS

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

CSS Border Right color for the above div is #d80f5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d80f5e

HTML with inline CSS

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

CSS Border Top color for the above div is #d80f5e

HTML with inline CSS

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

#d80f5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d80f5e Color code Preview on White Background

This is how #d80f5e Color code will look on white background color. Color contrast ratio is 5.06

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

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(216,15,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,216,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(216,15,94,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.