crispedge.com

Color picker

Loading...

#d21e1d hex color - Red - Warm color - Information

#d21e1d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d21e1d Color code in RGB color code model is created after adding 82.35% red color, 11.76% green color and 11.37% blue color. Hex #d21e1d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 86% yellow and 18% black.

Hex #d21e1d color code is between #cc2222 web safe hex color code and #dd1111 web safe hex color code. #cc2222 is the nearest web safe color code. You can see here many more shades of #d21e1d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded21e1d#d21e1d
RGB Decimal210, 30, 29rgb(210, 30, 29)
RGB Percent82%, 12%, 11%rgb(82%, 12%, 11%)
CSS RGBa210, 30, 29,1rgba(210,30,29,1)
CMYK Modelcmyk(0%,86%,86%,18%)
HSL Color Space0,76% ,47%hsl(0,76% ,47%)
HSV Color Space0°, 86%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100001111000011101
Octal3223635
Decimal2103029
Hexd21e1d

Different shades of #d21e1d color code.

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

Light Shade of #d21e1d
#e43f3e
Dark Shade of #d21e1d
#a51817
Saturated Shade of #d21e1d
#de1211
Desaturated Shade of #d21e1d
#c62a29
Grey scale Shade of #d21e1d
#777777
Brighten Shade
#eb3736
Most Readable Shade
#FFFFFF

Shades of #d21e1d color code

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

#d21e1d
#ba1a19
#a31716
#8c1413
#741010
#5d0d0c
#460a09
#2e0606
#170303
#000000

Similar Color like #d21e1d color

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

#d31f1e
#d4201f
#d52120
#d62221
#d72322
#d82423
#d92524
#da2625
#db2726
#dc2827
#dd2928
#de2a29
#df2b2a
#e02c2b
#d11d1c
#d01c1b
#cf1b1a
#ce1a19
#cd1918
#cc1817
#cb1716
#ca1615
#c91514
#c81413
#c71312
#c61211
#c51110
#c4100f

Monochromatic Color with #d21e1d

#d21e1d
#fc2423
#280606
#520c0b
#7d1211
#a71817

Tints of #d21e1d Color

#d21e1d
#d73736
#dc504f
#e16968
#e68281
#eb9b9a
#f0b4b3
#f5cdcc
#fae6e5
#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

#d21e1d
#1dd1d2

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

Split Complementary

#d21e1d
#1dd279
#1d76d2

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

Analogous Color

#d21d64
#d21d40
#d21e1d
#d2421d
#d2661d

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

#d21e1d
#1dd21e
#1e1dd2

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

#d21e1d
#76d21d
#1dd1d2
#781dd2

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

#d21e1d
#1dd1d2
#1d76d2
#d2791d

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

#d21e1d Color Code Preview on Black Background Color

This is how #d21e1d Color will look on black background color. Color contrast ratio is 3.94

#d21e1d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d21e1d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d21e1d

#d21e1d color code is use for CSS Background Color

Background color for the above div is #d21e1d

HTML with inline CSS

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

#d21e1d color code is use for CSS Border Color

CSS Border color for the above div is #d21e1d

HTML with inline CSS

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

CSS Border Left color for the above div is #d21e1d

HTML with inline CSS

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

CSS Border Right color for the above div is #d21e1d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d21e1d

HTML with inline CSS

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

CSS Border Top color for the above div is #d21e1d

HTML with inline CSS

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

#d21e1d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d21e1d Color code Preview on White Background

This is how #d21e1d Color code will look on white background color. Color contrast ratio is 5.32

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

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(210,30,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,209,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,30,29,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.