COLOR #EC2C15

HEX: #EC2C15
RGB: (236,44,21)

Renk bilgisi

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

RGB renk modeli

#EC2C15 color RGB value is (236,44,21).

  • kırmız ton 236;
  • yeşil ton 44;
  • mavi ton 21.
RGB:
(236,44,21)
(93%,17%,8%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 44 of 255 = 17%
B 21 of 255 = 8%

236
44
21

R + G + B ~ 39%. #EC2C15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 44 + 21 = 301 (100%)
R 236 of 301 ~ 78.41%
G 44 of 301 ~ 14.62%
B 21 of 301 ~ 6.98%

%78.41
%14.62

CMYK RENK MODELİ

#EC2C15 rengi CMYK tonu (0,81,91,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.36%
  • sarı tonu 91.10%
  • ana renk tonu 7.45%
CMYK:
(0,81,91,7)
C0M81Y91K7 
(0%,81%,91%,7%)
(0.00/0.81/0.91/0.07)	

CMYK yüzdeleri

%0
%81.36
%91.1
%7.45

Codes

Color #EC2C15 in popluar color models

EC2C15
RGB2364421
HSL84.98%50.39%
HSB/HSV91.10%92.55%
CMYK0.00%81.36%91.10%
7.45%

Color #EC2C15 in popluar number systems.

HEXEC2C15
Decimal2364421
Binary1110110010110010101
Octal3545425

Shades and tints

Shades of #EC2C15

#EC2C15
(236,44,21)
#D72814
(215,40,20)
#C22413
(194,36,19)
#AD2012
(173,32,18)
#981C11
(152,28,17)
#831810
(131,24,16)
#6E140F
(110,20,15)
#59100E
(89,16,14)
#440C0D
(68,12,13)
#2F080C
(47,8,12)
#1A040B
(26,4,11)
#000000
(0,0,0)

Tints of #EC2C15

#EC2C15
(236,44,21)
#ED3F2A
(237,63,42)
#EE523F
(238,82,63)
#EF6554
(239,101,84)
#F07869
(240,120,105)
#F18B7E
(241,139,126)
#F29E93
(242,158,147)
#F3B1A8
(243,177,168)
#F4C4BD
(244,196,189)
#F5D7D2
(245,215,210)
#F6EAE7
(246,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC2C15; }

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

This text font color is #EC2C15.


Background Color

.myBgColor { background-color: #EC2C15; }

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

This div background color is #EC2C15.


Border color

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

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

This div border color is #EC2C15.


Opacity

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

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

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

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

This text has shadow with #EC2C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC2C15 on black background.


Color preview on white background

This text has color #EC2C15 on white background.



Black color preview on #EC2C15 background

This text has black color on #EC2C15 background.


White color preview on #EC2C15 background

This text has white color on #EC2C15 background.