crispedge.com

Color picker

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

#dd132e hex color - Red - Warm color - Information

#dd132e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #dd132e Color code in RGB color code model is created after adding 86.67% red color, 7.45% green color and 18.04% blue color. Hex #dd132e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 79% yellow and 13% black.

Hex #dd132e color code is between #cc1133 web safe hex color code and #ee2222 web safe hex color code. #cc1133 is the nearest web safe color code. You can see here many more shades of #dd132e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd132e#dd132e
RGB Decimal221, 19, 46rgb(221, 19, 46)
RGB Percent87%, 7%, 18%rgb(87%, 7%, 18%)
CSS RGBa221, 19, 46,1rgba(221,19,46,1)
CMYK Modelcmyk(0%,91%,79%,13%)
HSL Color Space352,84% ,47%hsl(352,84% ,47%)
HSV Color Space352°, 91%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010001001100101110
Octal3352356
Decimal2211946
Hexdd132e

Different shades of #dd132e color code.

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

Light Shade of #dd132e
#ee354e
Dark Shade of #dd132e
#ae0f24
Saturated Shade of #dd132e
#e90725
Desaturated Shade of #dd132e
#d11f37
Grey scale Shade of #dd132e
#787878
Brighten Shade
#f62c47
Most Readable Shade
#FFFFFF

Shades of #dd132e color code

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

#dd132e
#c41028
#ab0e23
#930c1e
#7a0a19
#620814
#49060f
#31040a
#180205
#000000

Similar Color like #dd132e color

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

#de142f
#df1530
#e01631
#e11732
#e21833
#e31934
#e41a35
#e51b36
#e61c37
#e71d38
#e81e39
#e91f3a
#ea203b
#eb213c
#dc122d
#db112c
#da102b
#d90f2a
#d80e29
#d70d28
#d60c27
#d50b26
#d40a25
#d30924
#d20823
#d10722
#d00621
#cf0520

Monochromatic Color with #dd132e

#dd132e
#080102
#33040b
#5d0813
#880c1c
#b30f25

Tints of #dd132e Color

#dd132e
#e02d45
#e4475c
#e86173
#ec7b8a
#ef96a2
#f3b0b9
#f7cad0
#fbe4e7
#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

#dd132e
#13ddc2

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

Split Complementary

#dd132e
#13dd5d
#1393dd

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

Analogous Color

#dd137f
#dd1356
#dd132e
#dd2013
#dd4913

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

#dd132e
#2edd13
#132edd

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

#dd132e
#93dd13
#13ddc2
#5d13dd

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

#dd132e
#13ddc2
#1393dd
#dd5d13

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

#dd132e Color Code Preview on Black Background Color

This is how #dd132e Color will look on black background color. Color contrast ratio is 4.21

#dd132e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd132e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd132e

#dd132e color code is use for CSS Background Color

Background color for the above div is #dd132e

HTML with inline CSS

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

#dd132e color code is use for CSS Border Color

CSS Border color for the above div is #dd132e

HTML with inline CSS

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

CSS Border Left color for the above div is #dd132e

HTML with inline CSS

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

CSS Border Right color for the above div is #dd132e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd132e

HTML with inline CSS

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

CSS Border Top color for the above div is #dd132e

HTML with inline CSS

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

#dd132e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd132e Color code Preview on White Background

This is how #dd132e Color code will look on white background color. Color contrast ratio is 4.99

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

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.