crispedge.com

Color picker

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

#db0006 hex color - Red - Warm color - Information

#db0006 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #db0006 color code is between #dd0000 web safe hex color code and #cc0000 web safe hex color code. #dd0000 is the nearest web safe color code. You can see here many more shades of #db0006 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedb0006#db0006
RGB Decimal219, 0, 6rgb(219, 0, 6)
RGB Percent86%, 0%, 2%rgb(86%, 0%, 2%)
CSS RGBa219, 0, 6,1rgba(219,0,6,1)
CMYK Modelcmyk(0%,100%,97%,14%)
HSL Color Space358,100% ,43%hsl(358,100% ,43%)
HSV Color Space358°, 100%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110110000000000000110
Octal33306
Decimal21906
Hexdb0006

Different shades of #db0006 color code.

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

Light Shade of #db0006
#ff0f16
Dark Shade of #db0006
#a80005
Saturated Shade of #db0006
#db0006
Desaturated Shade of #db0006
#d00b10
Grey scale Shade of #db0006
#6d6d6d
Brighten Shade
#f4191f
Most Readable Shade
#FFFFFF

Shades of #db0006 color code

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

#db0006
#c20005
#aa0004
#920004
#790003
#610002
#490002
#300001
#180000
#000000

Similar Color like #db0006 color

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

#dc0107
#dd0208
#de0309
#df040a
#e0050b
#e1060c
#e2070d
#e3080e
#e4090f
#e50a10
#e60b11
#e70c12
#e80d13
#e90e14
#da0005
#d90004
#d80003
#d70002
#d60001
#d50000
#d40000
#d30000
#d20000
#d10000
#d00000
#cf0000
#ce0000
#cd0000

Monochromatic Color with #db0006

#db0006
#060000
#310001
#5b0003
#860004
#b00005

Tints of #db0006 Color

#db0006
#df1c21
#e3383d
#e75559
#eb7174
#ef8d90
#f3aaac
#f7c6c7
#fbe2e3
#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

#db0006
#00dbd5

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

Split Complementary

#db0006
#00db67
#0073db

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

Analogous Color

#db005e
#db0032
#db0006
#db2600
#db5200

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

#db0006
#06db00
#0006db

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

#db0006
#73db00
#00dbd5
#6700db

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

#db0006
#00dbd5
#0073db
#db6800

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

#db0006 Color Code Preview on Black Background Color

This is how #db0006 Color will look on black background color. Color contrast ratio is 4.01

#db0006 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db0006

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db0006

#db0006 color code is use for CSS Background Color

Background color for the above div is #db0006

HTML with inline CSS

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

#db0006 color code is use for CSS Border Color

CSS Border color for the above div is #db0006

HTML with inline CSS

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

CSS Border Left color for the above div is #db0006

HTML with inline CSS

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

CSS Border Right color for the above div is #db0006

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db0006

HTML with inline CSS

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

CSS Border Top color for the above div is #db0006

HTML with inline CSS

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

#db0006 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db0006 Color code Preview on White Background

This is how #db0006 Color code will look on white background color. Color contrast ratio is 5.23

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.