crispedge.com

Color picker

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

#dc125c hex color - Red - Warm color - Information

#dc125c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #dc125c Color code in RGB color code model is created after adding 86.27% red color, 7.06% green color and 36.08% blue color. Hex #dc125c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 58% yellow and 14% black.

Hex #dc125c color code is between #dd1155 web safe hex color code and #cc2266 web safe hex color code. #dd1155 is the nearest web safe color code. You can see here many more shades of #dc125c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedc125c#dc125c
RGB Decimal220, 18, 92rgb(220, 18, 92)
RGB Percent86%, 7%, 36%rgb(86%, 7%, 36%)
CSS RGBa220, 18, 92,1rgba(220,18,92,1)
CMYK Modelcmyk(0%,92%,58%,14%)
HSL Color Space338,85% ,47%hsl(338,85% ,47%)
HSV Color Space338°, 92%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111000001001001011100
Octal33422134
Decimal2201892
Hexdc125c

Different shades of #dc125c color code.

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

Light Shade of #dc125c
#ee3377
Dark Shade of #dc125c
#ad0e48
Saturated Shade of #dc125c
#e80659
Desaturated Shade of #dc125c
#d01e5f
Grey scale Shade of #dc125c
#777777
Brighten Shade
#f52b75
Most Readable Shade
#FFFFFF

Shades of #dc125c color code

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

#dc125c
#c31051
#ab0e47
#920c3d
#7a0a33
#610828
#49061e
#300414
#18020a
#000000

Similar Color like #dc125c color

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

#dd135d
#de145e
#df155f
#e01660
#e11761
#e21862
#e31963
#e41a64
#e51b65
#e61c66
#e71d67
#e81e68
#e91f69
#ea206a
#db115b
#da105a
#d90f59
#d80e58
#d70d57
#d60c56
#d50b55
#d40a54
#d30953
#d20852
#d10751
#d00650
#cf054f
#ce044e

Monochromatic Color with #dc125c

#dc125c
#070103
#320415
#5c0827
#870b38
#b10f4a

Tints of #dc125c Color

#dc125c
#df2c6e
#e34680
#e76192
#eb7ba4
#ef95b6
#f3b0c8
#f7cada
#fbe4ec
#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

#dc125c
#12dc92

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

Split Complementary

#dc125c
#12dc2d
#12c1dc

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

Analogous Color

#dc12ad
#dc1284
#dc125c
#dc1234
#dc1912

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

#dc125c
#5cdc12
#125cdc

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

#dc125c
#c1dc12
#12dc92
#2d12dc

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

#dc125c
#12dc92
#12c1dc
#dc2d12

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

#dc125c Color Code Preview on Black Background Color

This is how #dc125c Color will look on black background color. Color contrast ratio is 4.28

#dc125c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc125c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dc125c

#dc125c color code is use for CSS Background Color

Background color for the above div is #dc125c

HTML with inline CSS

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

#dc125c color code is use for CSS Border Color

CSS Border color for the above div is #dc125c

HTML with inline CSS

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

CSS Border Left color for the above div is #dc125c

HTML with inline CSS

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

CSS Border Right color for the above div is #dc125c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dc125c

HTML with inline CSS

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

CSS Border Top color for the above div is #dc125c

HTML with inline CSS

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

#dc125c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dc125c Color code Preview on White Background

This is how #dc125c Color code will look on white background color. Color contrast ratio is 4.90

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

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.