COLOR #C63100

HEX: #C63100
RGB: (198,49,0)

Color info

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

RGB color model

#C63100 color RGB value is (198,49,0).

  • red value is 198;
  • green value is 49;
  • blue value is 0.
RGB:
(198,49,0)
(78%,19%,0%)

RGB channels and saturation

R 198 of 255 = 78%
G 49 of 255 = 19%
B 0 of 255 = 0%

198
49
0

R + G + B ~ 32%. #C63100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
198 + 49 + 0 = 247 (100%)
R 198 of 247 ~ 80.16%
G 49 of 247 ~ 19.84%
B 0 of 247 ~ 0%

%80.16
%19.84

CMYK color model

#C63100 color CMYK value is (0,75,100,22).

  • cyan value is 0.00%
  • magenta value is 75.25%
  • yellow value is 100.00%
  • key color value is 22.35%
CMYK:
(0,75,100,22)
C0M75Y100K22 
(0%,75%,100%,22%)
(0.00/0.75/1.00/0.22)	

CMYK percentages

%0
%75.25
%100
%22.35

Codes

Color #C63100 in popluar color models

C63100
RGB198490
HSL15°100.00%38.82%
HSB/HSV15°100.00%77.65%
CMYK0.00%75.25%100.00%
22.35%

Color #C63100 in popluar number systems.

HEXC63100
Decimal198490
Binary110001101100010
Octal306610

Shades and tints

Shades of #C63100

#C63100
(198,49,0)
#B42D00
(180,45,0)
#A22900
(162,41,0)
#902500
(144,37,0)
#7E2100
(126,33,0)
#6C1D00
(108,29,0)
#5A1900
(90,25,0)
#481500
(72,21,0)
#361100
(54,17,0)
#240D00
(36,13,0)
#120900
(18,9,0)
#000000
(0,0,0)

Tints of #C63100

#C63100
(198,49,0)
#CB4317
(203,67,23)
#D0552E
(208,85,46)
#D56745
(213,103,69)
#DA795C
(218,121,92)
#DF8B73
(223,139,115)
#E49D8A
(228,157,138)
#E9AFA1
(233,175,161)
#EEC1B8
(238,193,184)
#F3D3CF
(243,211,207)
#F8E5E6
(248,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C63100; }

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

This text font color is #C63100.


Background Color

.myBgColor { background-color: #C63100; }

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

This div background color is #C63100.


Border color

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

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

This div border color is #C63100.


Opacity

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

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

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

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

This text has shadow with #C63100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63100 on black background.


Color preview on white background

This text has color #C63100 on white background.



Black color preview on #C63100 background

This text has black color on #C63100 background.


White color preview on #C63100 background

This text has white color on #C63100 background.