crispedge.com

Color picker

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

#ec5331 hex color - Red - Warm color - Information

#ec5331 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ec5331 Color code in RGB color code model is created after adding 92.55% red color, 32.55% green color and 19.22% blue color. Hex #ec5331 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 79% yellow and 7% black.

Hex #ec5331 color code is between #ee5533 web safe hex color code and #dd4422 web safe hex color code. #ee5533 is the nearest web safe color code. You can see here many more shades of #ec5331 color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeec5331#ec5331
RGB Decimal236, 83, 49rgb(236, 83, 49)
RGB Percent93%, 33%, 19%rgb(93%, 33%, 19%)
CSS RGBa236, 83, 49,1rgba(236,83,49,1)
CMYK Modelcmyk(0%,65%,79%,7%)
HSL Color Space11,83% ,56%hsl(11,83% ,56%)
HSV Color Space11°, 79%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000101001100110001
Octal35412361
Decimal2368349
Hexec5331

Different shades of #ec5331 color code.

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

Light Shade of #ec5331
#f07a60
Dark Shade of #ec5331
#d63714
Saturated Shade of #ec5331
#f74c26
Desaturated Shade of #ec5331
#e15a3c
Grey scale Shade of #ec5331
#8e8e8e
Brighten Shade
#ff6c4a
Most Readable Shade
#FFFFFF

Shades of #ec5331 color code

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

#ec5331
#d1492b
#b74026
#9d3720
#832e1b
#682415
#4e1b10
#34120a
#1a0905
#000000

Similar Color like #ec5331 color

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

#ed5432
#ee5533
#ef5634
#f05735
#f15836
#f25937
#f35a38
#f45b39
#f55c3a
#f65d3b
#f75e3c
#f85f3d
#f9603e
#fa613f
#eb5230
#ea512f
#e9502e
#e84f2d
#e74e2c
#e64d2b
#e54c2a
#e44b29
#e34a28
#e24927
#e14826
#e04725
#df4624
#de4523

Monochromatic Color with #ec5331

#ec5331
#170805
#42170e
#6c2617
#97351f
#c14428

Tints of #ec5331 Color

#ec5331
#ee6647
#f0795e
#f28c75
#f49f8c
#f6b2a3
#f8c5ba
#fad8d1
#fcebe8
#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

#ec5331
#31caec

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

Split Complementary

#ec5331
#31ecb1
#316dec

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

Analogous Color

#ec315a
#ec3134
#ec5331
#ec7831
#ec9e31

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

#ec5331
#31ec53
#5331ec

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

#ec5331
#6cec31
#31caec
#b031ec

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

#ec5331
#31caec
#316dec
#ecb031

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

#ec5331 Color Code Preview on Black Background Color

This is how #ec5331 Color will look on black background color. Color contrast ratio is 5.85

#ec5331 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec5331

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec5331

#ec5331 color code is use for CSS Background Color

Background color for the above div is #ec5331

HTML with inline CSS

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

#ec5331 color code is use for CSS Border Color

CSS Border color for the above div is #ec5331

HTML with inline CSS

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

CSS Border Left color for the above div is #ec5331

HTML with inline CSS

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

CSS Border Right color for the above div is #ec5331

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec5331

HTML with inline CSS

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

CSS Border Top color for the above div is #ec5331

HTML with inline CSS

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

#ec5331 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec5331 Color code Preview on White Background

This is how #ec5331 Color code will look on white background color. Color contrast ratio is 3.59

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.