COLOR #C25A15

HEX: #C25A15
RGB: (194,90,21)

Color info

#C25A15 contains mainly red color. Web safe color of #C25A15 is #CC6600 (or #C60).

RGB color model

#C25A15 color RGB value is (194,90,21).

  • red value is 194;
  • green value is 90;
  • blue value is 21.
RGB:
(194,90,21)
(76%,35%,8%)

RGB channels and saturation

R 194 of 255 = 76%
G 90 of 255 = 35%
B 21 of 255 = 8%

194
90
21

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

Portions of RGB colors in percentages

R + G + B =
194 + 90 + 21 = 305 (100%)
R 194 of 305 ~ 63.61%
G 90 of 305 ~ 29.51%
B 21 of 305 ~ 6.89%

%63.61
%29.51

CMYK color model

#C25A15 color CMYK value is (0,54,89,24).

  • cyan value is 0.00%
  • magenta value is 53.61%
  • yellow value is 89.18%
  • key color value is 23.92%
CMYK:
(0,54,89,24)
C0M54Y89K24 
(0%,54%,89%,24%)
(0.00/0.54/0.89/0.24)	

CMYK percentages

%0
%53.61
%89.18
%23.92

Codes

Color #C25A15 in popluar color models

C25A15
RGB1949021
HSL24°80.47%42.16%
HSB/HSV24°89.18%76.08%
CMYK0.00%53.61%89.18%
23.92%

Color #C25A15 in popluar number systems.

HEXC25A15
Decimal1949021
Binary11000010101101010101
Octal30213225

Shades and tints

Shades of #C25A15

#C25A15
(194,90,21)
#B15214
(177,82,20)
#A04A13
(160,74,19)
#8F4212
(143,66,18)
#7E3A11
(126,58,17)
#6D3210
(109,50,16)
#5C2A0F
(92,42,15)
#4B220E
(75,34,14)
#3A1A0D
(58,26,13)
#29120C
(41,18,12)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #C25A15

#C25A15
(194,90,21)
#C7692A
(199,105,42)
#CC783F
(204,120,63)
#D18754
(209,135,84)
#D69669
(214,150,105)
#DBA57E
(219,165,126)
#E0B493
(224,180,147)
#E5C3A8
(229,195,168)
#EAD2BD
(234,210,189)
#EFE1D2
(239,225,210)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25A15 color. Also use rgb(194,90,21) instead hex code.

Text Font Color

.myTextColor { color: #C25A15; }

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

This text font color is #C25A15.


Background Color

.myBgColor { background-color: #C25A15; }

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

This div background color is #C25A15.


Border color

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

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

This div border color is #C25A15.


Opacity

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

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

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

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

This text has shadow with #C25A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25A15 on black background.


Color preview on white background

This text has color #C25A15 on white background.



Black color preview on #C25A15 background

This text has black color on #C25A15 background.


White color preview on #C25A15 background

This text has white color on #C25A15 background.