crispedge.com

Color picker

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

#f80f0f hex color - Red - Warm color - Information

#f80f0f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f80f0f Color code in RGB color code model is created after adding 97.25% red color, 5.88% green color and 5.88% blue color. Hex #f80f0f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 94% magenta, 94% yellow and 3% black.

Hex #f80f0f color code is between #ff1111 web safe hex color code and #ee0000 web safe hex color code. #ff1111 is the nearest web safe color code. You can see here many more shades of #f80f0f color code.

0 Likes 0 Comments | 10 Views

Color Table

Hex Color Codef80f0f#f80f0f
RGB Decimal248, 15, 15rgb(248, 15, 15)
RGB Percent97%, 6%, 6%rgb(97%, 6%, 6%)
CSS RGBa248, 15, 15,1rgba(248,15,15,1)
CMYK Modelcmyk(0%,94%,94%,3%)
HSL Color Space0,94% ,52%hsl(0,94% ,52%)
HSV Color Space0°, 94%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000000111100001111
Octal3701717
Decimal2481515
Hexf80f0f

Different shades of #f80f0f color code.

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

Light Shade of #f80f0f
#f94141
Dark Shade of #f80f0f
#ce0606
Saturated Shade of #f80f0f
#ff0808
Desaturated Shade of #f80f0f
#ec1b1b
Grey scale Shade of #f80f0f
#838383
Brighten Shade
#ff2828
Most Readable Shade
#FFFFFF

Shades of #f80f0f color code

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

#f80f0f
#dc0d0d
#c00b0b
#a50a0a
#890808
#6e0606
#520505
#370303
#1b0101
#000000

Similar Color like #f80f0f color

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

#f91010
#fa1111
#fb1212
#fc1313
#fd1414
#fe1515
#ff1616
#ff1717
#ff1818
#ff1919
#ff1a1a
#ff1b1b
#ff1c1c
#ff1d1d
#f70e0e
#f60d0d
#f50c0c
#f40b0b
#f30a0a
#f20909
#f10808
#f00707
#ef0606
#ee0505
#ed0404
#ec0303
#eb0202
#ea0101

Monochromatic Color with #f80f0f

#f80f0f
#230202
#4e0505
#780707
#a30a0a
#cd0c0c

Tints of #f80f0f Color

#f80f0f
#f82929
#f94444
#fa5f5f
#fb7979
#fb9494
#fcafaf
#fdc9c9
#fee4e4
#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

#f80f0f
#0ff8f8

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

Split Complementary

#f80f0f
#0ff884
#0f84f8

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

Analogous Color

#f80f6c
#f80f3e
#f80f0f
#f83e0f
#f86c0f

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

#f80f0f
#0ff80f
#0f0ff8

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

#f80f0f
#83f80f
#0ff8f8
#830ff8

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

#f80f0f
#0ff8f8
#0f84f8
#f8840f

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

#f80f0f Color Code Preview on Black Background Color

This is how #f80f0f Color will look on black background color. Color contrast ratio is 5.07

#f80f0f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f80f0f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f80f0f

#f80f0f color code is use for CSS Background Color

Background color for the above div is #f80f0f

HTML with inline CSS

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

#f80f0f color code is use for CSS Border Color

CSS Border color for the above div is #f80f0f

HTML with inline CSS

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

CSS Border Left color for the above div is #f80f0f

HTML with inline CSS

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

CSS Border Right color for the above div is #f80f0f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f80f0f

HTML with inline CSS

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

CSS Border Top color for the above div is #f80f0f

HTML with inline CSS

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

#f80f0f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f80f0f Color code Preview on White Background

This is how #f80f0f Color code will look on white background color. Color contrast ratio is 4.14

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.