crispedge.com

Color picker

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

#f50a2d hex color - Red - Warm color - Information

#f50a2d hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f50a2d Color code in RGB color code model is created after adding 96.08% red color, 3.92% green color and 17.65% blue color. Hex #f50a2d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 82% yellow and 4% black.

Hex #f50a2d color code is between #ee1133 web safe hex color code and #ff0022 web safe hex color code. #ee1133 is the nearest web safe color code. You can see here many more shades of #f50a2d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef50a2d#f50a2d
RGB Decimal245, 10, 45rgb(245, 10, 45)
RGB Percent96%, 4%, 18%rgb(96%, 4%, 18%)
CSS RGBa245, 10, 45,1rgba(245,10,45,1)
CMYK Modelcmyk(0%,96%,82%,4%)
HSL Color Space351,92% ,50%hsl(351,92% ,50%)
HSV Color Space351°, 96%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101010000101000101101
Octal3651255
Decimal2451045
Hexf50a2d

Different shades of #f50a2d color code.

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

Light Shade of #f50a2d
#f73b57
Dark Shade of #f50a2d
#c40824
Saturated Shade of #f50a2d
#ff0026
Desaturated Shade of #f50a2d
#e81736
Grey scale Shade of #f50a2d
#808080
Brighten Shade
#ff2346
Most Readable Shade
#FFFFFF

Shades of #f50a2d color code

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

#f50a2d
#d90828
#be0723
#a3061e
#880519
#6c0414
#51030f
#36020a
#1b0105
#000000

Similar Color like #f50a2d color

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

#f60b2e
#f70c2f
#f80d30
#f90e31
#fa0f32
#fb1033
#fc1134
#fd1235
#fe1336
#ff1437
#ff1538
#ff1639
#ff173a
#ff183b
#f4092c
#f3082b
#f2072a
#f10629
#f00528
#ef0427
#ee0326
#ed0225
#ec0124
#eb0023
#ea0022
#e90021
#e80020
#e7001f

Monochromatic Color with #f50a2d

#f50a2d
#200106
#4b030e
#750516
#a0071d
#ca0825

Tints of #f50a2d Color

#f50a2d
#f62544
#f7405b
#f85b73
#f9768a
#fa92a1
#fbadb9
#fcc8d0
#fde3e7
#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

#f50a2d
#0af5d2

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

Split Complementary

#f50a2d
#0af55d
#0aa3f5

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

Analogous Color

#f50a8b
#f50a5c
#f50a2d
#f5160a
#f5450a

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

#f50a2d
#2df50a
#0a2df5

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

#f50a2d
#a2f50a
#0af5d2
#5d0af5

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

#f50a2d
#0af5d2
#0aa3f5
#f55c0a

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

#f50a2d Color Code Preview on Black Background Color

This is how #f50a2d Color will look on black background color. Color contrast ratio is 4.96

#f50a2d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f50a2d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f50a2d

#f50a2d color code is use for CSS Background Color

Background color for the above div is #f50a2d

HTML with inline CSS

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

#f50a2d color code is use for CSS Border Color

CSS Border color for the above div is #f50a2d

HTML with inline CSS

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

CSS Border Left color for the above div is #f50a2d

HTML with inline CSS

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

CSS Border Right color for the above div is #f50a2d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f50a2d

HTML with inline CSS

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

CSS Border Top color for the above div is #f50a2d

HTML with inline CSS

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

#f50a2d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f50a2d Color code Preview on White Background

This is how #f50a2d Color code will look on white background color. Color contrast ratio is 4.23

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

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.