COLOR #EC371A

HEX: #EC371A
RGB: (236,55,26)

Renk bilgisi

#EC371A contains mainly red color. #EC371A ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#EC371A color RGB value is (236,55,26).

  • kırmız ton 236;
  • yeşil ton 55;
  • mavi ton 26.
RGB:
(236,55,26)
(93%,22%,10%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 55 of 255 = 22%
B 26 of 255 = 10%

236
55
26

R + G + B ~ 42%. #EC371A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 55 + 26 = 317 (100%)
R 236 of 317 ~ 74.45%
G 55 of 317 ~ 17.35%
B 26 of 317 ~ 8.2%

%74.45
%17.35

CMYK RENK MODELİ

#EC371A rengi CMYK tonu (0,77,89,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.69%
  • sarı tonu 88.98%
  • ana renk tonu 7.45%
CMYK:
(0,77,89,7)
C0M77Y89K7 
(0%,77%,89%,7%)
(0.00/0.77/0.89/0.07)	

CMYK yüzdeleri

%0
%76.69
%88.98
%7.45

Codes

Color #EC371A in popluar color models

EC371A
RGB2365526
HSL84.68%51.37%
HSB/HSV88.98%92.55%
CMYK0.00%76.69%88.98%
7.45%

Color #EC371A in popluar number systems.

HEXEC371A
Decimal2365526
Binary1110110011011111010
Octal3546732

Shades and tints

Shades of #EC371A

#EC371A
(236,55,26)
#D73218
(215,50,24)
#C22D16
(194,45,22)
#AD2814
(173,40,20)
#982312
(152,35,18)
#831E10
(131,30,16)
#6E190E
(110,25,14)
#59140C
(89,20,12)
#440F0A
(68,15,10)
#2F0A08
(47,10,8)
#1A0506
(26,5,6)
#000000
(0,0,0)

Tints of #EC371A

#EC371A
(236,55,26)
#ED492E
(237,73,46)
#EE5B42
(238,91,66)
#EF6D56
(239,109,86)
#F07F6A
(240,127,106)
#F1917E
(241,145,126)
#F2A392
(242,163,146)
#F3B5A6
(243,181,166)
#F4C7BA
(244,199,186)
#F5D9CE
(245,217,206)
#F6EBE2
(246,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC371A color. Also use rgb(236,55,26) instead hex code.

Text Font Color

.myTextColor { color: #EC371A; }

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

This text font color is #EC371A.


Background Color

.myBgColor { background-color: #EC371A; }

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

This div background color is #EC371A.


Border color

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

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

This div border color is #EC371A.


Opacity

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

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

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

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

This text has shadow with #EC371A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC371A on black background.


Color preview on white background

This text has color #EC371A on white background.



Black color preview on #EC371A background

This text has black color on #EC371A background.


White color preview on #EC371A background

This text has white color on #EC371A background.