crispedge.com

Color picker

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

#cc1a32 hex color - Red - Warm color - Information

#cc1a32 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #cc1a32 color code is between #bb2233 web safe hex color code and #dd1122 web safe hex color code. #bb2233 is the nearest web safe color code. You can see here many more shades of #cc1a32 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codecc1a32#cc1a32
RGB Decimal204, 26, 50rgb(204, 26, 50)
RGB Percent80%, 10%, 20%rgb(80%, 10%, 20%)
CSS RGBa204, 26, 50,1rgba(204,26,50,1)
CMYK Modelcmyk(0%,87%,75%,20%)
HSL Color Space352,77% ,45%hsl(352,77% ,45%)
HSV Color Space352°, 87%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000001101000110010
Octal3143262
Decimal2042650
Hexcc1a32

Different shades of #cc1a32 color code.

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

Light Shade of #cc1a32
#e5344c
Dark Shade of #cc1a32
#9f1427
Saturated Shade of #cc1a32
#d70e2a
Desaturated Shade of #cc1a32
#c0253a
Grey scale Shade of #cc1a32
#737373
Brighten Shade
#e5334b
Most Readable Shade
#FFFFFF

Shades of #cc1a32 color code

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

#cc1a32
#b5172c
#9e1426
#881121
#710e1b
#5a0b16
#440810
#2d050b
#160205
#000000

Similar Color like #cc1a32 color

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

#cd1b33
#ce1c34
#cf1d35
#d01e36
#d11f37
#d22038
#d32139
#d4223a
#d5233b
#d6243c
#d7253d
#d8263e
#d9273f
#da2840
#cb1931
#ca1830
#c9172f
#c8162e
#c7152d
#c6142c
#c5132b
#c4122a
#c31129
#c21028
#c10f27
#c00e26
#bf0d25
#be0c24

Monochromatic Color with #cc1a32

#cc1a32
#f61f3c
#220408
#4c0a13
#770f1d
#a11528

Tints of #cc1a32 Color

#cc1a32
#d13348
#d74c5f
#dd6676
#e27f8d
#e899a3
#eeb2ba
#f3ccd1
#f9e5e8
#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

#cc1a32
#1accb4

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

Split Complementary

#cc1a32
#1acc5b
#1a8bcc

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

Analogous Color

#cc1a79
#cc1a56
#cc1a32
#cc261a
#cc491a

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

#cc1a32
#32cc1a
#1a32cc

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

#cc1a32
#8bcc1a
#1accb4
#5b1acc

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

#cc1a32
#1accb4
#1a8bcc
#cc5b1a

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

#cc1a32 Color Code Preview on Black Background Color

This is how #cc1a32 Color will look on black background color. Color contrast ratio is 3.76

#cc1a32 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc1a32

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc1a32

#cc1a32 color code is use for CSS Background Color

Background color for the above div is #cc1a32

HTML with inline CSS

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

#cc1a32 color code is use for CSS Border Color

CSS Border color for the above div is #cc1a32

HTML with inline CSS

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

CSS Border Left color for the above div is #cc1a32

HTML with inline CSS

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

CSS Border Right color for the above div is #cc1a32

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc1a32

HTML with inline CSS

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

CSS Border Top color for the above div is #cc1a32

HTML with inline CSS

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

#cc1a32 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc1a32 Color code Preview on White Background

This is how #cc1a32 Color code will look on white background color. Color contrast ratio is 5.58

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.