crispedge.com

Color picker

Loading...

#db4d3a hex color - Red - Warm color - Information

#db4d3a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #db4d3a Color code in RGB color code model is created after adding 85.88% red color, 30.2% green color and 22.75% blue color. Hex #db4d3a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 74% yellow and 14% black.

Hex #db4d3a color code is between #dd5533 web safe hex color code and #cc4444 web safe hex color code. #dd5533 is the nearest web safe color code. You can see here many more shades of #db4d3a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb4d3a#db4d3a
RGB Decimal219, 77, 58rgb(219, 77, 58)
RGB Percent86%, 30%, 23%rgb(86%, 30%, 23%)
CSS RGBa219, 77, 58,1rgba(219,77,58,1)
CMYK Modelcmyk(0%,65%,74%,14%)
HSL Color Space7,69% ,54%hsl(7,69% ,54%)
HSV Color Space7°, 74%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110100110100111010
Octal33311572
Decimal2197758
Hexdb4d3a

Different shades of #db4d3a color code.

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

Light Shade of #db4d3a
#e37465
Dark Shade of #db4d3a
#bf3523
Saturated Shade of #db4d3a
#e7442e
Desaturated Shade of #db4d3a
#cf5646
Grey scale Shade of #db4d3a
#8a8a8a
Brighten Shade
#f46653
Most Readable Shade
#FFFFFF

Shades of #db4d3a color code

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

#db4d3a
#c24433
#aa3b2d
#923326
#792a20
#612219
#491913
#30110c
#180806
#000000

Similar Color like #db4d3a color

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

#dc4e3b
#dd4f3c
#de503d
#df513e
#e0523f
#e15340
#e25441
#e35542
#e45643
#e55744
#e65845
#e75946
#e85a47
#e95b48
#da4c39
#d94b38
#d84a37
#d74936
#d64835
#d54734
#d44633
#d34532
#d24431
#d14330
#d0422f
#cf412e
#ce402d
#cd3f2c

Monochromatic Color with #db4d3a

#db4d3a
#060202
#31110d
#5b2018
#862f23
#b03e2f

Tints of #db4d3a Color

#db4d3a
#df604f
#e37465
#e7887b
#eb9c91
#efafa7
#f3c3bd
#f7d7d3
#fbebe9
#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

#db4d3a
#3ac8db

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

Split Complementary

#db4d3a
#3adb9e
#3a77db

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

Analogous Color

#db3a67
#db3a47
#db4d3a
#db6d3a
#db8d3a

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

#db4d3a
#3adb4d
#4d3adb

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

#db4d3a
#77db3a
#3ac8db
#9d3adb

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

#db4d3a
#3ac8db
#3a77db
#db9e3a

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

#db4d3a Color Code Preview on Black Background Color

This is how #db4d3a Color will look on black background color. Color contrast ratio is 5.13

#db4d3a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db4d3a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db4d3a

#db4d3a color code is use for CSS Background Color

Background color for the above div is #db4d3a

HTML with inline CSS

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

#db4d3a color code is use for CSS Border Color

CSS Border color for the above div is #db4d3a

HTML with inline CSS

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

CSS Border Left color for the above div is #db4d3a

HTML with inline CSS

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

CSS Border Right color for the above div is #db4d3a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db4d3a

HTML with inline CSS

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

CSS Border Top color for the above div is #db4d3a

HTML with inline CSS

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

#db4d3a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db4d3a Color code Preview on White Background

This is how #db4d3a Color code will look on white background color. Color contrast ratio is 4.09

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

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(219,77,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,200,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,77,58,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.