crispedge.com

Color picker

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

#f03c3b hex color - Red - Warm color - Information

#f03c3b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f03c3b Color code in RGB color code model is created after adding 94.12% red color, 23.53% green color and 23.14% blue color. Hex #f03c3b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 75% yellow and 6% black.

Hex #f03c3b color code is between #ee4433 web safe hex color code and #ff3344 web safe hex color code. #ee4433 is the nearest web safe color code. You can see here many more shades of #f03c3b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef03c3b#f03c3b
RGB Decimal240, 60, 59rgb(240, 60, 59)
RGB Percent94%, 24%, 23%rgb(94%, 24%, 23%)
CSS RGBa240, 60, 59,1rgba(240,60,59,1)
CMYK Modelcmyk(0%,75%,75%,6%)
HSL Color Space0,86% ,59%hsl(0,86% ,59%)
HSV Color Space0°, 75%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000011110000111011
Octal3607473
Decimal2406059
Hexf03c3b

Different shades of #f03c3b color code.

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

Light Shade of #f03c3b
#f46b6a
Dark Shade of #f03c3b
#e61312
Saturated Shade of #f03c3b
#fb3230
Desaturated Shade of #f03c3b
#e54646
Grey scale Shade of #f03c3b
#959595
Brighten Shade
#ff5554
Most Readable Shade
#FFFFFF

Shades of #f03c3b color code

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

#f03c3b
#d53534
#ba2e2d
#a02827
#852120
#6a1a1a
#501413
#350d0d
#1a0606
#000000

Similar Color like #f03c3b color

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

#f13d3c
#f23e3d
#f33f3e
#f4403f
#f54140
#f64241
#f74342
#f84443
#f94544
#fa4645
#fb4746
#fc4847
#fd4948
#fe4a49
#ef3b3a
#ee3a39
#ed3938
#ec3837
#eb3736
#ea3635
#e93534
#e83433
#e73332
#e63231
#e53130
#e4302f
#e32f2e
#e22e2d

Monochromatic Color with #f03c3b

#f03c3b
#1b0707
#461211
#701c1c
#9b2726
#c53131

Tints of #f03c3b Color

#f03c3b
#f15150
#f36766
#f57d7c
#f69292
#f8a8a7
#fabebd
#fbd3d3
#fde9e9
#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

#f03c3b
#3beff0

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

Split Complementary

#f03c3b
#3bf096
#3b94f0

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

Analogous Color

#f03b82
#f03b5e
#f03c3b
#f0603b
#f0843b

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

#f03c3b
#3bf03c
#3c3bf0

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

#f03c3b
#94f03b
#3beff0
#963bf0

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

#f03c3b
#3beff0
#3b94f0
#f0963b

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

#f03c3b Color Code Preview on Black Background Color

This is how #f03c3b Color will look on black background color. Color contrast ratio is 5.41

#f03c3b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f03c3b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f03c3b

#f03c3b color code is use for CSS Background Color

Background color for the above div is #f03c3b

HTML with inline CSS

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

#f03c3b color code is use for CSS Border Color

CSS Border color for the above div is #f03c3b

HTML with inline CSS

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

CSS Border Left color for the above div is #f03c3b

HTML with inline CSS

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

CSS Border Right color for the above div is #f03c3b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f03c3b

HTML with inline CSS

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

CSS Border Top color for the above div is #f03c3b

HTML with inline CSS

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

#f03c3b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f03c3b Color code Preview on White Background

This is how #f03c3b Color code will look on white background color. Color contrast ratio is 3.88

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

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.