crispedge.com

Color picker

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

#cb093a hex color - Red - Warm color - Information

#cb093a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cb093a Color code in RGB color code model is created after adding 79.61% red color, 3.53% green color and 22.75% blue color. Hex #cb093a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 71% yellow and 20% black.

Hex #cb093a color code is between #cc1133 web safe hex color code and #bb0044 web safe hex color code. #cc1133 is the nearest web safe color code. You can see here many more shades of #cb093a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecb093a#cb093a
RGB Decimal203, 9, 58rgb(203, 9, 58)
RGB Percent80%, 4%, 23%rgb(80%, 4%, 23%)
CSS RGBa203, 9, 58,1rgba(203,9,58,1)
CMYK Modelcmyk(0%,96%,71%,20%)
HSL Color Space345,92% ,42%hsl(345,92% ,42%)
HSV Color Space345°, 96%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010110000100100111010
Octal3131172
Decimal203958
Hexcb093a

Different shades of #cb093a color code.

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

Light Shade of #cb093a
#f5124c
Dark Shade of #cb093a
#9a072c
Saturated Shade of #cb093a
#d40036
Desaturated Shade of #cb093a
#c0143f
Grey scale Shade of #cb093a
#6a6a6a
Brighten Shade
#e42253
Most Readable Shade
#FFFFFF

Shades of #cb093a color code

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

#cb093a
#b40833
#9d072d
#870626
#700520
#5a0419
#430313
#2d020c
#160106
#000000

Similar Color like #cb093a color

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

#cc0a3b
#cd0b3c
#ce0c3d
#cf0d3e
#d00e3f
#d10f40
#d21041
#d31142
#d41243
#d51344
#d61445
#d71546
#d81647
#d91748
#ca0839
#c90738
#c80637
#c70536
#c60435
#c50334
#c40233
#c30132
#c20031
#c10030
#c0002f
#bf002e
#be002d
#bd002c

Monochromatic Color with #cb093a

#cb093a
#f50b46
#210109
#4b0316
#760522
#a0072e

Tints of #cb093a Color

#cb093a
#d0244f
#d63f65
#dc5b7b
#e27691
#e791a7
#edadbd
#f3c8d3
#f9e3e9
#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

#cb093a
#09cb9a

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

Split Complementary

#cb093a
#09cb39
#099bcb

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

Analogous Color

#cb0988
#cb0961
#cb093a
#cb0913
#cb2609

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

#cb093a
#3acb09
#093acb

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

#cb093a
#9bcb09
#09cb9a
#3909cb

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

#cb093a
#09cb9a
#099bcb
#cb3909

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

#cb093a Color Code Preview on Black Background Color

This is how #cb093a Color will look on black background color. Color contrast ratio is 3.64

#cb093a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb093a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb093a

#cb093a color code is use for CSS Background Color

Background color for the above div is #cb093a

HTML with inline CSS

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

#cb093a color code is use for CSS Border Color

CSS Border color for the above div is #cb093a

HTML with inline CSS

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

CSS Border Left color for the above div is #cb093a

HTML with inline CSS

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

CSS Border Right color for the above div is #cb093a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb093a

HTML with inline CSS

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

CSS Border Top color for the above div is #cb093a

HTML with inline CSS

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

#cb093a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb093a Color code Preview on White Background

This is how #cb093a Color code will look on white background color. Color contrast ratio is 5.77

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

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.