COLOR #C55231

HEX: #C55231
RGB: (197,82,49)

Renk bilgisi

#C55231 contains mainly red color. #C55231 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C55231 color RGB value is (197,82,49).

  • kırmız ton 197;
  • yeşil ton 82;
  • mavi ton 49.
RGB:
(197,82,49)
(77%,32%,19%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 82 of 255 = 32%
B 49 of 255 = 19%

197
82
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 82 + 49 = 328 (100%)
R 197 of 328 ~ 60.06%
G 82 of 328 ~ 25%
B 49 of 328 ~ 14.94%

%60.06
%25
%14.94

CMYK RENK MODELİ

#C55231 rengi CMYK tonu (0,58,75,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.38%
  • sarı tonu 75.13%
  • ana renk tonu 22.75%
CMYK:
(0,58,75,23)
C0M58Y75K23 
(0%,58%,75%,23%)
(0.00/0.58/0.75/0.23)	

CMYK yüzdeleri

%0
%58.38
%75.13
%22.75

Codes

Color #C55231 in popluar color models

C55231
RGB1978249
HSL13°60.16%48.24%
HSB/HSV13°75.13%77.25%
CMYK0.00%58.38%75.13%
22.75%

Color #C55231 in popluar number systems.

HEXC55231
Decimal1978249
Binary110001011010010110001
Octal30512261

Shades and tints

Shades of #C55231

#C55231
(197,82,49)
#B44B2D
(180,75,45)
#A34429
(163,68,41)
#923D25
(146,61,37)
#813621
(129,54,33)
#702F1D
(112,47,29)
#5F2819
(95,40,25)
#4E2115
(78,33,21)
#3D1A11
(61,26,17)
#2C130D
(44,19,13)
#1B0C09
(27,12,9)
#000000
(0,0,0)

Tints of #C55231

#C55231
(197,82,49)
#CA6143
(202,97,67)
#CF7055
(207,112,85)
#D47F67
(212,127,103)
#D98E79
(217,142,121)
#DE9D8B
(222,157,139)
#E3AC9D
(227,172,157)
#E8BBAF
(232,187,175)
#EDCAC1
(237,202,193)
#F2D9D3
(242,217,211)
#F7E8E5
(247,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55231 color. Also use rgb(197,82,49) instead hex code.

Text Font Color

.myTextColor { color: #C55231; }

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

This text font color is #C55231.


Background Color

.myBgColor { background-color: #C55231; }

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

This div background color is #C55231.


Border color

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

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

This div border color is #C55231.


Opacity

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

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

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

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

This text has shadow with #C55231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55231 on black background.


Color preview on white background

This text has color #C55231 on white background.



Black color preview on #C55231 background

This text has black color on #C55231 background.


White color preview on #C55231 background

This text has white color on #C55231 background.