crispedge.com

#dd272e hex color - Red - Warm color - Information

#dd272e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dd272e Color code in RGB color code model is created after adding 86.67% red color, 15.29% green color and 18.04% blue color. Hex #dd272e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 79% yellow and 13.33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd272e#dd272e
RGB Decimal221, 39, 46rgb(221, 39, 46)
RGB Percent87%, 15%, 18%rgb(87%, 15%, 18%)
CSS RGBa221, 39, 46,1rgba(221,39,46,1)
CMYK Modelcmyk(0%,82%,79%,13.33%)
HSL Color Space358,73% ,51%hsl(358,73% ,51%)
HSV Color Space358°, 82%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010010011100101110
Octal3354756
Decimal2213946
Hexdd272e

Different shades of #dd272e color code.

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

Light Shade of #dd272e
#e45359
Dark Shade of #dd272e
#b51c22
Saturated Shade of #dd272e
#e91a22
Desaturated Shade of #dd272e
#d0333a
Grey scale Shade of #dd272e
#828282
Brighten Shade
#f64047
Most Readable Shade
#FFFFFF

Shades of #dd272e color code

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

#dd272e
#c42228
#ab1e23
#931a1e
#7a1519
#621114
#490d0f
#31080a
#180405
#000000

Similar Color like #dd272e color

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

#de282f
#df2930
#e02a31
#e12b32
#e22c33
#e32d34
#e42e35
#e52f36
#e63037
#e73138
#e83239
#e9333a
#ea343b
#eb353c
#dc262d
#db252c
#da242b
#d9232a
#d82229
#d72128
#d62027
#d51f26
#d41e25
#d31d24
#d21c23
#d11b22
#d01a21
#cf1920

Monochromatic Color with #dd272e

#dd272e
#080102
#33090b
#5d1013
#88181c
#b32025

Tints of #dd272e Color

#dd272e
#e03f45
#e4575c
#e86f73
#ec878a
#ef9fa2
#f3b7b9
#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

#dd272e
#27ddd6

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

Split Complementary

#dd272e
#27dd7b
#2789dd

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

Analogous Color

#dd2777
#dd2752
#dd272e
#dd4427
#dd6927

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

#dd272e
#2edd27
#272edd

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

#dd272e
#89dd27
#27ddd6
#7b27dd

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

#dd272e
#27ddd6
#2789dd
#dd7b27

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

#dd272e Color Code Preview on Black Background Color

This is how #dd272e Color will look on black background color. Color contrast ratio is 4.40

#dd272e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd272e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd272e

#dd272e color code is use for CSS Background Color

Background color for the above div is #dd272e

HTML with inline CSS

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

#dd272e color code is use for CSS Border Color

CSS Border color for the above div is #dd272e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd272e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd272e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd272e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd272e

HTML with inline CSS

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

#dd272e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd272e Color code Preview on White Background

This is how #dd272e Color code will look on white background color. Color contrast ratio is 4.77

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

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(221,39,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(39,221,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,39,46,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.