crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#d26d76 hex color - Red - Warm color - Information

#d26d76 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d26d76 Color code in RGB color code model is created after adding 82.35% red color, 42.75% green color and 46.27% blue color. Hex #d26d76 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 44% yellow and 18% black.

Hex #d26d76 color code is between #cc6677 web safe hex color code and #dd7766 web safe hex color code. #cc6677 is the nearest web safe color code. You can see here many more shades of #d26d76 color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Coded26d76#d26d76
RGB Decimal210, 109, 118rgb(210, 109, 118)
RGB Percent82%, 43%, 46%rgb(82%, 43%, 46%)
CSS RGBa210, 109, 118,1rgba(210,109,118,1)
CMYK Modelcmyk(0%,48%,44%,18%)
HSL Color Space355,53% ,63%hsl(355,53% ,63%)
HSV Color Space355°, 48%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100100110110101110110
Octal322155166
Decimal210109118
Hexd26d76

Different shades of #d26d76 color code.

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

Light Shade of #d26d76
#de949b
Dark Shade of #d26d76
#c64651
Saturated Shade of #d26d76
#dc636e
Desaturated Shade of #d26d76
#c8777e
Grey scale Shade of #d26d76
#9f9f9f
Brighten Shade
#eb868f
Most Readable Shade
#000000

Shades of #d26d76 color code

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

#d26d76
#ba6068
#a3545b
#8c484e
#743c41
#5d3034
#462427
#2e181a
#170c0d
#000000

Similar Color like #d26d76 color

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

#d36e77
#d46f78
#d57079
#d6717a
#d7727b
#d8737c
#d9747d
#da757e
#db767f
#dc7780
#dd7881
#de7982
#df7a83
#e07b84
#d16c75
#d06b74
#cf6a73
#ce6972
#cd6871
#cc6770
#cb666f
#ca656e
#c9646d
#c8636c
#c7626b
#c6616a
#c56069
#c45f68

Monochromatic Color with #d26d76

#d26d76
#fc838e
#281516
#522b2e
#7d4146
#a7575e

Tints of #d26d76 Color

#d26d76
#d77d85
#dc8d94
#e19da3
#e6adb2
#ebbec2
#f0ced1
#f5dee0
#faeeef
#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

#d26d76
#6dd2c9

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

Split Complementary

#d26d76
#6dd296
#6da9d2

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

Analogous Color

#d26d9e
#d26d8a
#d26d76
#d2786d
#d28c6d

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

#d26d76
#76d26d
#6d76d2

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

#d26d76
#a8d26d
#6dd2c9
#966dd2

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

#d26d76
#6dd2c9
#6da9d2
#d2966d

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

#d26d76 Color Code Preview on Black Background Color

This is how #d26d76 Color will look on black background color. Color contrast ratio is 6.19

#d26d76 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d26d76

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d26d76

#d26d76 color code is use for CSS Background Color

Background color for the above div is #d26d76

HTML with inline CSS

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

#d26d76 color code is use for CSS Border Color

CSS Border color for the above div is #d26d76

HTML with inline CSS

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

CSS Border Left color for the above div is #d26d76

HTML with inline CSS

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

CSS Border Right color for the above div is #d26d76

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d26d76

HTML with inline CSS

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

CSS Border Top color for the above div is #d26d76

HTML with inline CSS

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

#d26d76 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d26d76 Color code Preview on White Background

This is how #d26d76 Color code will look on white background color. Color contrast ratio is 3.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 #d26d76; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #d26d76; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.