COLOR #C6363E

HEX: #C6363E
RGB: (198,54,62)

Color info

#C6363E contains mainly red color. Web safe color of #C6363E is #CC3333 (or #C33).

RGB color model

#C6363E color RGB value is (198,54,62).

  • red value is 198;
  • green value is 54;
  • blue value is 62.
RGB:
(198,54,62)
(78%,21%,24%)

RGB channels and saturation

R 198 of 255 = 78%
G 54 of 255 = 21%
B 62 of 255 = 24%

198
54
62

R + G + B ~ 41%. #C6363E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 54 + 62 = 314 (100%)
R 198 of 314 ~ 63.06%
G 54 of 314 ~ 17.2%
B 62 of 314 ~ 19.75%

%63.06
%17.2
%19.75

CMYK color model

#C6363E color CMYK value is (0,73,69,22).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 68.69%
  • key color value is 22.35%
CMYK:
(0,73,69,22)
C0M73Y69K22 
(0%,73%,69%,22%)
(0.00/0.73/0.69/0.22)	

CMYK percentages

%0
%72.73
%68.69
%22.35

Codes

Color #C6363E in popluar color models

C6363E
RGB1985462
HSL357°57.14%49.41%
HSB/HSV357°72.73%77.65%
CMYK0.00%72.73%68.69%
22.35%

Color #C6363E in popluar number systems.

HEXC6363E
Decimal1985462
Binary11000110110110111110
Octal3066676

Shades and tints

Shades of #C6363E

#C6363E
(198,54,62)
#B43239
(180,50,57)
#A22E34
(162,46,52)
#902A2F
(144,42,47)
#7E262A
(126,38,42)
#6C2225
(108,34,37)
#5A1E20
(90,30,32)
#481A1B
(72,26,27)
#361616
(54,22,22)
#241211
(36,18,17)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #C6363E

#C6363E
(198,54,62)
#CB484F
(203,72,79)
#D05A60
(208,90,96)
#D56C71
(213,108,113)
#DA7E82
(218,126,130)
#DF9093
(223,144,147)
#E4A2A4
(228,162,164)
#E9B4B5
(233,180,181)
#EEC6C6
(238,198,198)
#F3D8D7
(243,216,215)
#F8EAE8
(248,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6363E color. Also use rgb(198,54,62) instead hex code.

Text Font Color

.myTextColor { color: #C6363E; }

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

This text font color is #C6363E.


Background Color

.myBgColor { background-color: #C6363E; }

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

This div background color is #C6363E.


Border color

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

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

This div border color is #C6363E.


Opacity

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

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

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

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

This text has shadow with #C6363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6363E on black background.


Color preview on white background

This text has color #C6363E on white background.



Black color preview on #C6363E background

This text has black color on #C6363E background.


White color preview on #C6363E background

This text has white color on #C6363E background.