COLOR #F41704

HEX: #F41704
RGB: (244,23,4)

Color info

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

RGB color model

#F41704 color RGB value is (244,23,4).

  • red value is 244;
  • green value is 23;
  • blue value is 4.
RGB:
(244,23,4)
(96%,9%,2%)

RGB channels and saturation

R 244 of 255 = 96%
G 23 of 255 = 9%
B 4 of 255 = 2%

244
23
4

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

Portions of RGB colors in percentages

R + G + B =
244 + 23 + 4 = 271 (100%)
R 244 of 271 ~ 90.04%
G 23 of 271 ~ 8.49%
B 4 of 271 ~ 1.48%

%90.04

CMYK color model

#F41704 color CMYK value is (0,91,98,4).

  • cyan value is 0.00%
  • magenta value is 90.57%
  • yellow value is 98.36%
  • key color value is 4.31%
CMYK:
(0,91,98,4)
C0M91Y98K4 
(0%,91%,98%,4%)
(0.00/0.91/0.98/0.04)	

CMYK percentages

%0
%90.57
%98.36
%4.31

Codes

Color #F41704 in popluar color models

F41704
RGB244234
HSL96.77%48.63%
HSB/HSV98.36%95.69%
CMYK0.00%90.57%98.36%
4.31%

Color #F41704 in popluar number systems.

HEXF41704
Decimal244234
Binary1111010010111100
Octal364274

Shades and tints

Shades of #F41704

#F41704
(244,23,4)
#DE1504
(222,21,4)
#C81304
(200,19,4)
#B21104
(178,17,4)
#9C0F04
(156,15,4)
#860D04
(134,13,4)
#700B04
(112,11,4)
#5A0904
(90,9,4)
#440704
(68,7,4)
#2E0504
(46,5,4)
#180304
(24,3,4)
#000000
(0,0,0)

Tints of #F41704

#F41704
(244,23,4)
#F52C1A
(245,44,26)
#F64130
(246,65,48)
#F75646
(247,86,70)
#F86B5C
(248,107,92)
#F98072
(249,128,114)
#FA9588
(250,149,136)
#FBAA9E
(251,170,158)
#FCBFB4
(252,191,180)
#FDD4CA
(253,212,202)
#FEE9E0
(254,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F41704 color. Also use rgb(244,23,4) instead hex code.

Text Font Color

.myTextColor { color: #F41704; }

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

This text font color is #F41704.


Background Color

.myBgColor { background-color: #F41704; }

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

This div background color is #F41704.


Border color

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

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

This div border color is #F41704.


Opacity

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

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

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

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

This text has shadow with #F41704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F41704 on black background.


Color preview on white background

This text has color #F41704 on white background.



Black color preview on #F41704 background

This text has black color on #F41704 background.


White color preview on #F41704 background

This text has white color on #F41704 background.