crispedge.com

Color picker

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

#ad2213 hex color - Orange - Warm color - Information

#ad2213 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ad2213 Color code in RGB color code model is created after adding 67.84% red color, 13.33% green color and 7.45% blue color. Hex #ad2213 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 89% yellow and 32% black.

Hex #ad2213 color code is between #aa1111 web safe hex color code and #bb3322 web safe hex color code. #aa1111 is the nearest web safe color code. You can see here many more shades of #ad2213 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead2213#ad2213
RGB Decimal173, 34, 19rgb(173, 34, 19)
RGB Percent68%, 13%, 7%rgb(68%, 13%, 7%)
CSS RGBa173, 34, 19,1rgba(173,34,19,1)
CMYK Modelcmyk(0%,80%,89%,32%)
HSL Color Space6,80% ,38%hsl(6,80% ,38%)
HSV Color Space6°, 89%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010010001000010011
Octal2554223
Decimal1733419
Hexad2213

Different shades of #ad2213 color code.

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

Light Shade of #ad2213
#db2b18
Dark Shade of #ad2213
#7f190e
Saturated Shade of #ad2213
#b71a09
Desaturated Shade of #ad2213
#a32a1d
Grey scale Shade of #ad2213
#606060
Brighten Shade
#c63b2c
Most Readable Shade
#FFFFFF

Shades of #ad2213 color code

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

#ad2213
#991e10
#861a0e
#73160c
#60120a
#4c0f08
#390b06
#260704
#130302
#000000

Similar Color like #ad2213 color

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

#ae2314
#af2415
#b02516
#b12617
#b22718
#b32819
#b4291a
#b52a1b
#b62b1c
#b72c1d
#b82d1e
#b92e1f
#ba2f20
#bb3021
#ac2112
#ab2011
#aa1f10
#a91e0f
#a81d0e
#a71c0d
#a61b0c
#a51a0b
#a4190a
#a31809
#a21708
#a11607
#a01506
#9f1405

Monochromatic Color with #ad2213

#ad2213
#d72a18
#030100
#2d0905
#58110a
#821a0e

Tints of #ad2213 Color

#ad2213
#b63a2d
#bf5347
#c86b61
#d1847b
#da9c96
#e3b5b0
#eccdca
#f5e6e4
#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

#ad2213
#139ead

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

Split Complementary

#ad2213
#13ad6f
#1351ad

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

Analogous Color

#ad1342
#ad1323
#ad2213
#ad4113
#ad6013

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

#ad2213
#13ad22
#2213ad

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

#ad2213
#51ad13
#139ead
#6f13ad

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

#ad2213
#139ead
#1351ad
#ad6f13

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

#ad2213 Color Code Preview on Black Background Color

This is how #ad2213 Color will look on black background color. Color contrast ratio is 3.02

#ad2213 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad2213

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad2213

#ad2213 color code is use for CSS Background Color

Background color for the above div is #ad2213

HTML with inline CSS

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

#ad2213 color code is use for CSS Border Color

CSS Border color for the above div is #ad2213

HTML with inline CSS

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

CSS Border Left color for the above div is #ad2213

HTML with inline CSS

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

CSS Border Right color for the above div is #ad2213

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad2213

HTML with inline CSS

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

CSS Border Top color for the above div is #ad2213

HTML with inline CSS

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

#ad2213 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad2213 Color code Preview on White Background

This is how #ad2213 Color code will look on white background color. Color contrast ratio is 6.97

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

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.