crispedge.com

Color picker

Loading...

#db0e37 hex color - Red - Warm color - Information

#db0e37 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #db0e37 Color code in RGB color code model is created after adding 85.88% red color, 5.49% green color and 21.57% blue color. Hex #db0e37 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 94% magenta, 75% yellow and 14% black.

Hex #db0e37 color code is between #dd1133 web safe hex color code and #cc0044 web safe hex color code. #dd1133 is the nearest web safe color code. You can see here many more shades of #db0e37 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb0e37#db0e37
RGB Decimal219, 14, 55rgb(219, 14, 55)
RGB Percent86%, 5%, 22%rgb(86%, 5%, 22%)
CSS RGBa219, 14, 55,1rgba(219,14,55,1)
CMYK Modelcmyk(0%,94%,75%,14%)
HSL Color Space348,88% ,46%hsl(348,88% ,46%)
HSV Color Space348°, 94%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110000111000110111
Octal3331667
Decimal2191455
Hexdb0e37

Different shades of #db0e37 color code.

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

Light Shade of #db0e37
#f12b52
Dark Shade of #db0e37
#ab0b2b
Saturated Shade of #db0e37
#e70230
Desaturated Shade of #db0e37
#cf1a3e
Grey scale Shade of #db0e37
#747474
Brighten Shade
#f42750
Most Readable Shade
#FFFFFF

Shades of #db0e37 color code

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

#db0e37
#c20c30
#aa0a2a
#920924
#79071e
#610618
#490412
#30030c
#180106
#000000

Similar Color like #db0e37 color

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

#dc0f38
#dd1039
#de113a
#df123b
#e0133c
#e1143d
#e2153e
#e3163f
#e41740
#e51841
#e61942
#e71a43
#e81b44
#e91c45
#da0d36
#d90c35
#d80b34
#d70a33
#d60932
#d50831
#d40730
#d3062f
#d2052e
#d1042d
#d0032c
#cf022b
#ce012a
#cd0029

Monochromatic Color with #db0e37

#db0e37
#060002
#31030c
#5b0617
#860922
#b00b2c

Tints of #db0e37 Color

#db0e37
#df284d
#e34363
#e75e79
#eb798f
#ef93a6
#f3aebc
#f7c9d2
#fbe4e8
#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

#db0e37
#0edbb2

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

Split Complementary

#db0e37
#0edb4b
#0e9ddb

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

Analogous Color

#db0e89
#db0e60
#db0e37
#db0e0e
#db370e

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

#db0e37
#37db0e
#0e37db

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

#db0e37
#9ddb0e
#0edbb2
#4b0edb

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

#db0e37
#0edbb2
#0e9ddb
#db4b0e

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

#db0e37 Color Code Preview on Black Background Color

This is how #db0e37 Color will look on black background color. Color contrast ratio is 4.13

#db0e37 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db0e37

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db0e37

#db0e37 color code is use for CSS Background Color

Background color for the above div is #db0e37

HTML with inline CSS

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

#db0e37 color code is use for CSS Border Color

CSS Border color for the above div is #db0e37

HTML with inline CSS

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

CSS Border Left color for the above div is #db0e37

HTML with inline CSS

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

CSS Border Right color for the above div is #db0e37

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db0e37

HTML with inline CSS

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

CSS Border Top color for the above div is #db0e37

HTML with inline CSS

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

#db0e37 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db0e37 Color code Preview on White Background

This is how #db0e37 Color code will look on white background color. Color contrast ratio is 5.08

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

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,14,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,219,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,14,55,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.