COLOR #C7331D

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

199
51
29

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

Yüzdelerle RGB renk parçaları

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

%71.33
%18.28
%10.39

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%74.37
%85.43
%21.96

Codes

Color #C7331D in popluar color models

C7331D
RGB1995129
HSL74.56%44.71%
HSB/HSV85.43%78.04%
CMYK0.00%74.37%85.43%
21.96%

Color #C7331D in popluar number systems.

HEXC7331D
Decimal1995129
Binary1100011111001111101
Octal3076335

Shades and tints

Shades of #C7331D

#C7331D
(199,51,29)
#B52F1B
(181,47,27)
#A32B19
(163,43,25)
#912717
(145,39,23)
#7F2315
(127,35,21)
#6D1F13
(109,31,19)
#5B1B11
(91,27,17)
#49170F
(73,23,15)
#37130D
(55,19,13)
#250F0B
(37,15,11)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #C7331D

#C7331D
(199,51,29)
#CC4531
(204,69,49)
#D15745
(209,87,69)
#D66959
(214,105,89)
#DB7B6D
(219,123,109)
#E08D81
(224,141,129)
#E59F95
(229,159,149)
#EAB1A9
(234,177,169)
#EFC3BD
(239,195,189)
#F4D5D1
(244,213,209)
#F9E7E5
(249,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7331D; }

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

This text font color is #C7331D.


Background Color

.myBgColor { background-color: #C7331D; }

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

This div background color is #C7331D.


Border color

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

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

This div border color is #C7331D.


Opacity

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

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

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

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

This text has shadow with #C7331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7331D on black background.


Color preview on white background

This text has color #C7331D on white background.



Black color preview on #C7331D background

This text has black color on #C7331D background.


White color preview on #C7331D background

This text has white color on #C7331D background.