COLOR #EC3002

HEX: #EC3002
RGB: (236,48,2)

Renk bilgisi

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

RGB renk modeli

#EC3002 color RGB value is (236,48,2).

  • kırmız ton 236;
  • yeşil ton 48;
  • mavi ton 2.
RGB:
(236,48,2)
(93%,19%,1%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 48 of 255 = 19%
B 2 of 255 = 1%

236
48
2

R + G + B ~ 38%. #EC3002 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 48 + 2 = 286 (100%)
R 236 of 286 ~ 82.52%
G 48 of 286 ~ 16.78%
B 2 of 286 ~ 0.7%

%82.52
%16.78

CMYK RENK MODELİ

#EC3002 rengi CMYK tonu (0,80,99,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 79.66%
  • sarı tonu 99.15%
  • ana renk tonu 7.45%
CMYK:
(0,80,99,7)
C0M80Y99K7 
(0%,80%,99%,7%)
(0.00/0.80/0.99/0.07)	

CMYK yüzdeleri

%0
%79.66
%99.15
%7.45

Codes

Color #EC3002 in popluar color models

EC3002
RGB236482
HSL12°98.32%46.67%
HSB/HSV12°99.15%92.55%
CMYK0.00%79.66%99.15%
7.45%

Color #EC3002 in popluar number systems.

HEXEC3002
Decimal236482
Binary1110110011000010
Octal354602

Shades and tints

Shades of #EC3002

#EC3002
(236,48,2)
#D72C02
(215,44,2)
#C22802
(194,40,2)
#AD2402
(173,36,2)
#982002
(152,32,2)
#831C02
(131,28,2)
#6E1802
(110,24,2)
#591402
(89,20,2)
#441002
(68,16,2)
#2F0C02
(47,12,2)
#1A0802
(26,8,2)
#000000
(0,0,0)

Tints of #EC3002

#EC3002
(236,48,2)
#ED4219
(237,66,25)
#EE5430
(238,84,48)
#EF6647
(239,102,71)
#F0785E
(240,120,94)
#F18A75
(241,138,117)
#F29C8C
(242,156,140)
#F3AEA3
(243,174,163)
#F4C0BA
(244,192,186)
#F5D2D1
(245,210,209)
#F6E4E8
(246,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC3002 color. Also use rgb(236,48,2) instead hex code.

Text Font Color

.myTextColor { color: #EC3002; }

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

This text font color is #EC3002.


Background Color

.myBgColor { background-color: #EC3002; }

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

This div background color is #EC3002.


Border color

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

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

This div border color is #EC3002.


Opacity

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

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

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

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

This text has shadow with #EC3002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC3002 on black background.


Color preview on white background

This text has color #EC3002 on white background.



Black color preview on #EC3002 background

This text has black color on #EC3002 background.


White color preview on #EC3002 background

This text has white color on #EC3002 background.