crispedge.com

#d51055 hex color - Red - Warm color - Information

#d51055 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #d51055 Color code in RGB color code model is created after adding 83.53% red color, 6.27% green color and 33.33% blue color. Hex #d51055 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 60% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded51055#d51055
RGB Decimal213, 16, 85rgb(213, 16, 85)
RGB Percent84%, 6%, 33%rgb(84%, 6%, 33%)
CSS RGBa213, 16, 85,1rgba(213,16,85,1)
CMYK Modelcmyk(0%,92%,60%,16%)
HSL Color Space339,86% ,45%hsl(339,86% ,45%)
HSV Color Space339°, 92%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101010001000001010101
Octal32520125
Decimal2131685
Hexd51055

Different shades of #d51055 color code.

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

Light Shade of #d51055
#ef296e
Dark Shade of #d51055
#a60c42
Saturated Shade of #d51055
#e00552
Desaturated Shade of #d51055
#ca1b58
Grey scale Shade of #d51055
#727272
Brighten Shade
#ee296e
Most Readable Shade
#FFFFFF

Shades of #d51055 color code

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

#d51055
#bd0e4b
#a50c42
#8e0a38
#76082f
#5e0725
#47051c
#2f0312
#170109
#000000

Similar Color like #d51055 color

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

#d61156
#d71257
#d81358
#d91459
#da155a
#db165b
#dc175c
#dd185d
#de195e
#df1a5f
#e01b60
#e11c61
#e21d62
#e31e63
#d40f54
#d30e53
#d20d52
#d10c51
#d00b50
#cf0a4f
#ce094e
#cd084d
#cc074c
#cb064b
#ca054a
#c90449
#c80348
#c70247

Monochromatic Color with #d51055

#d51055
#000000
#2b0311
#550622
#800a33
#aa0d44

Tints of #d51055 Color

#d51055
#d92a67
#de457a
#e35f8d
#e77aa0
#ec94b3
#f1afc6
#f5c9d9
#fae4ec
#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

#d51055
#10d590

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

Split Complementary

#d51055
#10d52e
#10b7d5

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

Analogous Color

#d510a4
#d5107c
#d51055
#d5102e
#d51a10

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

#d51055
#55d510
#1055d5

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

#d51055
#b7d510
#10d590
#2e10d5

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

#d51055
#10d590
#10b7d5
#d52e10

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

#d51055 Color Code Preview on Black Background Color

This is how #d51055 Color will look on black background color. Color contrast ratio is 4.03

#d51055 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d51055

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d51055

#d51055 color code is use for CSS Background Color

Background color for the above div is #d51055

HTML with inline CSS

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

#d51055 color code is use for CSS Border Color

CSS Border color for the above div is #d51055

HTML with inline CSS

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

CSS Border Left color for the above div is #d51055

HTML with inline CSS

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

CSS Border Right color for the above div is #d51055

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d51055

HTML with inline CSS

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

CSS Border Top color for the above div is #d51055

HTML with inline CSS

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

#d51055 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d51055 Color code Preview on White Background

This is how #d51055 Color code will look on white background color. Color contrast ratio is 5.21

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

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(213,16,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(16,213,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,16,85,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>