crispedge.com

Color picker

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

#d31561 hex color - Red - Warm color - Information

#d31561 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d31561 Color code in RGB color code model is created after adding 82.75% red color, 8.24% green color and 38.04% blue color. Hex #d31561 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 54% yellow and 17% black.

Hex #d31561 color code is between #cc1166 web safe hex color code and #dd2255 web safe hex color code. #cc1166 is the nearest web safe color code. You can see here many more shades of #d31561 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Coded31561#d31561
RGB Decimal211, 21, 97rgb(211, 21, 97)
RGB Percent83%, 8%, 38%rgb(83%, 8%, 38%)
CSS RGBa211, 21, 97,1rgba(211,21,97,1)
CMYK Modelcmyk(0%,90%,54%,17%)
HSL Color Space336,82% ,45%hsl(336,82% ,45%)
HSV Color Space336°, 90%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100110001010101100001
Octal32325141
Decimal2112197
Hexd31561

Different shades of #d31561 color code.

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

Light Shade of #d31561
#ea317b
Dark Shade of #d31561
#a5104c
Saturated Shade of #d31561
#df095f
Desaturated Shade of #d31561
#c72163
Grey scale Shade of #d31561
#747474
Brighten Shade
#ec2e7a
Most Readable Shade
#FFFFFF

Shades of #d31561 color code

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

#d31561
#bb1256
#a4104b
#8c0e40
#750b35
#5d092b
#460720
#2e0415
#17020a
#000000

Similar Color like #d31561 color

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

#d41662
#d51763
#d61864
#d71965
#d81a66
#d91b67
#da1c68
#db1d69
#dc1e6a
#dd1f6b
#de206c
#df216d
#e0226e
#e1236f
#d21460
#d1135f
#d0125e
#cf115d
#ce105c
#cd0f5b
#cc0e5a
#cb0d59
#ca0c58
#c90b57
#c80a56
#c70955
#c60854
#c50753

Monochromatic Color with #d31561

#d31561
#fd1975
#290413
#530826
#7e0d3a
#a8114d

Tints of #d31561 Color

#d31561
#d72f72
#dc4984
#e16395
#e67da7
#eb97b8
#f0b1ca
#f5cbdb
#fae5ed
#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

#d31561
#15d387

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

Split Complementary

#d31561
#15d328
#15c0d3

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

Analogous Color

#d315ad
#d31587
#d31561
#d3153b
#d31515

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

#d31561
#61d315
#1561d3

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

#d31561
#c0d315
#15d387
#2815d3

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

#d31561
#15d387
#15c0d3
#d32815

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

#d31561 Color Code Preview on Black Background Color

This is how #d31561 Color will look on black background color. Color contrast ratio is 4.05

#d31561 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d31561

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d31561

#d31561 color code is use for CSS Background Color

Background color for the above div is #d31561

HTML with inline CSS

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

#d31561 color code is use for CSS Border Color

CSS Border color for the above div is #d31561

HTML with inline CSS

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

CSS Border Left color for the above div is #d31561

HTML with inline CSS

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

CSS Border Right color for the above div is #d31561

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d31561

HTML with inline CSS

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

CSS Border Top color for the above div is #d31561

HTML with inline CSS

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

#d31561 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d31561 Color code Preview on White Background

This is how #d31561 Color code will look on white background color. Color contrast ratio is 5.19

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.