COLOR #EC0804

HEX: #EC0804
RGB: (236,8,4)

Renk bilgisi

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

RGB renk modeli

#EC0804 color RGB value is (236,8,4).

  • kırmız ton 236;
  • yeşil ton 8;
  • mavi ton 4.
RGB:
(236,8,4)
(93%,3%,2%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 8 of 255 = 3%
B 4 of 255 = 2%

236
8
4

R + G + B ~ 33%. #EC0804 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 8 + 4 = 248 (100%)
R 236 of 248 ~ 95.16%
G 8 of 248 ~ 3.23%
B 4 of 248 ~ 1.61%

%95.16

CMYK RENK MODELİ

#EC0804 rengi CMYK tonu (0,97,98,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.61%
  • sarı tonu 98.31%
  • ana renk tonu 7.45%
CMYK:
(0,97,98,7)
C0M97Y98K7 
(0%,97%,98%,7%)
(0.00/0.97/0.98/0.07)	

CMYK yüzdeleri

%0
%96.61
%98.31
%7.45

Codes

Color #EC0804 in popluar color models

EC0804
RGB23684
HSL96.67%47.06%
HSB/HSV98.31%92.55%
CMYK0.00%96.61%98.31%
7.45%

Color #EC0804 in popluar number systems.

HEXEC0804
Decimal23684
Binary111011001000100
Octal354104

Shades and tints

Shades of #EC0804

#EC0804
(236,8,4)
#D70804
(215,8,4)
#C20804
(194,8,4)
#AD0804
(173,8,4)
#980804
(152,8,4)
#830804
(131,8,4)
#6E0804
(110,8,4)
#590804
(89,8,4)
#440804
(68,8,4)
#2F0804
(47,8,4)
#1A0804
(26,8,4)
#000000
(0,0,0)

Tints of #EC0804

#EC0804
(236,8,4)
#ED1E1A
(237,30,26)
#EE3430
(238,52,48)
#EF4A46
(239,74,70)
#F0605C
(240,96,92)
#F17672
(241,118,114)
#F28C88
(242,140,136)
#F3A29E
(243,162,158)
#F4B8B4
(244,184,180)
#F5CECA
(245,206,202)
#F6E4E0
(246,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC0804 color. Also use rgb(236,8,4) instead hex code.

Text Font Color

.myTextColor { color: #EC0804; }

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

This text font color is #EC0804.


Background Color

.myBgColor { background-color: #EC0804; }

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

This div background color is #EC0804.


Border color

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

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

This div border color is #EC0804.


Opacity

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

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

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

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

This text has shadow with #EC0804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC0804 on black background.


Color preview on white background

This text has color #EC0804 on white background.



Black color preview on #EC0804 background

This text has black color on #EC0804 background.


White color preview on #EC0804 background

This text has white color on #EC0804 background.