COLOR #C25A0D

HEX: #C25A0D
RGB: (194,90,13)

Color info

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

RGB color model

#C25A0D color RGB value is (194,90,13).

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

RGB channels and saturation

R 194 of 255 = 76%
G 90 of 255 = 35%
B 13 of 255 = 5%

194
90
13

R + G + B ~ 39%. #C25A0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
194 + 90 + 13 = 297 (100%)
R 194 of 297 ~ 65.32%
G 90 of 297 ~ 30.3%
B 13 of 297 ~ 4.38%

%65.32
%30.3

CMYK color model

#C25A0D color CMYK value is (0,54,93,24).

  • cyan value is 0.00%
  • magenta value is 53.61%
  • yellow value is 93.30%
  • key color value is 23.92%
CMYK:
(0,54,93,24)
C0M54Y93K24 
(0%,54%,93%,24%)
(0.00/0.54/0.93/0.24)	

CMYK percentages

%0
%53.61
%93.3
%23.92

Codes

Color #C25A0D in popluar color models

C25A0D
RGB1949013
HSL26°87.44%40.59%
HSB/HSV26°93.30%76.08%
CMYK0.00%53.61%93.30%
23.92%

Color #C25A0D in popluar number systems.

HEXC25A0D
Decimal1949013
Binary1100001010110101101
Octal30213215

Shades and tints

Shades of #C25A0D

#C25A0D
(194,90,13)
#B1520C
(177,82,12)
#A04A0B
(160,74,11)
#8F420A
(143,66,10)
#7E3A09
(126,58,9)
#6D3208
(109,50,8)
#5C2A07
(92,42,7)
#4B2206
(75,34,6)
#3A1A05
(58,26,5)
#291204
(41,18,4)
#180A03
(24,10,3)
#000000
(0,0,0)

Tints of #C25A0D

#C25A0D
(194,90,13)
#C76923
(199,105,35)
#CC7839
(204,120,57)
#D1874F
(209,135,79)
#D69665
(214,150,101)
#DBA57B
(219,165,123)
#E0B491
(224,180,145)
#E5C3A7
(229,195,167)
#EAD2BD
(234,210,189)
#EFE1D3
(239,225,211)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25A0D; }

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

This text font color is #C25A0D.


Background Color

.myBgColor { background-color: #C25A0D; }

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

This div background color is #C25A0D.


Border color

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

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

This div border color is #C25A0D.


Opacity

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

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

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

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

This text has shadow with #C25A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25A0D on black background.


Color preview on white background

This text has color #C25A0D on white background.



Black color preview on #C25A0D background

This text has black color on #C25A0D background.


White color preview on #C25A0D background

This text has white color on #C25A0D background.