COLOR #C75514

HEX: #C75514
RGB: (199,85,20)

Renk bilgisi

#C75514 contains mainly red color. #C75514 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#C75514 color RGB value is (199,85,20).

  • kırmız ton 199;
  • yeşil ton 85;
  • mavi ton 20.
RGB:
(199,85,20)
(78%,33%,8%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 85 of 255 = 33%
B 20 of 255 = 8%

199
85
20

R + G + B ~ 40%. #C75514 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 85 + 20 = 304 (100%)
R 199 of 304 ~ 65.46%
G 85 of 304 ~ 27.96%
B 20 of 304 ~ 6.58%

%65.46
%27.96

CMYK RENK MODELİ

#C75514 rengi CMYK tonu (0,57,90,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.29%
  • sarı tonu 89.95%
  • ana renk tonu 21.96%
CMYK:
(0,57,90,22)
C0M57Y90K22 
(0%,57%,90%,22%)
(0.00/0.57/0.90/0.22)	

CMYK yüzdeleri

%0
%57.29
%89.95
%21.96

Codes

Color #C75514 in popluar color models

C75514
RGB1998520
HSL22°81.74%42.94%
HSB/HSV22°89.95%78.04%
CMYK0.00%57.29%89.95%
21.96%

Color #C75514 in popluar number systems.

HEXC75514
Decimal1998520
Binary11000111101010110100
Octal30712524

Shades and tints

Shades of #C75514

#C75514
(199,85,20)
#B54E13
(181,78,19)
#A34712
(163,71,18)
#914011
(145,64,17)
#7F3910
(127,57,16)
#6D320F
(109,50,15)
#5B2B0E
(91,43,14)
#49240D
(73,36,13)
#371D0C
(55,29,12)
#25160B
(37,22,11)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #C75514

#C75514
(199,85,20)
#CC6429
(204,100,41)
#D1733E
(209,115,62)
#D68253
(214,130,83)
#DB9168
(219,145,104)
#E0A07D
(224,160,125)
#E5AF92
(229,175,146)
#EABEA7
(234,190,167)
#EFCDBC
(239,205,188)
#F4DCD1
(244,220,209)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75514 color. Also use rgb(199,85,20) instead hex code.

Text Font Color

.myTextColor { color: #C75514; }

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

This text font color is #C75514.


Background Color

.myBgColor { background-color: #C75514; }

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

This div background color is #C75514.


Border color

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

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

This div border color is #C75514.


Opacity

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

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

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

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

This text has shadow with #C75514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75514 on black background.


Color preview on white background

This text has color #C75514 on white background.



Black color preview on #C75514 background

This text has black color on #C75514 background.


White color preview on #C75514 background

This text has white color on #C75514 background.