crispedge.com

Color picker

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

#dd1129 hex color - Red - Warm color - Information

#dd1129 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #dd1129 Color code in RGB color code model is created after adding 86.67% red color, 6.67% green color and 16.08% blue color. Hex #dd1129 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 81% yellow and 13% black.

Hex #dd1129 color code is between #cc0022 web safe hex color code and #ee0033 web safe hex color code. #cc0022 is the nearest web safe color code. You can see here many more shades of #dd1129 color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codedd1129#dd1129
RGB Decimal221, 17, 41rgb(221, 17, 41)
RGB Percent87%, 7%, 16%rgb(87%, 7%, 16%)
CSS RGBa221, 17, 41,1rgba(221,17,41,1)
CMYK Modelcmyk(0%,92%,81%,13%)
HSL Color Space353,86% ,47%hsl(353,86% ,47%)
HSV Color Space353°, 92%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111010001000100101001
Octal3352151
Decimal2211741
Hexdd1129

Different shades of #dd1129 color code.

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

Light Shade of #dd1129
#ef3248
Dark Shade of #dd1129
#ae0d20
Saturated Shade of #dd1129
#e90520
Desaturated Shade of #dd1129
#d11d32
Grey scale Shade of #dd1129
#777777
Brighten Shade
#f62a42
Most Readable Shade
#FFFFFF

Shades of #dd1129 color code

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

#dd1129
#c40f24
#ab0d1f
#930b1b
#7a0916
#620712
#49050d
#310309
#180104
#000000

Similar Color like #dd1129 color

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

#de122a
#df132b
#e0142c
#e1152d
#e2162e
#e3172f
#e41830
#e51931
#e61a32
#e71b33
#e81c34
#e91d35
#ea1e36
#eb1f37
#dc1028
#db0f27
#da0e26
#d90d25
#d80c24
#d70b23
#d60a22
#d50921
#d40820
#d3071f
#d2061e
#d1051d
#d0041c
#cf031b

Monochromatic Color with #dd1129

#dd1129
#080102
#330409
#5d0711
#880a19
#b30e21

Tints of #dd1129 Color

#dd1129
#e02b40
#e44558
#e86070
#ec7a88
#ef959f
#f3afb7
#f7cacf
#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

#dd1129
#11ddc5

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

Split Complementary

#dd1129
#11dd5f
#118fdd

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

Analogous Color

#dd117b
#dd1152
#dd1129
#dd2211
#dd4b11

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

#dd1129
#29dd11
#1129dd

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

#dd1129
#8fdd11
#11ddc5
#5f11dd

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

#dd1129
#11ddc5
#118fdd
#dd5f11

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

#dd1129 Color Code Preview on Black Background Color

This is how #dd1129 Color will look on black background color. Color contrast ratio is 4.19

#dd1129 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd1129

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd1129

#dd1129 color code is use for CSS Background Color

Background color for the above div is #dd1129

HTML with inline CSS

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

#dd1129 color code is use for CSS Border Color

CSS Border color for the above div is #dd1129

HTML with inline CSS

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

CSS Border Left color for the above div is #dd1129

HTML with inline CSS

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

CSS Border Right color for the above div is #dd1129

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd1129

HTML with inline CSS

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

CSS Border Top color for the above div is #dd1129

HTML with inline CSS

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

#dd1129 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd1129 Color code Preview on White Background

This is how #dd1129 Color code will look on white background color. Color contrast ratio is 5.02

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.