COLOR #F81B1A

HEX: #F81B1A
RGB: (248,27,26)

Color info

#F81B1A contains mainly red color. Web safe color of #F81B1A is #FF3300 (or #F30).

RGB color model

#F81B1A color RGB value is (248,27,26).

  • red value is 248;
  • green value is 27;
  • blue value is 26.
RGB:
(248,27,26)
(97%,11%,10%)

RGB channels and saturation

R 248 of 255 = 97%
G 27 of 255 = 11%
B 26 of 255 = 10%

248
27
26

R + G + B ~ 39%. #F81B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
248 + 27 + 26 = 301 (100%)
R 248 of 301 ~ 82.39%
G 27 of 301 ~ 8.97%
B 26 of 301 ~ 8.64%

%82.39

CMYK color model

#F81B1A color CMYK value is (0,89,90,3).

  • cyan value is 0.00%
  • magenta value is 89.11%
  • yellow value is 89.52%
  • key color value is 2.75%
CMYK:
(0,89,90,3)
C0M89Y90K3 
(0%,89%,90%,3%)
(0.00/0.89/0.90/0.03)	

CMYK percentages

%0
%89.11
%89.52
%2.75

Codes

Color #F81B1A in popluar color models

F81B1A
RGB2482726
HSL94.07%53.73%
HSB/HSV89.52%97.25%
CMYK0.00%89.11%89.52%
2.75%

Color #F81B1A in popluar number systems.

HEXF81B1A
Decimal2482726
Binary111110001101111010
Octal3703332

Shades and tints

Shades of #F81B1A

#F81B1A
(248,27,26)
#E21918
(226,25,24)
#CC1716
(204,23,22)
#B61514
(182,21,20)
#A01312
(160,19,18)
#8A1110
(138,17,16)
#740F0E
(116,15,14)
#5E0D0C
(94,13,12)
#480B0A
(72,11,10)
#320908
(50,9,8)
#1C0706
(28,7,6)
#000000
(0,0,0)

Tints of #F81B1A

#F81B1A
(248,27,26)
#F82F2E
(248,47,46)
#F84342
(248,67,66)
#F85756
(248,87,86)
#F86B6A
(248,107,106)
#F87F7E
(248,127,126)
#F89392
(248,147,146)
#F8A7A6
(248,167,166)
#F8BBBA
(248,187,186)
#F8CFCE
(248,207,206)
#F8E3E2
(248,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F81B1A color. Also use rgb(248,27,26) instead hex code.

Text Font Color

.myTextColor { color: #F81B1A; }

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

This text font color is #F81B1A.


Background Color

.myBgColor { background-color: #F81B1A; }

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

This div background color is #F81B1A.


Border color

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

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

This div border color is #F81B1A.


Opacity

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

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

Text with #F81B1A 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 #F81B1A;}

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

This text has shadow with #F81B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F81B1A on black background.


Color preview on white background

This text has color #F81B1A on white background.



Black color preview on #F81B1A background

This text has black color on #F81B1A background.


White color preview on #F81B1A background

This text has white color on #F81B1A background.