crispedge.com

Color picker

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

#d25e3e hex color - Orange - Warm color - Information

#d25e3e hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #d25e3e Color code in RGB color code model is created after adding 82.35% red color, 36.86% green color and 24.31% blue color. Hex #d25e3e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 70% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded25e3e#d25e3e
RGB Decimal210, 94, 62rgb(210, 94, 62)
RGB Percent82%, 37%, 24%rgb(82%, 37%, 24%)
CSS RGBa210, 94, 62,1rgba(210,94,62,1)
CMYK Modelcmyk(0%,55%,70%,18%)
HSL Color Space13,62% ,53%hsl(13,62% ,53%)
HSV Color Space13°, 70%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100101111000111110
Octal32213676
Decimal2109462
Hexd25e3e

Different shades of #d25e3e color code.

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

Light Shade of #d25e3e
#dc8067
Dark Shade of #d25e3e
#b3472a
Saturated Shade of #d25e3e
#de5732
Desaturated Shade of #d25e3e
#c6654a
Grey scale Shade of #d25e3e
#888888
Brighten Shade
#eb7757
Most Readable Shade
#FFFFFF

Shades of #d25e3e color code

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

#d25e3e
#ba5337
#a34930
#8c3e29
#743422
#5d291b
#461f14
#2e140d
#170a06
#000000

Similar Color like #d25e3e color

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

#d35f3f
#d46040
#d56141
#d66242
#d76343
#d86444
#d96545
#da6646
#db6747
#dc6848
#dd6949
#de6a4a
#df6b4b
#e06c4c
#d15d3d
#d05c3c
#cf5b3b
#ce5a3a
#cd5939
#cc5838
#cb5737
#ca5636
#c95535
#c85434
#c75333
#c65232
#c55131
#c45030

Monochromatic Color with #d25e3e

#d25e3e
#fc714b
#28120c
#522518
#7d3825
#a74b31

Tints of #d25e3e Color

#d25e3e
#d76f53
#dc8168
#e1937e
#e6a593
#ebb7a9
#f0c9be
#f5dbd4
#faede9
#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

#d25e3e
#3eb2d2

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

Split Complementary

#d25e3e
#3ed2a8
#3e68d2

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

Analogous Color

#d23e59
#d2403e
#d25e3e
#d27c3e
#d2993e

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

#d25e3e
#3ed25e
#5e3ed2

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

#d25e3e
#68d23e
#3eb2d2
#a83ed2

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

#d25e3e
#3eb2d2
#3e68d2
#d2a83e

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

#d25e3e Color Code Preview on Black Background Color

This is how #d25e3e Color will look on black background color. Color contrast ratio is 5.41

#d25e3e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d25e3e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d25e3e

#d25e3e color code is use for CSS Background Color

Background color for the above div is #d25e3e

HTML with inline CSS

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

#d25e3e color code is use for CSS Border Color

CSS Border color for the above div is #d25e3e

HTML with inline CSS

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

CSS Border Left color for the above div is #d25e3e

HTML with inline CSS

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

CSS Border Right color for the above div is #d25e3e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d25e3e

HTML with inline CSS

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

CSS Border Top color for the above div is #d25e3e

HTML with inline CSS

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

#d25e3e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d25e3e Color code Preview on White Background

This is how #d25e3e Color code will look on white background color. Color contrast ratio is 3.88

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

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.