Skip to main content Skip to docs navigation

#de393a hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Endless Possibilities and its hex is #E0413A Nearest Color Name

Color Hue/Base color: Red

Hex #de393a Color code in RGB color code model is created after adding 87.06% red color, 22.35% green color and 22.75% blue color. Hex #de393a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 74% yellow and 12.94% black.

Hex #de393a color code is between #dd3333 web safe hex color code and #ee4444 web safe hex color code. #dd3333 is the nearest web safe color code. You can see here many more shades of #de393a color code.

RGB Chart

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

Color Table

Hex Color Code de393a #de393a
RGB Decimal 222, 57, 58 222, 57, 58
RGB Percent 87%, 22%, 23% rgb(87%, 22%, 23%)
CSS RGBa 222, 57, 58,1 rgba(222,57,58,1)
CMYK Model cmyk(0%,74%,74%,12.94%)
HSL Color Space 360,71% ,55% hsl(360,71% ,55%)
HSV Color Space 0°, 74%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011110 00111001 00111010
Octal 336 71 72
Decimal 222 57 58
Hex de 39 3a

Different shades of #de393a color code.

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

Darkest of #de393a
#6c1213
Darker of #de393a
#98191a
Dark of #de393a
#c32122
Base of #de393a
#de393a
Light of #de393a
#e56566
Lighter
#ed9091
Lightest
#f4bcbc

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

#de393a
#39dedd

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

Split Complementary

#de393a
#39de8b
#398dde

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

Analogous Color

#de399a
#de397f
#de393a
#de6f39
#deb439

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

#de393a
#393ade
#3ade39

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

#de393a
#3ade39
#39dedd
#dd39de

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#de393a
#8dde39
#39dedd
#8b39de

Square 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).

Monochromatic Color with #de393a

#400b0b
#6c1213
#98191a
#c32122
#de393a
#e56566
#ed9091
#f4bcbc
#fbe8e8

Tints of #de393a Color

#de393a
#e14f4f
#e56565
#e97b7b
#ec9191
#f0a7a7
#f4bdbd
#f7d3d3
#fbe9e9
#ffffff

Shades of #de393a color code

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

#de393a
#c53233
#ac2c2d
#942626
#7b1f20
#621919
#4a1313
#310c0c
#180606
#000000

Tones

#de393a
#c75051
#b06768
#997e7e
#8c8c8c

Tones

Similar Color like #de393a color

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

#df3a3b
#e03b3c
#e13c3d
#e23d3e
#e33e3f
#e43f40
#e54041
#e64142
#e74243
#e84344
#e94445
#ea4546
#eb4647
#ec4748
#dd3839
#dc3738
#db3637
#da3536
#d93435
#d83334
#d73233
#d63132
#d53031
#d42f30
#d32e2f
#d22d2e
#d12c2d
#d02b2c

Download this Dark Red

Hex #de393a 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.

#de393a Color Code Preview on Black Background Color

This is how #de393a Color will look on black background color. Color contrast ratio is 4.75

#de393a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de393a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de393a

#de393a color code is use for CSS Background Color

Background color for the above div is #de393a

HTML with inline CSS

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

#de393a color code is use for CSS Border Color

CSS Border color for the above div is #de393a

HTML with inline CSS

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

CSS Border Left color for the above div is #de393a

HTML with inline CSS

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

CSS Border Right color for the above div is #de393a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de393a

HTML with inline CSS

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

CSS Border Top color for the above div is #de393a

HTML with inline CSS

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

#de393a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de393a Color code Preview on White Background

This is how #de393a Color code will look on white background color. Color contrast ratio is 4.42

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(222,57,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(57,222,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,57,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }