COLOR #E12C16

HEX: #E12C16
RGB: (225,44,22)

Renk bilgisi

#E12C16 contains mainly red color. #E12C16 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#E12C16 color RGB value is (225,44,22).

  • kırmız ton 225;
  • yeşil ton 44;
  • mavi ton 22.
RGB:
(225,44,22)
(88%,17%,9%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 44 of 255 = 17%
B 22 of 255 = 9%

225
44
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 44 + 22 = 291 (100%)
R 225 of 291 ~ 77.32%
G 44 of 291 ~ 15.12%
B 22 of 291 ~ 7.56%

%77.32
%15.12

CMYK RENK MODELİ

#E12C16 rengi CMYK tonu (0,80,90,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.44%
  • sarı tonu 90.22%
  • ana renk tonu 11.76%
CMYK:
(0,80,90,12)
C0M80Y90K12 
(0%,80%,90%,12%)
(0.00/0.80/0.90/0.12)	

CMYK yüzdeleri

%0
%80.44
%90.22
%11.76

Codes

Color #E12C16 in popluar color models

E12C16
RGB2254422
HSL82.19%48.43%
HSB/HSV90.22%88.24%
CMYK0.00%80.44%90.22%
11.76%

Color #E12C16 in popluar number systems.

HEXE12C16
Decimal2254422
Binary1110000110110010110
Octal3415426

Shades and tints

Shades of #E12C16

#E12C16
(225,44,22)
#CD2814
(205,40,20)
#B92412
(185,36,18)
#A52010
(165,32,16)
#911C0E
(145,28,14)
#7D180C
(125,24,12)
#69140A
(105,20,10)
#551008
(85,16,8)
#410C06
(65,12,6)
#2D0804
(45,8,4)
#190402
(25,4,2)
#000000
(0,0,0)

Tints of #E12C16

#E12C16
(225,44,22)
#E33F2B
(227,63,43)
#E55240
(229,82,64)
#E76555
(231,101,85)
#E9786A
(233,120,106)
#EB8B7F
(235,139,127)
#ED9E94
(237,158,148)
#EFB1A9
(239,177,169)
#F1C4BE
(241,196,190)
#F3D7D3
(243,215,211)
#F5EAE8
(245,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12C16 color. Also use rgb(225,44,22) instead hex code.

Text Font Color

.myTextColor { color: #E12C16; }

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

This text font color is #E12C16.


Background Color

.myBgColor { background-color: #E12C16; }

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

This div background color is #E12C16.


Border color

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

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

This div border color is #E12C16.


Opacity

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

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

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

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

This text has shadow with #E12C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E12C16 on black background.


Color preview on white background

This text has color #E12C16 on white background.



Black color preview on #E12C16 background

This text has black color on #E12C16 background.


White color preview on #E12C16 background

This text has white color on #E12C16 background.