COLOR #C74128

HEX: #C74128
RGB: (199,65,40)

Renk bilgisi

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

RGB renk modeli

#C74128 color RGB value is (199,65,40).

  • kırmız ton 199;
  • yeşil ton 65;
  • mavi ton 40.
RGB:
(199,65,40)
(78%,25%,16%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 65 of 255 = 25%
B 40 of 255 = 16%

199
65
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 65 + 40 = 304 (100%)
R 199 of 304 ~ 65.46%
G 65 of 304 ~ 21.38%
B 40 of 304 ~ 13.16%

%65.46
%21.38
%13.16

CMYK RENK MODELİ

#C74128 rengi CMYK tonu (0,67,80,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.34%
  • sarı tonu 79.90%
  • ana renk tonu 21.96%
CMYK:
(0,67,80,22)
C0M67Y80K22 
(0%,67%,80%,22%)
(0.00/0.67/0.80/0.22)	

CMYK yüzdeleri

%0
%67.34
%79.9
%21.96

Codes

Color #C74128 in popluar color models

C74128
RGB1996540
HSL66.53%46.86%
HSB/HSV79.90%78.04%
CMYK0.00%67.34%79.90%
21.96%

Color #C74128 in popluar number systems.

HEXC74128
Decimal1996540
Binary110001111000001101000
Octal30710150

Shades and tints

Shades of #C74128

#C74128
(199,65,40)
#B53C25
(181,60,37)
#A33722
(163,55,34)
#91321F
(145,50,31)
#7F2D1C
(127,45,28)
#6D2819
(109,40,25)
#5B2316
(91,35,22)
#491E13
(73,30,19)
#371910
(55,25,16)
#25140D
(37,20,13)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #C74128

#C74128
(199,65,40)
#CC523B
(204,82,59)
#D1634E
(209,99,78)
#D67461
(214,116,97)
#DB8574
(219,133,116)
#E09687
(224,150,135)
#E5A79A
(229,167,154)
#EAB8AD
(234,184,173)
#EFC9C0
(239,201,192)
#F4DAD3
(244,218,211)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74128 color. Also use rgb(199,65,40) instead hex code.

Text Font Color

.myTextColor { color: #C74128; }

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

This text font color is #C74128.


Background Color

.myBgColor { background-color: #C74128; }

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

This div background color is #C74128.


Border color

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

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

This div border color is #C74128.


Opacity

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

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

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

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

This text has shadow with #C74128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74128 on black background.


Color preview on white background

This text has color #C74128 on white background.



Black color preview on #C74128 background

This text has black color on #C74128 background.


White color preview on #C74128 background

This text has white color on #C74128 background.