crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#db5858 hex color - Red - Warm color - Information

#db5858 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #db5858 color code is between #dd5555 web safe hex color code and #cc6666 web safe hex color code. #dd5555 is the nearest web safe color code. You can see here many more shades of #db5858 color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codedb5858#db5858
RGB Decimal219, 88, 88rgb(219, 88, 88)
RGB Percent86%, 35%, 35%rgb(86%, 35%, 35%)
CSS RGBa219, 88, 88,1rgba(219,88,88,1)
CMYK Modelcmyk(0%,60%,60%,14%)
HSL Color Space0,65% ,60%hsl(0,65% ,60%)
HSV Color Space0°, 60%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110101100001011000
Octal333130130
Decimal2198888
Hexdb5858

Different shades of #db5858 color code.

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

Light Shade of #db5858
#e48282
Dark Shade of #db5858
#d22e2e
Saturated Shade of #db5858
#e54e4e
Desaturated Shade of #db5858
#d16262
Grey scale Shade of #db5858
#999999
Brighten Shade
#f47171
Most Readable Shade
#FFFFFF

Shades of #db5858 color code

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

#db5858
#c24e4e
#aa4444
#923a3a
#793030
#612727
#491d1d
#301313
#180909
#000000

Similar Color like #db5858 color

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

#dc5959
#dd5a5a
#de5b5b
#df5c5c
#e05d5d
#e15e5e
#e25f5f
#e36060
#e46161
#e56262
#e66363
#e76464
#e86565
#e96666
#da5757
#d95656
#d85555
#d75454
#d65353
#d55252
#d45151
#d35050
#d24f4f
#d14e4e
#d04d4d
#cf4c4c
#ce4b4b
#cd4a4a

Monochromatic Color with #db5858

#db5858
#060303
#311414
#5b2525
#863636
#b04747

Tints of #db5858 Color

#db5858
#df6a6a
#e37d7d
#e78f8f
#eba2a2
#efb4b4
#f3c7c7
#f7d9d9
#fbecec
#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

#db5858
#58dbdb

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

Split Complementary

#db5858
#58db99
#5899db

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

Analogous Color

#db588c
#db5872
#db5858
#db7258
#db8c58

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

#db5858
#58db58
#5858db

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

#db5858
#99db58
#58dbdb
#9958db

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

#db5858
#58dbdb
#5899db
#db9958

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

#db5858 Color Code Preview on Black Background Color

This is how #db5858 Color will look on black background color. Color contrast ratio is 5.55

#db5858 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db5858

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db5858

#db5858 color code is use for CSS Background Color

Background color for the above div is #db5858

HTML with inline CSS

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

#db5858 color code is use for CSS Border Color

CSS Border color for the above div is #db5858

HTML with inline CSS

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

CSS Border Left color for the above div is #db5858

HTML with inline CSS

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

CSS Border Right color for the above div is #db5858

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db5858

HTML with inline CSS

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

CSS Border Top color for the above div is #db5858

HTML with inline CSS

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

#db5858 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db5858 Color code Preview on White Background

This is how #db5858 Color code will look on white background color. Color contrast ratio is 3.78

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.