COLOR #C51828

HEX: #C51828
RGB: (197,24,40)

Renk bilgisi

#C51828 contains mainly red color. #C51828 ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#C51828 color RGB value is (197,24,40).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 24 of 255 = 9%
B 40 of 255 = 16%

197
24
40

R + G + B ~ 34%. #C51828 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 24 + 40 = 261 (100%)
R 197 of 261 ~ 75.48%
G 24 of 261 ~ 9.2%
B 40 of 261 ~ 15.33%

%75.48
%15.33

CMYK RENK MODELİ

#C51828 rengi CMYK tonu (0,88,80,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.82%
  • sarı tonu 79.70%
  • ana renk tonu 22.75%
CMYK:
(0,88,80,23)
C0M88Y80K23 
(0%,88%,80%,23%)
(0.00/0.88/0.80/0.23)	

CMYK yüzdeleri

%0
%87.82
%79.7
%22.75

Codes

Color #C51828 in popluar color models

C51828
RGB1972440
HSL354°78.28%43.33%
HSB/HSV354°87.82%77.25%
CMYK0.00%87.82%79.70%
22.75%

Color #C51828 in popluar number systems.

HEXC51828
Decimal1972440
Binary1100010111000101000
Octal3053050

Shades and tints

Shades of #C51828

#C51828
(197,24,40)
#B41625
(180,22,37)
#A31422
(163,20,34)
#92121F
(146,18,31)
#81101C
(129,16,28)
#700E19
(112,14,25)
#5F0C16
(95,12,22)
#4E0A13
(78,10,19)
#3D0810
(61,8,16)
#2C060D
(44,6,13)
#1B040A
(27,4,10)
#000000
(0,0,0)

Tints of #C51828

#C51828
(197,24,40)
#CA2D3B
(202,45,59)
#CF424E
(207,66,78)
#D45761
(212,87,97)
#D96C74
(217,108,116)
#DE8187
(222,129,135)
#E3969A
(227,150,154)
#E8ABAD
(232,171,173)
#EDC0C0
(237,192,192)
#F2D5D3
(242,213,211)
#F7EAE6
(247,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C51828; }

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

This text font color is #C51828.


Background Color

.myBgColor { background-color: #C51828; }

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

This div background color is #C51828.


Border color

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

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

This div border color is #C51828.


Opacity

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

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

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

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

This text has shadow with #C51828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C51828 on black background.


Color preview on white background

This text has color #C51828 on white background.



Black color preview on #C51828 background

This text has black color on #C51828 background.


White color preview on #C51828 background

This text has white color on #C51828 background.