COLOR #C84114

HEX: #C84114
RGB: (200,65,20)

Renk bilgisi

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

RGB renk modeli

#C84114 color RGB value is (200,65,20).

  • kırmız ton 200;
  • yeşil ton 65;
  • mavi ton 20.
RGB:
(200,65,20)
(78%,25%,8%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 65 of 255 = 25%
B 20 of 255 = 8%

200
65
20

R + G + B ~ 37%. #C84114 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 65 + 20 = 285 (100%)
R 200 of 285 ~ 70.18%
G 65 of 285 ~ 22.81%
B 20 of 285 ~ 7.02%

%70.18
%22.81

CMYK RENK MODELİ

#C84114 rengi CMYK tonu (0,68,90,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.50%
  • sarı tonu 90.00%
  • ana renk tonu 21.57%
CMYK:
(0,68,90,22)
C0M68Y90K22 
(0%,68%,90%,22%)
(0.00/0.68/0.90/0.22)	

CMYK yüzdeleri

%0
%67.5
%90
%21.57

Codes

Color #C84114 in popluar color models

C84114
RGB2006520
HSL15°81.82%43.14%
HSB/HSV15°90.00%78.43%
CMYK0.00%67.50%90.00%
21.57%

Color #C84114 in popluar number systems.

HEXC84114
Decimal2006520
Binary11001000100000110100
Octal31010124

Shades and tints

Shades of #C84114

#C84114
(200,65,20)
#B63C13
(182,60,19)
#A43712
(164,55,18)
#923211
(146,50,17)
#802D10
(128,45,16)
#6E280F
(110,40,15)
#5C230E
(92,35,14)
#4A1E0D
(74,30,13)
#38190C
(56,25,12)
#26140B
(38,20,11)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #C84114

#C84114
(200,65,20)
#CD5229
(205,82,41)
#D2633E
(210,99,62)
#D77453
(215,116,83)
#DC8568
(220,133,104)
#E1967D
(225,150,125)
#E6A792
(230,167,146)
#EBB8A7
(235,184,167)
#F0C9BC
(240,201,188)
#F5DAD1
(245,218,209)
#FAEBE6
(250,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C84114 color. Also use rgb(200,65,20) instead hex code.

Text Font Color

.myTextColor { color: #C84114; }

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

This text font color is #C84114.


Background Color

.myBgColor { background-color: #C84114; }

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

This div background color is #C84114.


Border color

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

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

This div border color is #C84114.


Opacity

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

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

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

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

This text has shadow with #C84114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84114 on black background.


Color preview on white background

This text has color #C84114 on white background.



Black color preview on #C84114 background

This text has black color on #C84114 background.


White color preview on #C84114 background

This text has white color on #C84114 background.