COLOR #C51318

HEX: #C51318
RGB: (197,19,24)

Renk bilgisi

#C51318 contains mainly red color. #C51318 ‘ nin web güvenlik rengi #CC0000 (ya da #C00) dir.

RGB renk modeli

#C51318 color RGB value is (197,19,24).

  • kırmız ton 197;
  • yeşil ton 19;
  • mavi ton 24.
RGB:
(197,19,24)
(77%,7%,9%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 19 of 255 = 7%
B 24 of 255 = 9%

197
19
24

R + G + B ~ 31%. #C51318 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 19 + 24 = 240 (100%)
R 197 of 240 ~ 82.08%
G 19 of 240 ~ 7.92%
B 24 of 240 ~ 10%

%82.08
%10

CMYK RENK MODELİ

#C51318 rengi CMYK tonu (0,90,88,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.36%
  • sarı tonu 87.82%
  • ana renk tonu 22.75%
CMYK:
(0,90,88,23)
C0M90Y88K23 
(0%,90%,88%,23%)
(0.00/0.90/0.88/0.23)	

CMYK yüzdeleri

%0
%90.36
%87.82
%22.75

Codes

Color #C51318 in popluar color models

C51318
RGB1971924
HSL358°82.41%42.35%
HSB/HSV358°90.36%77.25%
CMYK0.00%90.36%87.82%
22.75%

Color #C51318 in popluar number systems.

HEXC51318
Decimal1971924
Binary110001011001111000
Octal3052330

Shades and tints

Shades of #C51318

#C51318
(197,19,24)
#B41216
(180,18,22)
#A31114
(163,17,20)
#921012
(146,16,18)
#810F10
(129,15,16)
#700E0E
(112,14,14)
#5F0D0C
(95,13,12)
#4E0C0A
(78,12,10)
#3D0B08
(61,11,8)
#2C0A06
(44,10,6)
#1B0904
(27,9,4)
#000000
(0,0,0)

Tints of #C51318

#C51318
(197,19,24)
#CA282D
(202,40,45)
#CF3D42
(207,61,66)
#D45257
(212,82,87)
#D9676C
(217,103,108)
#DE7C81
(222,124,129)
#E39196
(227,145,150)
#E8A6AB
(232,166,171)
#EDBBC0
(237,187,192)
#F2D0D5
(242,208,213)
#F7E5EA
(247,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C51318 color. Also use rgb(197,19,24) instead hex code.

Text Font Color

.myTextColor { color: #C51318; }

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

This text font color is #C51318.


Background Color

.myBgColor { background-color: #C51318; }

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

This div background color is #C51318.


Border color

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

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

This div border color is #C51318.


Opacity

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

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

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

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

This text has shadow with #C51318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C51318 on black background.


Color preview on white background

This text has color #C51318 on white background.



Black color preview on #C51318 background

This text has black color on #C51318 background.


White color preview on #C51318 background

This text has white color on #C51318 background.