COLOR #F41509

HEX: #F41509
RGB: (244,21,9)

Renk bilgisi

#F41509 contains mainly red color. #F41509 ‘ nin web güvenlik rengi #FF0000 (ya da #F00) dir.

RGB renk modeli

#F41509 color RGB value is (244,21,9).

  • kırmız ton 244;
  • yeşil ton 21;
  • mavi ton 9.
RGB:
(244,21,9)
(96%,8%,4%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 21 of 255 = 8%
B 9 of 255 = 4%

244
21
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 21 + 9 = 274 (100%)
R 244 of 274 ~ 89.05%
G 21 of 274 ~ 7.66%
B 9 of 274 ~ 3.28%

%89.05

CMYK RENK MODELİ

#F41509 rengi CMYK tonu (0,91,96,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.39%
  • sarı tonu 96.31%
  • ana renk tonu 4.31%
CMYK:
(0,91,96,4)
C0M91Y96K4 
(0%,91%,96%,4%)
(0.00/0.91/0.96/0.04)	

CMYK yüzdeleri

%0
%91.39
%96.31
%4.31

Codes

Color #F41509 in popluar color models

F41509
RGB244219
HSL92.89%49.61%
HSB/HSV96.31%95.69%
CMYK0.00%91.39%96.31%
4.31%

Color #F41509 in popluar number systems.

HEXF41509
Decimal244219
Binary11110100101011001
Octal3642511

Shades and tints

Shades of #F41509

#F41509
(244,21,9)
#DE1409
(222,20,9)
#C81309
(200,19,9)
#B21209
(178,18,9)
#9C1109
(156,17,9)
#861009
(134,16,9)
#700F09
(112,15,9)
#5A0E09
(90,14,9)
#440D09
(68,13,9)
#2E0C09
(46,12,9)
#180B09
(24,11,9)
#000000
(0,0,0)

Tints of #F41509

#F41509
(244,21,9)
#F52A1F
(245,42,31)
#F63F35
(246,63,53)
#F7544B
(247,84,75)
#F86961
(248,105,97)
#F97E77
(249,126,119)
#FA938D
(250,147,141)
#FBA8A3
(251,168,163)
#FCBDB9
(252,189,185)
#FDD2CF
(253,210,207)
#FEE7E5
(254,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F41509 color. Also use rgb(244,21,9) instead hex code.

Text Font Color

.myTextColor { color: #F41509; }

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

This text font color is #F41509.


Background Color

.myBgColor { background-color: #F41509; }

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

This div background color is #F41509.


Border color

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

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

This div border color is #F41509.


Opacity

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

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

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

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

This text has shadow with #F41509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F41509 on black background.


Color preview on white background

This text has color #F41509 on white background.



Black color preview on #F41509 background

This text has black color on #F41509 background.


White color preview on #F41509 background

This text has white color on #F41509 background.