COLOR #C73712

HEX: #C73712
RGB: (199,55,18)

Renk bilgisi

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

RGB renk modeli

#C73712 color RGB value is (199,55,18).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 55 of 255 = 22%
B 18 of 255 = 7%

199
55
18

R + G + B ~ 36%. #C73712 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 55 + 18 = 272 (100%)
R 199 of 272 ~ 73.16%
G 55 of 272 ~ 20.22%
B 18 of 272 ~ 6.62%

%73.16
%20.22

CMYK RENK MODELİ

#C73712 rengi CMYK tonu (0,72,91,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.36%
  • sarı tonu 90.95%
  • ana renk tonu 21.96%
CMYK:
(0,72,91,22)
C0M72Y91K22 
(0%,72%,91%,22%)
(0.00/0.72/0.91/0.22)	

CMYK yüzdeleri

%0
%72.36
%90.95
%21.96

Codes

Color #C73712 in popluar color models

C73712
RGB1995518
HSL12°83.41%42.55%
HSB/HSV12°90.95%78.04%
CMYK0.00%72.36%90.95%
21.96%

Color #C73712 in popluar number systems.

HEXC73712
Decimal1995518
Binary1100011111011110010
Octal3076722

Shades and tints

Shades of #C73712

#C73712
(199,55,18)
#B53211
(181,50,17)
#A32D10
(163,45,16)
#91280F
(145,40,15)
#7F230E
(127,35,14)
#6D1E0D
(109,30,13)
#5B190C
(91,25,12)
#49140B
(73,20,11)
#370F0A
(55,15,10)
#250A09
(37,10,9)
#130508
(19,5,8)
#000000
(0,0,0)

Tints of #C73712

#C73712
(199,55,18)
#CC4927
(204,73,39)
#D15B3C
(209,91,60)
#D66D51
(214,109,81)
#DB7F66
(219,127,102)
#E0917B
(224,145,123)
#E5A390
(229,163,144)
#EAB5A5
(234,181,165)
#EFC7BA
(239,199,186)
#F4D9CF
(244,217,207)
#F9EBE4
(249,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C73712; }

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

This text font color is #C73712.


Background Color

.myBgColor { background-color: #C73712; }

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

This div background color is #C73712.


Border color

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

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

This div border color is #C73712.


Opacity

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

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

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

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

This text has shadow with #C73712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73712 on black background.


Color preview on white background

This text has color #C73712 on white background.



Black color preview on #C73712 background

This text has black color on #C73712 background.


White color preview on #C73712 background

This text has white color on #C73712 background.