COLOR #C63C0D

HEX: #C63C0D
RGB: (198,60,13)

Color info

#C63C0D contains mainly red color. Web safe color of #C63C0D is #CC3300 (or #C30).

RGB color model

#C63C0D color RGB value is (198,60,13).

  • red value is 198;
  • green value is 60;
  • blue value is 13.
RGB:
(198,60,13)
(78%,24%,5%)

RGB channels and saturation

R 198 of 255 = 78%
G 60 of 255 = 24%
B 13 of 255 = 5%

198
60
13

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

Portions of RGB colors in percentages

R + G + B =
198 + 60 + 13 = 271 (100%)
R 198 of 271 ~ 73.06%
G 60 of 271 ~ 22.14%
B 13 of 271 ~ 4.8%

%73.06
%22.14

CMYK color model

#C63C0D color CMYK value is (0,70,93,22).

  • cyan value is 0.00%
  • magenta value is 69.70%
  • yellow value is 93.43%
  • key color value is 22.35%
CMYK:
(0,70,93,22)
C0M70Y93K22 
(0%,70%,93%,22%)
(0.00/0.70/0.93/0.22)	

CMYK percentages

%0
%69.7
%93.43
%22.35

Codes

Color #C63C0D in popluar color models

C63C0D
RGB1986013
HSL15°87.68%41.37%
HSB/HSV15°93.43%77.65%
CMYK0.00%69.70%93.43%
22.35%

Color #C63C0D in popluar number systems.

HEXC63C0D
Decimal1986013
Binary110001101111001101
Octal3067415

Shades and tints

Shades of #C63C0D

#C63C0D
(198,60,13)
#B4370C
(180,55,12)
#A2320B
(162,50,11)
#902D0A
(144,45,10)
#7E2809
(126,40,9)
#6C2308
(108,35,8)
#5A1E07
(90,30,7)
#481906
(72,25,6)
#361405
(54,20,5)
#240F04
(36,15,4)
#120A03
(18,10,3)
#000000
(0,0,0)

Tints of #C63C0D

#C63C0D
(198,60,13)
#CB4D23
(203,77,35)
#D05E39
(208,94,57)
#D56F4F
(213,111,79)
#DA8065
(218,128,101)
#DF917B
(223,145,123)
#E4A291
(228,162,145)
#E9B3A7
(233,179,167)
#EEC4BD
(238,196,189)
#F3D5D3
(243,213,211)
#F8E6E9
(248,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C63C0D; }

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

This text font color is #C63C0D.


Background Color

.myBgColor { background-color: #C63C0D; }

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

This div background color is #C63C0D.


Border color

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

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

This div border color is #C63C0D.


Opacity

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

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

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

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

This text has shadow with #C63C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63C0D on black background.


Color preview on white background

This text has color #C63C0D on white background.



Black color preview on #C63C0D background

This text has black color on #C63C0D background.


White color preview on #C63C0D background

This text has white color on #C63C0D background.