COLOR #C71D33

HEX: #C71D33
RGB: (199,29,51)

Renk bilgisi

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

RGB renk modeli

#C71D33 color RGB value is (199,29,51).

  • kırmız ton 199;
  • yeşil ton 29;
  • mavi ton 51.
RGB:
(199,29,51)
(78%,11%,20%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 29 of 255 = 11%
B 51 of 255 = 20%

199
29
51

R + G + B ~ 36%. #C71D33 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 29 + 51 = 279 (100%)
R 199 of 279 ~ 71.33%
G 29 of 279 ~ 10.39%
B 51 of 279 ~ 18.28%

%71.33
%10.39
%18.28

CMYK RENK MODELİ

#C71D33 rengi CMYK tonu (0,85,74,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 85.43%
  • sarı tonu 74.37%
  • ana renk tonu 21.96%
CMYK:
(0,85,74,22)
C0M85Y74K22 
(0%,85%,74%,22%)
(0.00/0.85/0.74/0.22)	

CMYK yüzdeleri

%0
%85.43
%74.37
%21.96

Codes

Color #C71D33 in popluar color models

C71D33
RGB1992951
HSL352°74.56%44.71%
HSB/HSV352°85.43%78.04%
CMYK0.00%85.43%74.37%
21.96%

Color #C71D33 in popluar number systems.

HEXC71D33
Decimal1992951
Binary1100011111101110011
Octal3073563

Shades and tints

Shades of #C71D33

#C71D33
(199,29,51)
#B51B2F
(181,27,47)
#A3192B
(163,25,43)
#911727
(145,23,39)
#7F1523
(127,21,35)
#6D131F
(109,19,31)
#5B111B
(91,17,27)
#490F17
(73,15,23)
#370D13
(55,13,19)
#250B0F
(37,11,15)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #C71D33

#C71D33
(199,29,51)
#CC3145
(204,49,69)
#D14557
(209,69,87)
#D65969
(214,89,105)
#DB6D7B
(219,109,123)
#E0818D
(224,129,141)
#E5959F
(229,149,159)
#EAA9B1
(234,169,177)
#EFBDC3
(239,189,195)
#F4D1D5
(244,209,213)
#F9E5E7
(249,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71D33 color. Also use rgb(199,29,51) instead hex code.

Text Font Color

.myTextColor { color: #C71D33; }

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

This text font color is #C71D33.


Background Color

.myBgColor { background-color: #C71D33; }

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

This div background color is #C71D33.


Border color

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

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

This div border color is #C71D33.


Opacity

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

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

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

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

This text has shadow with #C71D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71D33 on black background.


Color preview on white background

This text has color #C71D33 on white background.



Black color preview on #C71D33 background

This text has black color on #C71D33 background.


White color preview on #C71D33 background

This text has white color on #C71D33 background.