crispedge.com

#d01d36 hex color - Red - Warm color - Information

#d01d36 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded01d36#d01d36
RGB Decimal208, 29, 54rgb(208, 29, 54)
RGB Percent82%, 11%, 21%rgb(82%, 11%, 21%)
CSS RGBa208, 29, 54,1rgba(208,29,54,1)
CMYK Modelcmyk(0%,86%,74%,18%)
HSL Color Space352,76% ,46%hsl(352,76% ,46%)
HSV Color Space352°, 86%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000001110100110110
Octal3203566
Decimal2082954
Hexd01d36

Different shades of #d01d36 color code.

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

Light Shade of #d01d36
#e43c54
Dark Shade of #d01d36
#a3172a
Saturated Shade of #d01d36
#dc112d
Desaturated Shade of #d01d36
#c4293f
Grey scale Shade of #d01d36
#767676
Brighten Shade
#e9364f
Most Readable Shade
#FFFFFF

Shades of #d01d36 color code

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

#d01d36
#b81930
#a1162a
#8a1324
#73101e
#5c0c18
#450912
#2e060c
#170306
#000000

Similar Color like #d01d36 color

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

#d11e37
#d21f38
#d32039
#d4213a
#d5223b
#d6233c
#d7243d
#d8253e
#d9263f
#da2740
#db2841
#dc2942
#dd2a43
#de2b44
#cf1c35
#ce1b34
#cd1a33
#cc1932
#cb1831
#ca1730
#c9162f
#c8152e
#c7142d
#c6132c
#c5122b
#c4112a
#c31029
#c20f28

Monochromatic Color with #d01d36

#d01d36
#fa2341
#26050a
#500b15
#7b1120
#a5172b

Tints of #d01d36 Color

#d01d36
#d5364c
#da4f62
#df6879
#e4818f
#ea9aa5
#efb3bc
#f4ccd2
#f9e5e8
#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

#d01d36
#1dd0b7

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

Split Complementary

#d01d36
#1dd05d
#1d90d0

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

Analogous Color

#d01d7e
#d01d5a
#d01d36
#d0281d
#d04c1d

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

#d01d36
#36d01d
#1d36d0

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

#d01d36
#8fd01d
#1dd0b7
#5e1dd0

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

#d01d36
#1dd0b7
#1d90d0
#d05d1d

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

#d01d36 Color Code Preview on Black Background Color

This is how #d01d36 Color will look on black background color. Color contrast ratio is 3.91

#d01d36 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d01d36

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d01d36

#d01d36 color code is use for CSS Background Color

Background color for the above div is #d01d36

HTML with inline CSS

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

#d01d36 color code is use for CSS Border Color

CSS Border color for the above div is #d01d36

HTML with inline CSS

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

CSS Border Left color for the above div is #d01d36

HTML with inline CSS

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

CSS Border Right color for the above div is #d01d36

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d01d36

HTML with inline CSS

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

CSS Border Top color for the above div is #d01d36

HTML with inline CSS

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

#d01d36 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d01d36 Color code Preview on White Background

This is how #d01d36 Color code will look on white background color. Color contrast ratio is 5.37

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

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(208,29,54,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,208,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,29,54,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.

< /html>