crispedge.com

Color picker

Loading...

#d60049 hex color - Red - Warm color - Information

#d60049 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d60049 Color code in RGB color code model is created after adding 83.92% red color, 0% green color and 28.63% blue color. Hex #d60049 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 66% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded60049#d60049
RGB Decimal214, 0, 73rgb(214, 0, 73)
RGB Percent84%, 0%, 29%rgb(84%, 0%, 29%)
CSS RGBa214, 0, 73,1rgba(214,0,73,1)
CMYK Modelcmyk(0%,100%,66%,16%)
HSL Color Space340,100% ,42%hsl(340,100% ,42%)
HSV Color Space340°, 100%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101100000000001001001
Octal3260111
Decimal214073
Hexd60049

Different shades of #d60049 color code.

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

Light Shade of #d60049
#ff0a5e
Dark Shade of #d60049
#a30038
Saturated Shade of #d60049
#d60049
Desaturated Shade of #d60049
#cb0b4c
Grey scale Shade of #d60049
#6b6b6b
Brighten Shade
#ef1962
Most Readable Shade
#FFFFFF

Shades of #d60049 color code

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

#d60049
#be0040
#a60038
#8e0030
#760028
#5f0020
#470018
#2f0010
#170008
#000000

Similar Color like #d60049 color

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

#d7014a
#d8024b
#d9034c
#da044d
#db054e
#dc064f
#dd0750
#de0851
#df0952
#e00a53
#e10b54
#e20c55
#e30d56
#e40e57
#d50048
#d40047
#d30046
#d20045
#d10044
#d00043
#cf0042
#ce0041
#cd0040
#cc003f
#cb003e
#ca003d
#c9003c
#c8003b

Monochromatic Color with #d60049

#d60049
#010001
#2c000f
#56001e
#81002c
#ab003a

Tints of #d60049 Color

#d60049
#da1c5d
#df3871
#e35585
#e87199
#ec8dae
#f1aac2
#f5c6d6
#fae2ea
#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

#d60049
#00d68d

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

Split Complementary

#d60049
#00d622
#00b4d6

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

Analogous Color

#d6009f
#d60074
#d60049
#d6001e
#d60d00

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

#d60049
#49d600
#0049d6

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

#d60049
#b4d600
#00d68d
#2200d6

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

#d60049
#00d68d
#00b4d6
#d62200

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

#d60049 Color Code Preview on Black Background Color

This is how #d60049 Color will look on black background color. Color contrast ratio is 3.96

#d60049 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d60049

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d60049

#d60049 color code is use for CSS Background Color

Background color for the above div is #d60049

HTML with inline CSS

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

#d60049 color code is use for CSS Border Color

CSS Border color for the above div is #d60049

HTML with inline CSS

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

CSS Border Left color for the above div is #d60049

HTML with inline CSS

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

CSS Border Right color for the above div is #d60049

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d60049

HTML with inline CSS

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

CSS Border Top color for the above div is #d60049

HTML with inline CSS

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

#d60049 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d60049 Color code Preview on White Background

This is how #d60049 Color code will look on white background color. Color contrast ratio is 5.31

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

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(214,0,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,214,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,0,73,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.