Skip to main content Skip to docs navigation

#d6051a hex color - Red - Warm color - Information

On this page
@
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.

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d6051a Color code in RGB color code model is created after adding 83.92% red color, 1.96% green color and 10.2% blue color. Hex #d6051a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 88% yellow and 16.08% black.

Hex #d6051a color code is between #dd0022 web safe hex color code and #cc0011 web safe hex color code. #dd0022 is the nearest web safe color code. You can see here many more shades of #d6051a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code d6051a #d6051a
RGB Decimal 214, 5, 26 rgb(214, 5, 26)
RGB Percent 84%, 2%, 10% rgb(84%, 2%, 10%)
CSS RGBa 214, 5, 26,1 rgba(214,5,26,1)
CMYK Model cmyk(0%,98%,88%,16.08%)
HSL Color Space 354,95% ,43% hsl(354,95% ,43%)
HSV Color Space 354°, 98%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010110 00000101 00011010
Octal 326 5 32
Decimal 214 5 26
Hex d6 05 1a

Different shades of #d6051a color code.

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

Light Shade of #d6051a
#fa142b
Dark Shade of #d6051a
#a40414
Saturated Shade of #d6051a
#db0016
Desaturated Shade of #d6051a
#cb1023
Grey scale Shade of #d6051a
#6d6d6d
Brighten Shade
#ef1e33
Most Readable Shade
#FFFFFF

Shades of #d6051a color code

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

#d6051a
#be0417
#a60314
#8e0311
#76020e
#5f020b
#470108
#2f0105
#170002
#000000

Similar Color like #d6051a color

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

#d7061b
#d8071c
#d9081d
#da091e
#db0a1f
#dc0b20
#dd0c21
#de0d22
#df0e23
#e00f24
#e11025
#e21126
#e31227
#e41328
#d50419
#d40318
#d30217
#d20116
#d10015
#d00014
#cf0013
#ce0012
#cd0011
#cc0010
#cb000f
#ca000e
#c9000d
#c8000c

Monochromatic Color with #d6051a

#d6051a
#010000
#2c0105
#56020b
#810310
#ab0415

Tints of #d6051a Color

#d6051a
#da2033
#df3c4c
#e35866
#e8747f
#ec8f99
#f1abb2
#f5c7cc
#fae3e5
#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

#d6051a
#05d6c1

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

Split Complementary

#d6051a
#05d658
#0583d6

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

Analogous Color

#d6056e
#d60544
#d6051a
#d61a05
#d64405

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

#d6051a
#1ad605
#051ad6

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

#d6051a
#82d605
#05d6c1
#5805d6

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

#d6051a
#05d6c1
#0583d6
#d65805

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

#d6051a Color Code Preview on Black Background Color

This is how #d6051a Color will look on black background color. Color contrast ratio is 3.90

#d6051a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6051a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d6051a

#d6051a color code is use for CSS Background Color

Background color for the above div is #d6051a

HTML with inline CSS

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

#d6051a color code is use for CSS Border Color

CSS Border color for the above div is #d6051a

HTML with inline CSS

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

CSS Border Left color for the above div is #d6051a

HTML with inline CSS

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

CSS Border Right color for the above div is #d6051a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d6051a

HTML with inline CSS

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

CSS Border Top color for the above div is #d6051a

HTML with inline CSS

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

#d6051a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d6051a Color code Preview on White Background

This is how #d6051a Color code will look on white background color. Color contrast ratio is 5.39

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

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(214,5,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(5,214,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,5,26,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.