COLOR #C63F3F

HEX: #C63F3F
RGB: (198,63,63)

Color info

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

RGB color model

#C63F3F color RGB value is (198,63,63).

  • red value is 198;
  • green value is 63;
  • blue value is 63.
RGB:
(198,63,63)
(78%,25%,25%)

RGB channels and saturation

R 198 of 255 = 78%
G 63 of 255 = 25%
B 63 of 255 = 25%

198
63
63

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

Portions of RGB colors in percentages

R + G + B =
198 + 63 + 63 = 324 (100%)
R 198 of 324 ~ 61.11%
G 63 of 324 ~ 19.44%
B 63 of 324 ~ 19.44%

%61.11
%19.44
%19.44

CMYK color model

#C63F3F color CMYK value is (0,68,68,22).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 68.18%
  • key color value is 22.35%
CMYK:
(0,68,68,22)
C0M68Y68K22 
(0%,68%,68%,22%)
(0.00/0.68/0.68/0.22)	

CMYK percentages

%0
%68.18
%68.18
%22.35

Codes

Color #C63F3F in popluar color models

C63F3F
RGB1986363
HSL54.22%51.18%
HSB/HSV68.18%77.65%
CMYK0.00%68.18%68.18%
22.35%

Color #C63F3F in popluar number systems.

HEXC63F3F
Decimal1986363
Binary11000110111111111111
Octal3067777

Shades and tints

Shades of #C63F3F

#C63F3F
(198,63,63)
#B43A3A
(180,58,58)
#A23535
(162,53,53)
#903030
(144,48,48)
#7E2B2B
(126,43,43)
#6C2626
(108,38,38)
#5A2121
(90,33,33)
#481C1C
(72,28,28)
#361717
(54,23,23)
#241212
(36,18,18)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #C63F3F

#C63F3F
(198,63,63)
#CB5050
(203,80,80)
#D06161
(208,97,97)
#D57272
(213,114,114)
#DA8383
(218,131,131)
#DF9494
(223,148,148)
#E4A5A5
(228,165,165)
#E9B6B6
(233,182,182)
#EEC7C7
(238,199,199)
#F3D8D8
(243,216,216)
#F8E9E9
(248,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C63F3F; }

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

This text font color is #C63F3F.


Background Color

.myBgColor { background-color: #C63F3F; }

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

This div background color is #C63F3F.


Border color

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

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

This div border color is #C63F3F.


Opacity

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

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

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

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

This text has shadow with #C63F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63F3F on black background.


Color preview on white background

This text has color #C63F3F on white background.



Black color preview on #C63F3F background

This text has black color on #C63F3F background.


White color preview on #C63F3F background

This text has white color on #C63F3F background.