COLOR #E31C13

HEX: #E31C13
RGB: (227,28,19)

Renk bilgisi

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

RGB renk modeli

#E31C13 color RGB value is (227,28,19).

  • kırmız ton 227;
  • yeşil ton 28;
  • mavi ton 19.
RGB:
(227,28,19)
(89%,11%,7%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 28 of 255 = 11%
B 19 of 255 = 7%

227
28
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 28 + 19 = 274 (100%)
R 227 of 274 ~ 82.85%
G 28 of 274 ~ 10.22%
B 19 of 274 ~ 6.93%

%82.85
%10.22

CMYK RENK MODELİ

#E31C13 rengi CMYK tonu (0,88,92,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.67%
  • sarı tonu 91.63%
  • ana renk tonu 10.98%
CMYK:
(0,88,92,11)
C0M88Y92K11 
(0%,88%,92%,11%)
(0.00/0.88/0.92/0.11)	

CMYK yüzdeleri

%0
%87.67
%91.63
%10.98

Codes

Color #E31C13 in popluar color models

E31C13
RGB2272819
HSL84.55%48.24%
HSB/HSV91.63%89.02%
CMYK0.00%87.67%91.63%
10.98%

Color #E31C13 in popluar number systems.

HEXE31C13
Decimal2272819
Binary111000111110010011
Octal3433423

Shades and tints

Shades of #E31C13

#E31C13
(227,28,19)
#CF1A12
(207,26,18)
#BB1811
(187,24,17)
#A71610
(167,22,16)
#93140F
(147,20,15)
#7F120E
(127,18,14)
#6B100D
(107,16,13)
#570E0C
(87,14,12)
#430C0B
(67,12,11)
#2F0A0A
(47,10,10)
#1B0809
(27,8,9)
#000000
(0,0,0)

Tints of #E31C13

#E31C13
(227,28,19)
#E53028
(229,48,40)
#E7443D
(231,68,61)
#E95852
(233,88,82)
#EB6C67
(235,108,103)
#ED807C
(237,128,124)
#EF9491
(239,148,145)
#F1A8A6
(241,168,166)
#F3BCBB
(243,188,187)
#F5D0D0
(245,208,208)
#F7E4E5
(247,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E31C13 color. Also use rgb(227,28,19) instead hex code.

Text Font Color

.myTextColor { color: #E31C13; }

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

This text font color is #E31C13.


Background Color

.myBgColor { background-color: #E31C13; }

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

This div background color is #E31C13.


Border color

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

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

This div border color is #E31C13.


Opacity

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

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

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

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

This text has shadow with #E31C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E31C13 on black background.


Color preview on white background

This text has color #E31C13 on white background.



Black color preview on #E31C13 background

This text has black color on #E31C13 background.


White color preview on #E31C13 background

This text has white color on #E31C13 background.