crispedge.com

Color picker

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

#cc4133 hex color - Brown - Warm color - Information

#cc4133 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #cc4133 Color code in RGB color code model is created after adding 80% red color, 25.49% green color and 20% blue color. Hex #cc4133 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 75% yellow and 20% black.

Hex #cc4133 color code is between #bb4422 web safe hex color code and #dd3344 web safe hex color code. #bb4422 is the nearest web safe color code. You can see here many more shades of #cc4133 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecc4133#cc4133
RGB Decimal204, 65, 51rgb(204, 65, 51)
RGB Percent80%, 25%, 20%rgb(80%, 25%, 20%)
CSS RGBa204, 65, 51,1rgba(204,65,51,1)
CMYK Modelcmyk(0%,68%,75%,20%)
HSL Color Space5,60% ,50%hsl(5,60% ,50%)
HSV Color Space5°, 75%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000100000100110011
Octal31410163
Decimal2046551
Hexcc4133

Different shades of #cc4133 color code.

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

Light Shade of #cc4133
#d6675c
Dark Shade of #cc4133
#a33429
Saturated Shade of #cc4133
#d93726
Desaturated Shade of #cc4133
#bf4b40
Grey scale Shade of #cc4133
#808080
Brighten Shade
#e55a4c
Most Readable Shade
#FFFFFF

Shades of #cc4133 color code

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

#cc4133
#b5392d
#9e3227
#882b22
#71241c
#5a1c16
#441511
#2d0e0b
#160705
#000000

Similar Color like #cc4133 color

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

#cd4234
#ce4335
#cf4436
#d04537
#d14638
#d24739
#d3483a
#d4493b
#d54a3c
#d64b3d
#d74c3e
#d84d3f
#d94e40
#da4f41
#cb4032
#ca3f31
#c93e30
#c83d2f
#c73c2e
#c63b2d
#c53a2c
#c4392b
#c3382a
#c23729
#c13628
#c03527
#bf3426
#be3325

Monochromatic Color with #cc4133

#cc4133
#f64f3e
#220b08
#4c1813
#77261e
#a13328

Tints of #cc4133 Color

#cc4133
#d15649
#d76b60
#dd8077
#e2958d
#e8aaa4
#eebfbb
#f3d4d1
#f9e9e8
#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

#cc4133
#33becc

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

Split Complementary

#cc4133
#33cc8e
#3371cc

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

Analogous Color

#cc3362
#cc3344
#cc4133
#cc6033
#cc7e33

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

#cc4133
#33cc41
#4133cc

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

#cc4133
#71cc33
#33becc
#8e33cc

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

#cc4133
#33becc
#3371cc
#cc8e33

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

#cc4133 Color Code Preview on Black Background Color

This is how #cc4133 Color will look on black background color. Color contrast ratio is 4.37

#cc4133 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc4133

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc4133

#cc4133 color code is use for CSS Background Color

Background color for the above div is #cc4133

HTML with inline CSS

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

#cc4133 color code is use for CSS Border Color

CSS Border color for the above div is #cc4133

HTML with inline CSS

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

CSS Border Left color for the above div is #cc4133

HTML with inline CSS

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

CSS Border Right color for the above div is #cc4133

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc4133

HTML with inline CSS

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

CSS Border Top color for the above div is #cc4133

HTML with inline CSS

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

#cc4133 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc4133 Color code Preview on White Background

This is how #cc4133 Color code will look on white background color. Color contrast ratio is 4.80

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

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.