COLOR #F91519

HEX: #F91519
RGB: (249,21,25)

Color info

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

RGB color model

#F91519 color RGB value is (249,21,25).

  • red value is 249;
  • green value is 21;
  • blue value is 25.
RGB:
(249,21,25)
(98%,8%,10%)

RGB channels and saturation

R 249 of 255 = 98%
G 21 of 255 = 8%
B 25 of 255 = 10%

249
21
25

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

Portions of RGB colors in percentages

R + G + B =
249 + 21 + 25 = 295 (100%)
R 249 of 295 ~ 84.41%
G 21 of 295 ~ 7.12%
B 25 of 295 ~ 8.47%

%84.41

CMYK color model

#F91519 color CMYK value is (0,92,90,2).

  • cyan value is 0.00%
  • magenta value is 91.57%
  • yellow value is 89.96%
  • key color value is 2.35%
CMYK:
(0,92,90,2)
C0M92Y90K2 
(0%,92%,90%,2%)
(0.00/0.92/0.90/0.02)	

CMYK percentages

%0
%91.57
%89.96
%2.35

Codes

Color #F91519 in popluar color models

F91519
RGB2492125
HSL359°95.00%52.94%
HSB/HSV359°91.57%97.65%
CMYK0.00%91.57%89.96%
2.35%

Color #F91519 in popluar number systems.

HEXF91519
Decimal2492125
Binary111110011010111001
Octal3712531

Shades and tints

Shades of #F91519

#F91519
(249,21,25)
#E31417
(227,20,23)
#CD1315
(205,19,21)
#B71213
(183,18,19)
#A11111
(161,17,17)
#8B100F
(139,16,15)
#750F0D
(117,15,13)
#5F0E0B
(95,14,11)
#490D09
(73,13,9)
#330C07
(51,12,7)
#1D0B05
(29,11,5)
#000000
(0,0,0)

Tints of #F91519

#F91519
(249,21,25)
#F92A2D
(249,42,45)
#F93F41
(249,63,65)
#F95455
(249,84,85)
#F96969
(249,105,105)
#F97E7D
(249,126,125)
#F99391
(249,147,145)
#F9A8A5
(249,168,165)
#F9BDB9
(249,189,185)
#F9D2CD
(249,210,205)
#F9E7E1
(249,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F91519 color. Also use rgb(249,21,25) instead hex code.

Text Font Color

.myTextColor { color: #F91519; }

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

This text font color is #F91519.


Background Color

.myBgColor { background-color: #F91519; }

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

This div background color is #F91519.


Border color

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

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

This div border color is #F91519.


Opacity

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

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

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

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

This text has shadow with #F91519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F91519 on black background.


Color preview on white background

This text has color #F91519 on white background.



Black color preview on #F91519 background

This text has black color on #F91519 background.


White color preview on #F91519 background

This text has white color on #F91519 background.