crispedge.com

Color picker

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

#be273e hex color - Red - Warm color - Information

#be273e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #be273e Color code in RGB color code model is created after adding 74.51% red color, 15.29% green color and 24.31% blue color. Hex #be273e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 79% magenta, 67% yellow and 25% black.

Hex #be273e color code is between #bb2244 web safe hex color code and #cc3333 web safe hex color code. #bb2244 is the nearest web safe color code. You can see here many more shades of #be273e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebe273e#be273e
RGB Decimal190, 39, 62rgb(190, 39, 62)
RGB Percent75%, 15%, 24%rgb(75%, 15%, 24%)
CSS RGBa190, 39, 62,1rgba(190,39,62,1)
CMYK Modelcmyk(0%,79%,67%,25%)
HSL Color Space351,66% ,45%hsl(351,66% ,45%)
HSV Color Space351°, 79%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100010011100111110
Octal2764776
Decimal1903962
Hexbe273e

Different shades of #be273e color code.

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

Light Shade of #be273e
#d84057
Dark Shade of #be273e
#941e30
Saturated Shade of #be273e
#c91c36
Desaturated Shade of #be273e
#b33246
Grey scale Shade of #be273e
#727272
Brighten Shade
#d74057
Most Readable Shade
#FFFFFF

Shades of #be273e color code

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

#be273e
#a82237
#931e30
#7e1a29
#691522
#54111b
#3f0d14
#2a080d
#150406
#000000

Similar Color like #be273e color

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

#bf283f
#c02940
#c12a41
#c22b42
#c32c43
#c42d44
#c52e45
#c62f46
#c73047
#c83148
#c93249
#ca334a
#cb344b
#cc354c
#bd263d
#bc253c
#bb243b
#ba233a
#b92239
#b82138
#b72037
#b61f36
#b51e35
#b41d34
#b31c33
#b21b32
#b11a31
#b01930

Monochromatic Color with #be273e

#be273e
#e8304c
#140407
#3e0d14
#691622
#931e30

Tints of #be273e Color

#be273e
#c53f53
#cc5768
#d36f7e
#da8793
#e29fa9
#e9b7be
#f0cfd4
#f7e7e9
#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

#be273e
#27bea7

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

Split Complementary

#be273e
#27be5b
#278abe

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

Analogous Color

#be277a
#be275c
#be273e
#be2e27
#be4c27

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

#be273e
#3ebe27
#273ebe

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

#be273e
#89be27
#27bea7
#5b27be

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

#be273e
#27bea7
#278abe
#be5b27

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

#be273e Color Code Preview on Black Background Color

This is how #be273e Color will look on black background color. Color contrast ratio is 3.55

#be273e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be273e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be273e

#be273e color code is use for CSS Background Color

Background color for the above div is #be273e

HTML with inline CSS

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

#be273e color code is use for CSS Border Color

CSS Border color for the above div is #be273e

HTML with inline CSS

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

CSS Border Left color for the above div is #be273e

HTML with inline CSS

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

CSS Border Right color for the above div is #be273e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be273e

HTML with inline CSS

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

CSS Border Top color for the above div is #be273e

HTML with inline CSS

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

#be273e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be273e Color code Preview on White Background

This is how #be273e Color code will look on white background color. Color contrast ratio is 5.92

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

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.