COLOR #EC0D19

HEX: #EC0D19
RGB: (236,13,25)

Renk bilgisi

#EC0D19 contains mainly red color. #EC0D19 ‘ nin web güvenlik rengi #FF0000 (ya da #F00) dir.

RGB renk modeli

#EC0D19 color RGB value is (236,13,25).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 13 of 255 = 5%
B 25 of 255 = 10%

236
13
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 13 + 25 = 274 (100%)
R 236 of 274 ~ 86.13%
G 13 of 274 ~ 4.74%
B 25 of 274 ~ 9.12%

%86.13

CMYK RENK MODELİ

#EC0D19 rengi CMYK tonu (0,94,89,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 94.49%
  • sarı tonu 89.41%
  • ana renk tonu 7.45%
CMYK:
(0,94,89,7)
C0M94Y89K7 
(0%,94%,89%,7%)
(0.00/0.94/0.89/0.07)	

CMYK yüzdeleri

%0
%94.49
%89.41
%7.45

Codes

Color #EC0D19 in popluar color models

EC0D19
RGB2361325
HSL357°89.56%48.82%
HSB/HSV357°94.49%92.55%
CMYK0.00%94.49%89.41%
7.45%

Color #EC0D19 in popluar number systems.

HEXEC0D19
Decimal2361325
Binary11101100110111001
Octal3541531

Shades and tints

Shades of #EC0D19

#EC0D19
(236,13,25)
#D70C17
(215,12,23)
#C20B15
(194,11,21)
#AD0A13
(173,10,19)
#980911
(152,9,17)
#83080F
(131,8,15)
#6E070D
(110,7,13)
#59060B
(89,6,11)
#440509
(68,5,9)
#2F0407
(47,4,7)
#1A0305
(26,3,5)
#000000
(0,0,0)

Tints of #EC0D19

#EC0D19
(236,13,25)
#ED232D
(237,35,45)
#EE3941
(238,57,65)
#EF4F55
(239,79,85)
#F06569
(240,101,105)
#F17B7D
(241,123,125)
#F29191
(242,145,145)
#F3A7A5
(243,167,165)
#F4BDB9
(244,189,185)
#F5D3CD
(245,211,205)
#F6E9E1
(246,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC0D19; }

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

This text font color is #EC0D19.


Background Color

.myBgColor { background-color: #EC0D19; }

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

This div background color is #EC0D19.


Border color

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

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

This div border color is #EC0D19.


Opacity

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

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

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

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

This text has shadow with #EC0D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0D19 on black background.


Color preview on white background

This text has color #EC0D19 on white background.



Black color preview on #EC0D19 background

This text has black color on #EC0D19 background.


White color preview on #EC0D19 background

This text has white color on #EC0D19 background.