COLOR #C73512

HEX: #C73512
RGB: (199,53,18)

Renk bilgisi

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

RGB renk modeli

#C73512 color RGB value is (199,53,18).

  • kırmız ton 199;
  • yeşil ton 53;
  • mavi ton 18.
RGB:
(199,53,18)
(78%,21%,7%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 53 of 255 = 21%
B 18 of 255 = 7%

199
53
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 53 + 18 = 270 (100%)
R 199 of 270 ~ 73.7%
G 53 of 270 ~ 19.63%
B 18 of 270 ~ 6.67%

%73.7
%19.63

CMYK RENK MODELİ

#C73512 rengi CMYK tonu (0,73,91,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.37%
  • sarı tonu 90.95%
  • ana renk tonu 21.96%
CMYK:
(0,73,91,22)
C0M73Y91K22 
(0%,73%,91%,22%)
(0.00/0.73/0.91/0.22)	

CMYK yüzdeleri

%0
%73.37
%90.95
%21.96

Codes

Color #C73512 in popluar color models

C73512
RGB1995318
HSL12°83.41%42.55%
HSB/HSV12°90.95%78.04%
CMYK0.00%73.37%90.95%
21.96%

Color #C73512 in popluar number systems.

HEXC73512
Decimal1995318
Binary1100011111010110010
Octal3076522

Shades and tints

Shades of #C73512

#C73512
(199,53,18)
#B53111
(181,49,17)
#A32D10
(163,45,16)
#91290F
(145,41,15)
#7F250E
(127,37,14)
#6D210D
(109,33,13)
#5B1D0C
(91,29,12)
#49190B
(73,25,11)
#37150A
(55,21,10)
#251109
(37,17,9)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #C73512

#C73512
(199,53,18)
#CC4727
(204,71,39)
#D1593C
(209,89,60)
#D66B51
(214,107,81)
#DB7D66
(219,125,102)
#E08F7B
(224,143,123)
#E5A190
(229,161,144)
#EAB3A5
(234,179,165)
#EFC5BA
(239,197,186)
#F4D7CF
(244,215,207)
#F9E9E4
(249,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C73512 color. Also use rgb(199,53,18) instead hex code.

Text Font Color

.myTextColor { color: #C73512; }

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

This text font color is #C73512.


Background Color

.myBgColor { background-color: #C73512; }

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

This div background color is #C73512.


Border color

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

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

This div border color is #C73512.


Opacity

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

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

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

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

This text has shadow with #C73512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73512 on black background.


Color preview on white background

This text has color #C73512 on white background.



Black color preview on #C73512 background

This text has black color on #C73512 background.


White color preview on #C73512 background

This text has white color on #C73512 background.