COLOR #F00523

HEX: #F00523 RGB: (240,5,35)

Color info

#F00523 contains mainly red color. Web safe color of #F00523 is #FF0033 (or #F03).

RGB color model

#F00523 color RGB value is (240,5,35).

RGB: (240,5,35) (94%, 2%, 14%)

RGB channels and saturation

R 240 of 255 = 94%
G 5 of 255 = 2%
B 35 of 255 = 14%

240
5
35

R + G + B ~ 37%. #F00523 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 240 + 5 + 35 = 280 (100%)
R 240 of 280 ~ 85.71%
G 5 of 280 ~ 1.79%
B 35 of 280 ~ 12.5'%

%85.71
%12.5

CMYK color model

#F00523 color CMYK value is (0,98,85,6).

  • cyan value is 0.00%
  • magenta value is 97.92%
  • yellow value is 85.42%
  • key color value is 5.88%

CMYK: (0,98,85,6)
C0M98Y85K6 (0%, 98%, 85%, 6%)
(0.00 / 0.98 / 0.85 / 0.06)

CMYK percentages

%0
%97.92
%85.42
%5.88

Codes

Color #F00523 in popluar color models

F0 05 23
RGB 240 5 35
HSL 352° 95.92% 48.04%
HSB/HSV 352° 97.92% 94.12%
CMYK 0.00% 97.92% 85.42%
5.88%

Color #F00523 in popluar number systems.

HEX F0 05 23
Decimal 240 5 35
Binary 11110000 101 100011
Octal 360 5 43

Shades and tints

Shades of #F00523

#F00523
(240,5,35)
#DB0520
(219,5,32)
#C6051D
(198,5,29)
#B1051A
(177,5,26)
#9C0517
(156,5,23)
#870514
(135,5,20)
#720511
(114,5,17)
#5D050E
(93,5,14)
#48050B
(72,5,11)
#330508
(51,5,8)
#1E0505
(30,5,5)
#000000
(0,0,0)

Tints of #F00523

#F00523
(240,5,35)
#F11B37
(241,27,55)
#F2314B
(242,49,75)
#F3475F
(243,71,95)
#F45D73
(244,93,115)
#F57387
(245,115,135)
#F6899B
(246,137,155)
#F79FAF
(247,159,175)
#F8B5C3
(248,181,195)
#F9CBD7
(249,203,215)
#FAE1EB
(250,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00523 color. Also use rgb(240,5,35) instead hex code.

Text Font Color

.myTextColor { color: #F00523; }

<p style="color:#F00523">This sample text font color is #F00523.</p>

This text font color is #F00523.

Background Color

.myBgColor { background-color: #F00523; }

<div style="background-color:#F00523">Inner text</div>

This div background color is #F00523.

Border color

.myBorderColor { border: 1px solid #F00523; }

<div style="border:3px solid #F00523">Div</div>

This div border color is #F00523.

Opacity

.myOpacity80 { color: #F00523; opacity: 0.8; }

<p style="color:#F00523;opacity:0.8;">80%</p>

Text with #F00523 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F00523;}

<p style="text-shadow: 3px 3px 1px #F00523">Text here.</p>

This text has shadow with #F00523 color.


.textShadow {text-shadow: 3px 3px 1px #F00523', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F00523, 5px 5px 20px red">Text here.</p>

This text has shadow with #F00523 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F00523, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F00523, Direction=45, Strength=4)">Text</p>

This text has shadow with #F00523 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F00523;
-webkit-box-shadow: 1px 1px 3px 2px #F00523;
box-shadow: 1px 1px 3px 2px #F00523;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F00523; -webkit-box-shadow: 1px 1px 3px 2px #F00523; box-shadow:1px 1px 3px 2px #F00523;">
Div content here
</div>

This div box has shadow with color #F00523.

Preview

Color preview on black background

This text has color #F00523 on black background.


Color preview on white background

This text has color #F00523 on white background.


Black color preview on #F00523 background

This text has black color on #F00523 background.


White color preview on #F00523 background

This text has white color on #F00523 background.


Related colors

Complementary color

Complementary color for #hex is #0FFADC.


I love getcolorcode.com

Triadic colors

1 #23F005 and #0523F0 with #F00523 are triadic colors.

2 #2305F0 and #05F023 with #F00523 are triadic colors.