COLOR #EC0D3C

HEX: #EC0D3C
RGB: (236,13,60)

Renk bilgisi

#EC0D3C contains mainly red color. #EC0D3C ‘ nin web güvenlik rengi #FF0033 (ya da #F03) dir.

RGB renk modeli

#EC0D3C color RGB value is (236,13,60).

  • kırmız ton 236;
  • yeşil ton 13;
  • mavi ton 60.
RGB:
(236,13,60)
(93%,5%,24%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 13 of 255 = 5%
B 60 of 255 = 24%

236
13
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 13 + 60 = 309 (100%)
R 236 of 309 ~ 76.38%
G 13 of 309 ~ 4.21%
B 60 of 309 ~ 19.42%

%76.38
%19.42

CMYK RENK MODELİ

#EC0D3C rengi CMYK tonu (0,94,75,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 94.49%
  • sarı tonu 74.58%
  • ana renk tonu 7.45%
CMYK:
(0,94,75,7)
C0M94Y75K7 
(0%,94%,75%,7%)
(0.00/0.94/0.75/0.07)	

CMYK yüzdeleri

%0
%94.49
%74.58
%7.45

Codes

Color #EC0D3C in popluar color models

EC0D3C
RGB2361360
HSL347°89.56%48.82%
HSB/HSV347°94.49%92.55%
CMYK0.00%94.49%74.58%
7.45%

Color #EC0D3C in popluar number systems.

HEXEC0D3C
Decimal2361360
Binary111011001101111100
Octal3541574

Shades and tints

Shades of #EC0D3C

#EC0D3C
(236,13,60)
#D70C37
(215,12,55)
#C20B32
(194,11,50)
#AD0A2D
(173,10,45)
#980928
(152,9,40)
#830823
(131,8,35)
#6E071E
(110,7,30)
#590619
(89,6,25)
#440514
(68,5,20)
#2F040F
(47,4,15)
#1A030A
(26,3,10)
#000000
(0,0,0)

Tints of #EC0D3C

#EC0D3C
(236,13,60)
#ED234D
(237,35,77)
#EE395E
(238,57,94)
#EF4F6F
(239,79,111)
#F06580
(240,101,128)
#F17B91
(241,123,145)
#F291A2
(242,145,162)
#F3A7B3
(243,167,179)
#F4BDC4
(244,189,196)
#F5D3D5
(245,211,213)
#F6E9E6
(246,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC0D3C color. Also use rgb(236,13,60) instead hex code.

Text Font Color

.myTextColor { color: #EC0D3C; }

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

This text font color is #EC0D3C.


Background Color

.myBgColor { background-color: #EC0D3C; }

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

This div background color is #EC0D3C.


Border color

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

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

This div border color is #EC0D3C.


Opacity

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

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

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

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

This text has shadow with #EC0D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0D3C on black background.


Color preview on white background

This text has color #EC0D3C on white background.



Black color preview on #EC0D3C background

This text has black color on #EC0D3C background.


White color preview on #EC0D3C background

This text has white color on #EC0D3C background.