COLOR #C5302E

HEX: #C5302E
RGB: (197,48,46)

Renk bilgisi

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

RGB renk modeli

#C5302E color RGB value is (197,48,46).

  • kırmız ton 197;
  • yeşil ton 48;
  • mavi ton 46.
RGB:
(197,48,46)
(77%,19%,18%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 48 of 255 = 19%
B 46 of 255 = 18%

197
48
46

R + G + B ~ 38%. #C5302E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 48 + 46 = 291 (100%)
R 197 of 291 ~ 67.7%
G 48 of 291 ~ 16.49%
B 46 of 291 ~ 15.81%

%67.7
%16.49
%15.81

CMYK RENK MODELİ

#C5302E rengi CMYK tonu (0,76,77,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.63%
  • sarı tonu 76.65%
  • ana renk tonu 22.75%
CMYK:
(0,76,77,23)
C0M76Y77K23 
(0%,76%,77%,23%)
(0.00/0.76/0.77/0.23)	

CMYK yüzdeleri

%0
%75.63
%76.65
%22.75

Codes

Color #C5302E in popluar color models

C5302E
RGB1974846
HSL62.14%47.65%
HSB/HSV76.65%77.25%
CMYK0.00%75.63%76.65%
22.75%

Color #C5302E in popluar number systems.

HEXC5302E
Decimal1974846
Binary11000101110000101110
Octal3056056

Shades and tints

Shades of #C5302E

#C5302E
(197,48,46)
#B42C2A
(180,44,42)
#A32826
(163,40,38)
#922422
(146,36,34)
#81201E
(129,32,30)
#701C1A
(112,28,26)
#5F1816
(95,24,22)
#4E1412
(78,20,18)
#3D100E
(61,16,14)
#2C0C0A
(44,12,10)
#1B0806
(27,8,6)
#000000
(0,0,0)

Tints of #C5302E

#C5302E
(197,48,46)
#CA4241
(202,66,65)
#CF5454
(207,84,84)
#D46667
(212,102,103)
#D9787A
(217,120,122)
#DE8A8D
(222,138,141)
#E39CA0
(227,156,160)
#E8AEB3
(232,174,179)
#EDC0C6
(237,192,198)
#F2D2D9
(242,210,217)
#F7E4EC
(247,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5302E color. Also use rgb(197,48,46) instead hex code.

Text Font Color

.myTextColor { color: #C5302E; }

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

This text font color is #C5302E.


Background Color

.myBgColor { background-color: #C5302E; }

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

This div background color is #C5302E.


Border color

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

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

This div border color is #C5302E.


Opacity

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

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

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

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

This text has shadow with #C5302E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5302E on black background.


Color preview on white background

This text has color #C5302E on white background.



Black color preview on #C5302E background

This text has black color on #C5302E background.


White color preview on #C5302E background

This text has white color on #C5302E background.