crispedge.com

Color picker

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

#d33d5b hex color - Red - Warm color - Information

#d33d5b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d33d5b Color code in RGB color code model is created after adding 82.75% red color, 23.92% green color and 35.69% blue color. Hex #d33d5b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 57% yellow and 17% black.

Hex #d33d5b color code is between #cc4455 web safe hex color code and #dd3366 web safe hex color code. #cc4455 is the nearest web safe color code. You can see here many more shades of #d33d5b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded33d5b#d33d5b
RGB Decimal211, 61, 91rgb(211, 61, 91)
RGB Percent83%, 24%, 36%rgb(83%, 24%, 36%)
CSS RGBa211, 61, 91,1rgba(211,61,91,1)
CMYK Modelcmyk(0%,71%,57%,17%)
HSL Color Space348,63% ,53%hsl(348,63% ,53%)
HSV Color Space348°, 71%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100110011110101011011
Octal32375133
Decimal2116191
Hexd33d5b

Different shades of #d33d5b color code.

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

Light Shade of #d33d5b
#dc677e
Dark Shade of #d33d5b
#b42945
Saturated Shade of #d33d5b
#df3154
Desaturated Shade of #d33d5b
#c74962
Grey scale Shade of #d33d5b
#888888
Brighten Shade
#ec5674
Most Readable Shade
#FFFFFF

Shades of #d33d5b color code

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

#d33d5b
#bb3650
#a42f46
#8c283c
#752132
#5d1b28
#46141e
#2e0d14
#17060a
#000000

Similar Color like #d33d5b color

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

#d43e5c
#d53f5d
#d6405e
#d7415f
#d84260
#d94361
#da4462
#db4563
#dc4664
#dd4765
#de4866
#df4967
#e04a68
#e14b69
#d23c5a
#d13b59
#d03a58
#cf3957
#ce3856
#cd3755
#cc3654
#cb3553
#ca3452
#c93351
#c83250
#c7314f
#c6304e
#c52f4d

Monochromatic Color with #d33d5b

#d33d5b
#fd496d
#290c12
#531824
#7e2436
#a83149

Tints of #d33d5b Color

#d33d5b
#d7526d
#dc687f
#e17d91
#e693a3
#eba8b6
#f0bec8
#f5d3da
#fae9ec
#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

#d33d5b
#3dd3b5

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

Split Complementary

#d33d5b
#3dd36a
#3da6d3

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

Analogous Color

#d33d97
#d33d79
#d33d5b
#d33d3d
#d35b3d

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

#d33d5b
#5bd33d
#3d5bd3

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

#d33d5b
#a6d33d
#3dd3b5
#6a3dd3

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

#d33d5b
#3dd3b5
#3da6d3
#d36a3d

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

#d33d5b Color Code Preview on Black Background Color

This is how #d33d5b Color will look on black background color. Color contrast ratio is 4.59

#d33d5b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d33d5b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d33d5b

#d33d5b color code is use for CSS Background Color

Background color for the above div is #d33d5b

HTML with inline CSS

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

#d33d5b color code is use for CSS Border Color

CSS Border color for the above div is #d33d5b

HTML with inline CSS

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

CSS Border Left color for the above div is #d33d5b

HTML with inline CSS

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

CSS Border Right color for the above div is #d33d5b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d33d5b

HTML with inline CSS

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

CSS Border Top color for the above div is #d33d5b

HTML with inline CSS

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

#d33d5b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d33d5b Color code Preview on White Background

This is how #d33d5b Color code will look on white background color. Color contrast ratio is 4.58

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.