COLOR #EE021C

HEX: #EE021C
RGB: (238,2,28)

Renk bilgisi

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

RGB renk modeli

#EE021C color RGB value is (238,2,28).

  • kırmız ton 238;
  • yeşil ton 2;
  • mavi ton 28.
RGB:
(238,2,28)
(93%,1%,11%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 2 of 255 = 1%
B 28 of 255 = 11%

238
2
28

R + G + B ~ 35%. #EE021C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 2 + 28 = 268 (100%)
R 238 of 268 ~ 88.81%
G 2 of 268 ~ 0.75%
B 28 of 268 ~ 10.45%

%88.81
%10.45

CMYK RENK MODELİ

#EE021C rengi CMYK tonu (0,99,88,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.16%
  • sarı tonu 88.24%
  • ana renk tonu 6.67%
CMYK:
(0,99,88,7)
C0M99Y88K7 
(0%,99%,88%,7%)
(0.00/0.99/0.88/0.07)	

CMYK yüzdeleri

%0
%99.16
%88.24
%6.67

Codes

Color #EE021C in popluar color models

EE021C
RGB238228
HSL353°98.33%47.06%
HSB/HSV353°99.16%93.33%
CMYK0.00%99.16%88.24%
6.67%

Color #EE021C in popluar number systems.

HEXEE021C
Decimal238228
Binary111011101011100
Octal356234

Shades and tints

Shades of #EE021C

#EE021C
(238,2,28)
#D9021A
(217,2,26)
#C40218
(196,2,24)
#AF0216
(175,2,22)
#9A0214
(154,2,20)
#850212
(133,2,18)
#700210
(112,2,16)
#5B020E
(91,2,14)
#46020C
(70,2,12)
#31020A
(49,2,10)
#1C0208
(28,2,8)
#000000
(0,0,0)

Tints of #EE021C

#EE021C
(238,2,28)
#EF1930
(239,25,48)
#F03044
(240,48,68)
#F14758
(241,71,88)
#F25E6C
(242,94,108)
#F37580
(243,117,128)
#F48C94
(244,140,148)
#F5A3A8
(245,163,168)
#F6BABC
(246,186,188)
#F7D1D0
(247,209,208)
#F8E8E4
(248,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE021C color. Also use rgb(238,2,28) instead hex code.

Text Font Color

.myTextColor { color: #EE021C; }

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

This text font color is #EE021C.


Background Color

.myBgColor { background-color: #EE021C; }

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

This div background color is #EE021C.


Border color

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

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

This div border color is #EE021C.


Opacity

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

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

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

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

This text has shadow with #EE021C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE021C on black background.


Color preview on white background

This text has color #EE021C on white background.



Black color preview on #EE021C background

This text has black color on #EE021C background.


White color preview on #EE021C background

This text has white color on #EE021C background.