crispedge.com

#da134c hex color - Red - Warm color - Information

#da134c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #da134c Color code in RGB color code model is created after adding 85.49% red color, 7.45% green color and 29.8% blue color. Hex #da134c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 65% yellow and 15% black.

Hex #da134c color code is between #dd1144 web safe hex color code and #cc2255 web safe hex color code. #dd1144 is the nearest web safe color code. You can see here many more shades of #da134c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeda134c#da134c
RGB Decimal218, 19, 76rgb(218, 19, 76)
RGB Percent85%, 7%, 30%rgb(85%, 7%, 30%)
CSS RGBa218, 19, 76,1rgba(218,19,76,1)
CMYK Modelcmyk(0%,91%,65%,15%)
HSL Color Space343,84% ,46%hsl(343,84% ,46%)
HSV Color Space343°, 91%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110100001001101001100
Octal33223114
Decimal2181976
Hexda134c

Different shades of #da134c color code.

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

Light Shade of #da134c
#ed3368
Dark Shade of #da134c
#ab0f3c
Saturated Shade of #da134c
#e60747
Desaturated Shade of #da134c
#ce1f51
Grey scale Shade of #da134c
#767676
Brighten Shade
#f32c65
Most Readable Shade
#FFFFFF

Shades of #da134c color code

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

#da134c
#c11043
#a90e3b
#910c32
#790a2a
#600821
#480619
#300410
#180208
#000000

Similar Color like #da134c color

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

#db144d
#dc154e
#dd164f
#de1750
#df1851
#e01952
#e11a53
#e21b54
#e31c55
#e41d56
#e51e57
#e61f58
#e72059
#e8215a
#d9124b
#d8114a
#d71049
#d60f48
#d50e47
#d40d46
#d30c45
#d20b44
#d10a43
#d00942
#cf0841
#ce0740
#cd063f
#cc053e

Monochromatic Color with #da134c

#da134c
#050002
#300411
#5a0820
#850c2e
#af0f3d

Tints of #da134c Color

#da134c
#de2d5f
#e24773
#e66187
#ea7b9b
#ee96af
#f2b0c3
#f6cad7
#fae4eb
#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

#da134c
#13daa1

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

Split Complementary

#da134c
#13da3e
#13afda

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

Analogous Color

#da139c
#da1374
#da134c
#da1324
#da2a13

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

#da134c
#4cda13
#134cda

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

#da134c
#afda13
#13daa1
#3e13da

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

#da134c
#13daa1
#13afda
#da3e13

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

#da134c Color Code Preview on Black Background Color

This is how #da134c Color will look on black background color. Color contrast ratio is 4.18

#da134c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da134c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da134c

#da134c color code is use for CSS Background Color

Background color for the above div is #da134c

HTML with inline CSS

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

#da134c color code is use for CSS Border Color

CSS Border color for the above div is #da134c

HTML with inline CSS

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

CSS Border Left color for the above div is #da134c

HTML with inline CSS

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

CSS Border Right color for the above div is #da134c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da134c

HTML with inline CSS

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

CSS Border Top color for the above div is #da134c

HTML with inline CSS

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

#da134c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da134c Color code Preview on White Background

This is how #da134c Color code will look on white background color. Color contrast ratio is 5.03

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

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(218,19,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,218,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,19,76,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>