COLOR #E41F13

HEX: #E41F13
RGB: (228,31,19)

Renk bilgisi

#E41F13 contains mainly red color. #E41F13 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#E41F13 color RGB value is (228,31,19).

  • kırmız ton 228;
  • yeşil ton 31;
  • mavi ton 19.
RGB:
(228,31,19)
(89%,12%,7%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 31 of 255 = 12%
B 19 of 255 = 7%

228
31
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 31 + 19 = 278 (100%)
R 228 of 278 ~ 82.01%
G 31 of 278 ~ 11.15%
B 19 of 278 ~ 6.83%

%82.01
%11.15

CMYK RENK MODELİ

#E41F13 rengi CMYK tonu (0,86,92,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.40%
  • sarı tonu 91.67%
  • ana renk tonu 10.59%
CMYK:
(0,86,92,11)
C0M86Y92K11 
(0%,86%,92%,11%)
(0.00/0.86/0.92/0.11)	

CMYK yüzdeleri

%0
%86.4
%91.67
%10.59

Codes

Color #E41F13 in popluar color models

E41F13
RGB2283119
HSL84.62%48.43%
HSB/HSV91.67%89.41%
CMYK0.00%86.40%91.67%
10.59%

Color #E41F13 in popluar number systems.

HEXE41F13
Decimal2283119
Binary111001001111110011
Octal3443723

Shades and tints

Shades of #E41F13

#E41F13
(228,31,19)
#D01D12
(208,29,18)
#BC1B11
(188,27,17)
#A81910
(168,25,16)
#94170F
(148,23,15)
#80150E
(128,21,14)
#6C130D
(108,19,13)
#58110C
(88,17,12)
#440F0B
(68,15,11)
#300D0A
(48,13,10)
#1C0B09
(28,11,9)
#000000
(0,0,0)

Tints of #E41F13

#E41F13
(228,31,19)
#E63328
(230,51,40)
#E8473D
(232,71,61)
#EA5B52
(234,91,82)
#EC6F67
(236,111,103)
#EE837C
(238,131,124)
#F09791
(240,151,145)
#F2ABA6
(242,171,166)
#F4BFBB
(244,191,187)
#F6D3D0
(246,211,208)
#F8E7E5
(248,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41F13 color. Also use rgb(228,31,19) instead hex code.

Text Font Color

.myTextColor { color: #E41F13; }

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

This text font color is #E41F13.


Background Color

.myBgColor { background-color: #E41F13; }

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

This div background color is #E41F13.


Border color

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

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

This div border color is #E41F13.


Opacity

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

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

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

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

This text has shadow with #E41F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41F13 on black background.


Color preview on white background

This text has color #E41F13 on white background.



Black color preview on #E41F13 background

This text has black color on #E41F13 background.


White color preview on #E41F13 background

This text has white color on #E41F13 background.