crispedge.com

Color picker

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

#d02d49 hex color - Red - Warm color - Information

#d02d49 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #d02d49 Color code in RGB color code model is created after adding 81.57% red color, 17.65% green color and 28.63% blue color. Hex #d02d49 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 65% yellow and 18% black.

Hex #d02d49 color code is between #cc3344 web safe hex color code and #dd2255 web safe hex color code. #cc3344 is the nearest web safe color code. You can see here many more shades of #d02d49 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded02d49#d02d49
RGB Decimal208, 45, 73rgb(208, 45, 73)
RGB Percent82%, 18%, 29%rgb(82%, 18%, 29%)
CSS RGBa208, 45, 73,1rgba(208,45,73,1)
CMYK Modelcmyk(0%,78%,65%,18%)
HSL Color Space350,64% ,50%hsl(350,64% ,50%)
HSV Color Space350°, 78%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000010110101001001
Octal32055111
Decimal2084573
Hexd02d49

Different shades of #d02d49 color code.

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

Light Shade of #d02d49
#da566c
Dark Shade of #d02d49
#a6243a
Saturated Shade of #d02d49
#dd2041
Desaturated Shade of #d02d49
#c33a51
Grey scale Shade of #d02d49
#7e7e7e
Brighten Shade
#e94662
Most Readable Shade
#FFFFFF

Shades of #d02d49 color code

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

#d02d49
#b82840
#a12338
#8a1e30
#731928
#5c1420
#450f18
#2e0a10
#170508
#000000

Similar Color like #d02d49 color

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

#d12e4a
#d22f4b
#d3304c
#d4314d
#d5324e
#d6334f
#d73450
#d83551
#d93652
#da3753
#db3854
#dc3955
#dd3a56
#de3b57
#cf2c48
#ce2b47
#cd2a46
#cc2945
#cb2844
#ca2743
#c92642
#c82541
#c72440
#c6233f
#c5223e
#c4213d
#c3203c
#c21f3b

Monochromatic Color with #d02d49

#d02d49
#fa3658
#26080d
#50111c
#7b1b2b
#a5243a

Tints of #d02d49 Color

#d02d49
#d5445d
#da5b71
#df7385
#e48a99
#eaa1ae
#efb9c2
#f4d0d6
#f9e7ea
#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

#d02d49
#2dd0b4

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

Split Complementary

#d02d49
#2dd063
#2d9ad0

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

Analogous Color

#d02d8a
#d02d6a
#d02d49
#d0322d
#d0522d

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

#d02d49
#49d02d
#2d49d0

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

#d02d49
#9ad02d
#2dd0b4
#622dd0

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

#d02d49
#2dd0b4
#2d9ad0
#d0632d

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

#d02d49 Color Code Preview on Black Background Color

This is how #d02d49 Color will look on black background color. Color contrast ratio is 4.15

#d02d49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d02d49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d02d49

#d02d49 color code is use for CSS Background Color

Background color for the above div is #d02d49

HTML with inline CSS

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

#d02d49 color code is use for CSS Border Color

CSS Border color for the above div is #d02d49

HTML with inline CSS

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

CSS Border Left color for the above div is #d02d49

HTML with inline CSS

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

CSS Border Right color for the above div is #d02d49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d02d49

HTML with inline CSS

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

CSS Border Top color for the above div is #d02d49

HTML with inline CSS

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

#d02d49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d02d49 Color code Preview on White Background

This is how #d02d49 Color code will look on white background color. Color contrast ratio is 5.06

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

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.