COLOR #F51515

HEX: #F51515
RGB: (245,21,21)

Renk bilgisi

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

RGB renk modeli

#F51515 color RGB value is (245,21,21).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 21 of 255 = 8%
B 21 of 255 = 8%

245
21
21

R + G + B ~ 37%. #F51515 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 21 + 21 = 287 (100%)
R 245 of 287 ~ 85.37%
G 21 of 287 ~ 7.32%
B 21 of 287 ~ 7.32%

%85.37

CMYK RENK MODELİ

#F51515 rengi CMYK tonu (0,91,91,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.43%
  • sarı tonu 91.43%
  • ana renk tonu 3.92%
CMYK:
(0,91,91,4)
C0M91Y91K4 
(0%,91%,91%,4%)
(0.00/0.91/0.91/0.04)	

CMYK yüzdeleri

%0
%91.43
%91.43
%3.92

Codes

Color #F51515 in popluar color models

F51515
RGB2452121
HSL91.80%52.16%
HSB/HSV91.43%96.08%
CMYK0.00%91.43%91.43%
3.92%

Color #F51515 in popluar number systems.

HEXF51515
Decimal2452121
Binary111101011010110101
Octal3652525

Shades and tints

Shades of #F51515

#F51515
(245,21,21)
#DF1414
(223,20,20)
#C91313
(201,19,19)
#B31212
(179,18,18)
#9D1111
(157,17,17)
#871010
(135,16,16)
#710F0F
(113,15,15)
#5B0E0E
(91,14,14)
#450D0D
(69,13,13)
#2F0C0C
(47,12,12)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #F51515

#F51515
(245,21,21)
#F52A2A
(245,42,42)
#F53F3F
(245,63,63)
#F55454
(245,84,84)
#F56969
(245,105,105)
#F57E7E
(245,126,126)
#F59393
(245,147,147)
#F5A8A8
(245,168,168)
#F5BDBD
(245,189,189)
#F5D2D2
(245,210,210)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F51515; }

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

This text font color is #F51515.


Background Color

.myBgColor { background-color: #F51515; }

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

This div background color is #F51515.


Border color

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

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

This div border color is #F51515.


Opacity

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

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

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

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

This text has shadow with #F51515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F51515 on black background.


Color preview on white background

This text has color #F51515 on white background.



Black color preview on #F51515 background

This text has black color on #F51515 background.


White color preview on #F51515 background

This text has white color on #F51515 background.