COLOR #C73A27

HEX: #C73A27
RGB: (199,58,39)

Renk bilgisi

#C73A27 contains mainly red color. #C73A27 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#C73A27 color RGB value is (199,58,39).

  • kırmız ton 199;
  • yeşil ton 58;
  • mavi ton 39.
RGB:
(199,58,39)
(78%,23%,15%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 58 of 255 = 23%
B 39 of 255 = 15%

199
58
39

R + G + B ~ 39%. #C73A27 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 58 + 39 = 296 (100%)
R 199 of 296 ~ 67.23%
G 58 of 296 ~ 19.59%
B 39 of 296 ~ 13.18%

%67.23
%19.59
%13.18

CMYK RENK MODELİ

#C73A27 rengi CMYK tonu (0,71,80,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.85%
  • sarı tonu 80.40%
  • ana renk tonu 21.96%
CMYK:
(0,71,80,22)
C0M71Y80K22 
(0%,71%,80%,22%)
(0.00/0.71/0.80/0.22)	

CMYK yüzdeleri

%0
%70.85
%80.4
%21.96

Codes

Color #C73A27 in popluar color models

C73A27
RGB1995839
HSL67.23%46.67%
HSB/HSV80.40%78.04%
CMYK0.00%70.85%80.40%
21.96%

Color #C73A27 in popluar number systems.

HEXC73A27
Decimal1995839
Binary11000111111010100111
Octal3077247

Shades and tints

Shades of #C73A27

#C73A27
(199,58,39)
#B53524
(181,53,36)
#A33021
(163,48,33)
#912B1E
(145,43,30)
#7F261B
(127,38,27)
#6D2118
(109,33,24)
#5B1C15
(91,28,21)
#491712
(73,23,18)
#37120F
(55,18,15)
#250D0C
(37,13,12)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #C73A27

#C73A27
(199,58,39)
#CC4B3A
(204,75,58)
#D15C4D
(209,92,77)
#D66D60
(214,109,96)
#DB7E73
(219,126,115)
#E08F86
(224,143,134)
#E5A099
(229,160,153)
#EAB1AC
(234,177,172)
#EFC2BF
(239,194,191)
#F4D3D2
(244,211,210)
#F9E4E5
(249,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C73A27 color. Also use rgb(199,58,39) instead hex code.

Text Font Color

.myTextColor { color: #C73A27; }

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

This text font color is #C73A27.


Background Color

.myBgColor { background-color: #C73A27; }

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

This div background color is #C73A27.


Border color

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

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

This div border color is #C73A27.


Opacity

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

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

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

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

This text has shadow with #C73A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73A27 on black background.


Color preview on white background

This text has color #C73A27 on white background.



Black color preview on #C73A27 background

This text has black color on #C73A27 background.


White color preview on #C73A27 background

This text has white color on #C73A27 background.