crispedge.com

Color picker

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

#f90c0c hex color - Red - Warm color - Information

#f90c0c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f90c0c Color code in RGB color code model is created after adding 97.65% red color, 4.71% green color and 4.71% blue color. Hex #f90c0c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 95% yellow and 2% black.

Hex #f90c0c 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 #f90c0c color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codef90c0c#f90c0c
RGB Decimal249, 12, 12rgb(249, 12, 12)
RGB Percent98%, 5%, 5%rgb(98%, 5%, 5%)
CSS RGBa249, 12, 12,1rgba(249,12,12,1)
CMYK Modelcmyk(0%,95%,95%,2%)
HSL Color Space0,95% ,51%hsl(0,95% ,51%)
HSV Color Space0°, 95%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010000110000001100
Octal3711414
Decimal2491212
Hexf90c0c

Different shades of #f90c0c color code.

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

Light Shade of #f90c0c
#fa3e3e
Dark Shade of #f90c0c
#cd0505
Saturated Shade of #f90c0c
#ff0606
Desaturated Shade of #f90c0c
#ed1818
Grey scale Shade of #f90c0c
#828282
Brighten Shade
#ff2525
Most Readable Shade
#FFFFFF

Shades of #f90c0c color code

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

#f90c0c
#dd0a0a
#c10909
#a60808
#8a0606
#6e0505
#530404
#370202
#1b0101
#000000

Similar Color like #f90c0c color

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

#fa0d0d
#fb0e0e
#fc0f0f
#fd1010
#fe1111
#ff1212
#ff1313
#ff1414
#ff1515
#ff1616
#ff1717
#ff1818
#ff1919
#ff1a1a
#f80b0b
#f70a0a
#f60909
#f50808
#f40707
#f30606
#f20505
#f10404
#f00303
#ef0202
#ee0101
#ed0000
#ec0000
#eb0000

Monochromatic Color with #f90c0c

#f90c0c
#240202
#4f0404
#790606
#a40808
#ce0a0a

Tints of #f90c0c Color

#f90c0c
#f92727
#fa4242
#fb5d5d
#fb7878
#fc9393
#fdaeae
#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

#f90c0c
#0cf9f9

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

Split Complementary

#f90c0c
#0cf983
#0c82f9

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

Analogous Color

#f90c6b
#f90c3b
#f90c0c
#f93b0c
#f96b0c

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

#f90c0c
#0cf90c
#0c0cf9

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

#f90c0c
#82f90c
#0cf9f9
#820cf9

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

#f90c0c
#0cf9f9
#0c82f9
#f9830c

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

#f90c0c Color Code Preview on Black Background Color

This is how #f90c0c Color will look on black background color. Color contrast ratio is 5.09

#f90c0c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f90c0c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f90c0c

#f90c0c color code is use for CSS Background Color

Background color for the above div is #f90c0c

HTML with inline CSS

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

#f90c0c color code is use for CSS Border Color

CSS Border color for the above div is #f90c0c

HTML with inline CSS

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

CSS Border Left color for the above div is #f90c0c

HTML with inline CSS

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

CSS Border Right color for the above div is #f90c0c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f90c0c

HTML with inline CSS

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

CSS Border Top color for the above div is #f90c0c

HTML with inline CSS

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

#f90c0c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f90c0c Color code Preview on White Background

This is how #f90c0c Color code will look on white background color. Color contrast ratio is 4.13

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.