@
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.

#d1363f hex color - Red - Warm color - Information

#d1363f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d1363f Color code in RGB color code model is created after adding 81.96% red color, 21.18% green color and 24.71% blue color. Hex #d1363f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 70% yellow and 18.04% black.

Hex #d1363f color code is between #cc3344 web safe hex color code and #dd4433 web safe hex color code. #cc3344 is the nearest web safe color code. You can see here many more shades of #d1363f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded1363f#d1363f
RGB Decimal209, 54, 63rgb(209, 54, 63)
RGB Percent82%, 21%, 25%rgb(82%, 21%, 25%)
CSS RGBa209, 54, 63,1rgba(209,54,63,1)
CMYK Modelcmyk(0%,74%,70%,18.04%)
HSL Color Space357,63% ,52%hsl(357,63% ,52%)
HSV Color Space357°, 74%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100010011011000111111
Octal3216677
Decimal2095463
Hexd1363f

Different shades of #d1363f color code.

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

Light Shade of #d1363f
#da5f67
Dark Shade of #d1363f
#ac272f
Saturated Shade of #d1363f
#dd2a34
Desaturated Shade of #d1363f
#c5424a
Grey scale Shade of #d1363f
#838383
Brighten Shade
#ea4f58
Most Readable Shade
#FFFFFF

Shades of #d1363f color code

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

#d1363f
#b93038
#a22a31
#8b242a
#741e23
#5c181c
#451215
#2e0c0e
#170607
#000000

Similar Color like #d1363f color

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

#d23740
#d33841
#d43942
#d53a43
#d63b44
#d73c45
#d83d46
#d93e47
#da3f48
#db4049
#dc414a
#dd424b
#de434c
#df444d
#d0353e
#cf343d
#ce333c
#cd323b
#cc313a
#cb3039
#ca2f38
#c92e37
#c82d36
#c72c35
#c62b34
#c52a33
#c42932
#c32831

Monochromatic Color with #d1363f

#d1363f
#fb414c
#270a0c
#511519
#7c2025
#a62b32

Tints of #d1363f Color

#d1363f
#d64c54
#db6269
#e0797f
#e58f94
#eaa5a9
#efbcbf
#f4d2d4
#f9e8e9
#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

#d1363f
#36d1c8

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

Split Complementary

#d1363f
#36d17a
#368dd1

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

Analogous Color

#d1367d
#d1365e
#d1363f
#d14c36
#d16b36

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

#d1363f
#3fd136
#363fd1

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

#d1363f
#8cd136
#36d1c8
#7a36d1

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

#d1363f
#36d1c8
#368dd1
#d17a36

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

#d1363f Color Code Preview on Black Background Color

This is how #d1363f Color will look on black background color. Color contrast ratio is 4.31

#d1363f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d1363f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d1363f

#d1363f color code is use for CSS Background Color

Background color for the above div is #d1363f

HTML with inline CSS

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

#d1363f color code is use for CSS Border Color

CSS Border color for the above div is #d1363f

HTML with inline CSS

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

CSS Border Left color for the above div is #d1363f

HTML with inline CSS

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

CSS Border Right color for the above div is #d1363f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d1363f

HTML with inline CSS

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

CSS Border Top color for the above div is #d1363f

HTML with inline CSS

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

#d1363f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d1363f Color code Preview on White Background

This is how #d1363f Color code will look on white background color. Color contrast ratio is 4.87

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

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(209,54,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(54,209,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(209,54,63,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.