COLOR #F81504

HEX: #F81504
RGB: (248,21,4)

Color info

#F81504 contains mainly red color. Web safe color of #F81504 is #FF0000 (or #F00).

RGB color model

#F81504 color RGB value is (248,21,4).

  • red value is 248;
  • green value is 21;
  • blue value is 4.
RGB:
(248,21,4)
(97%,8%,2%)

RGB channels and saturation

R 248 of 255 = 97%
G 21 of 255 = 8%
B 4 of 255 = 2%

248
21
4

R + G + B ~ 36%. #F81504 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
248 + 21 + 4 = 273 (100%)
R 248 of 273 ~ 90.84%
G 21 of 273 ~ 7.69%
B 4 of 273 ~ 1.47%

%90.84

CMYK color model

#F81504 color CMYK value is (0,92,98,3).

  • cyan value is 0.00%
  • magenta value is 91.53%
  • yellow value is 98.39%
  • key color value is 2.75%
CMYK:
(0,92,98,3)
C0M92Y98K3 
(0%,92%,98%,3%)
(0.00/0.92/0.98/0.03)	

CMYK percentages

%0
%91.53
%98.39
%2.75

Codes

Color #F81504 in popluar color models

F81504
RGB248214
HSL96.83%49.41%
HSB/HSV98.39%97.25%
CMYK0.00%91.53%98.39%
2.75%

Color #F81504 in popluar number systems.

HEXF81504
Decimal248214
Binary1111100010101100
Octal370254

Shades and tints

Shades of #F81504

#F81504
(248,21,4)
#E21404
(226,20,4)
#CC1304
(204,19,4)
#B61204
(182,18,4)
#A01104
(160,17,4)
#8A1004
(138,16,4)
#740F04
(116,15,4)
#5E0E04
(94,14,4)
#480D04
(72,13,4)
#320C04
(50,12,4)
#1C0B04
(28,11,4)
#000000
(0,0,0)

Tints of #F81504

#F81504
(248,21,4)
#F82A1A
(248,42,26)
#F83F30
(248,63,48)
#F85446
(248,84,70)
#F8695C
(248,105,92)
#F87E72
(248,126,114)
#F89388
(248,147,136)
#F8A89E
(248,168,158)
#F8BDB4
(248,189,180)
#F8D2CA
(248,210,202)
#F8E7E0
(248,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F81504 color. Also use rgb(248,21,4) instead hex code.

Text Font Color

.myTextColor { color: #F81504; }

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

This text font color is #F81504.


Background Color

.myBgColor { background-color: #F81504; }

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

This div background color is #F81504.


Border color

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

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

This div border color is #F81504.


Opacity

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

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

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

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

This text has shadow with #F81504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F81504 on black background.


Color preview on white background

This text has color #F81504 on white background.



Black color preview on #F81504 background

This text has black color on #F81504 background.


White color preview on #F81504 background

This text has white color on #F81504 background.