crispedge.com

Color picker

Loading...

#df292d hex color - Red - Warm color - Information

#df292d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #df292d Color code in RGB color code model is created after adding 87.45% red color, 16.08% green color and 17.65% blue color. Hex #df292d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 80% yellow and 13% black.

Hex #df292d color code is between #dd2233 web safe hex color code and #ee3322 web safe hex color code. #dd2233 is the nearest web safe color code. You can see here many more shades of #df292d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedf292d#df292d
RGB Decimal223, 41, 45rgb(223, 41, 45)
RGB Percent87%, 16%, 18%rgb(87%, 16%, 18%)
CSS RGBa223, 41, 45,1rgba(223,41,45,1)
CMYK Modelcmyk(0%,82%,80%,13%)
HSL Color Space359,74% ,52%hsl(359,74% ,52%)
HSV Color Space359°, 82%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111110010100100101101
Octal3375155
Decimal2234145
Hexdf292d

Different shades of #df292d color code.

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

Light Shade of #df292d
#e65559
Dark Shade of #df292d
#b91c1f
Saturated Shade of #df292d
#eb1d21
Desaturated Shade of #df292d
#d33539
Grey scale Shade of #df292d
#848484
Brighten Shade
#f84246
Most Readable Shade
#FFFFFF

Shades of #df292d color code

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

#df292d
#c62428
#ad1f23
#941b1e
#7b1619
#631214
#4a0d0f
#31090a
#180405
#000000

Similar Color like #df292d color

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

#e02a2e
#e12b2f
#e22c30
#e32d31
#e42e32
#e52f33
#e63034
#e73135
#e83236
#e93337
#ea3438
#eb3539
#ec363a
#ed373b
#de282c
#dd272b
#dc262a
#db2529
#da2428
#d92327
#d82226
#d72125
#d62024
#d51f23
#d41e22
#d31d21
#d21c20
#d11b1f

Monochromatic Color with #df292d

#df292d
#0a0202
#350a0b
#5f1213
#8a191c
#b42124

Tints of #df292d Color

#df292d
#e24044
#e6585b
#e97073
#ed888a
#f09fa1
#f4b7b9
#f7cfd0
#fbe7e7
#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

#df292d
#29dfdb

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

Split Complementary

#df292d
#29df80
#2988df

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

Analogous Color

#df2976
#df2951
#df292d
#df4929
#df6e29

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

#df292d
#2ddf29
#292ddf

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

#df292d
#88df29
#29dfdb
#8029df

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

#df292d
#29dfdb
#2988df
#df8029

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

#df292d Color Code Preview on Black Background Color

This is how #df292d Color will look on black background color. Color contrast ratio is 4.49

#df292d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df292d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #df292d

#df292d color code is use for CSS Background Color

Background color for the above div is #df292d

HTML with inline CSS

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

#df292d color code is use for CSS Border Color

CSS Border color for the above div is #df292d

HTML with inline CSS

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

CSS Border Left color for the above div is #df292d

HTML with inline CSS

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

CSS Border Right color for the above div is #df292d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #df292d

HTML with inline CSS

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

CSS Border Top color for the above div is #df292d

HTML with inline CSS

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

#df292d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#df292d Color code Preview on White Background

This is how #df292d Color code will look on white background color. Color contrast ratio is 4.67

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(223,41,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(41,223,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,41,45,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.