crispedge.com

Color picker

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

#d03b25 hex color - Red - Warm color - Information

#d03b25 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d03b25 Color code in RGB color code model is created after adding 81.57% red color, 23.14% green color and 14.51% blue color. Hex #d03b25 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 82% yellow and 18% black.

Hex #d03b25 color code is between #cc3322 web safe hex color code and #dd4433 web safe hex color code. #cc3322 is the nearest web safe color code. You can see here many more shades of #d03b25 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded03b25#d03b25
RGB Decimal208, 59, 37rgb(208, 59, 37)
RGB Percent82%, 23%, 15%rgb(82%, 23%, 15%)
CSS RGBa208, 59, 37,1rgba(208,59,37,1)
CMYK Modelcmyk(0%,72%,82%,18%)
HSL Color Space8,70% ,48%hsl(8,70% ,48%)
HSV Color Space8°, 82%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000011101100100101
Octal3207345
Decimal2085937
Hexd03b25

Different shades of #d03b25 color code.

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

Light Shade of #d03b25
#df5d49
Dark Shade of #d03b25
#a52f1d
Saturated Shade of #d03b25
#dc3219
Desaturated Shade of #d03b25
#c44431
Grey scale Shade of #d03b25
#7a7a7a
Brighten Shade
#e9543e
Most Readable Shade
#FFFFFF

Shades of #d03b25 color code

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

#d03b25
#b83420
#a12d1c
#8a2718
#732014
#5c1a10
#45130c
#2e0d08
#170604
#000000

Similar Color like #d03b25 color

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

#d13c26
#d23d27
#d33e28
#d43f29
#d5402a
#d6412b
#d7422c
#d8432d
#d9442e
#da452f
#db4630
#dc4731
#dd4832
#de4933
#cf3a24
#ce3923
#cd3822
#cc3721
#cb3620
#ca351f
#c9341e
#c8331d
#c7321c
#c6311b
#c5301a
#c42f19
#c32e18
#c22d17

Monochromatic Color with #d03b25

#d03b25
#fa472d
#260b07
#50170e
#7b2316
#a52f1d

Tints of #d03b25 Color

#d03b25
#d5503d
#da6655
#df7c6d
#e49285
#eaa79e
#efbdb6
#f4d3ce
#f9e9e6
#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

#d03b25
#25bad0

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

Split Complementary

#d03b25
#25d090
#2565d0

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

Analogous Color

#d02553
#d02531
#d03b25
#d05d25
#d07f25

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

#d03b25
#25d03b
#3b25d0

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

#d03b25
#64d025
#25bad0
#9025d0

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

#d03b25
#25bad0
#2565d0
#d09025

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

#d03b25 Color Code Preview on Black Background Color

This is how #d03b25 Color will look on black background color. Color contrast ratio is 4.33

#d03b25 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d03b25

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d03b25

#d03b25 color code is use for CSS Background Color

Background color for the above div is #d03b25

HTML with inline CSS

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

#d03b25 color code is use for CSS Border Color

CSS Border color for the above div is #d03b25

HTML with inline CSS

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

CSS Border Left color for the above div is #d03b25

HTML with inline CSS

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

CSS Border Right color for the above div is #d03b25

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d03b25

HTML with inline CSS

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

CSS Border Top color for the above div is #d03b25

HTML with inline CSS

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

#d03b25 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d03b25 Color code Preview on White Background

This is how #d03b25 Color code will look on white background color. Color contrast ratio is 4.85

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

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.