COLOR #CD471A

HEX: #CD471A
RGB: (205,71,26)

Color info

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

RGB color model

#CD471A color RGB value is (205,71,26).

  • red value is 205;
  • green value is 71;
  • blue value is 26.
RGB:
(205,71,26)
(80%,28%,10%)

RGB channels and saturation

R 205 of 255 = 80%
G 71 of 255 = 28%
B 26 of 255 = 10%

205
71
26

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

Portions of RGB colors in percentages

R + G + B =
205 + 71 + 26 = 302 (100%)
R 205 of 302 ~ 67.88%
G 71 of 302 ~ 23.51%
B 26 of 302 ~ 8.61%

%67.88
%23.51

CMYK color model

#CD471A color CMYK value is (0,65,87,20).

  • cyan value is 0.00%
  • magenta value is 65.37%
  • yellow value is 87.32%
  • key color value is 19.61%
CMYK:
(0,65,87,20)
C0M65Y87K20 
(0%,65%,87%,20%)
(0.00/0.65/0.87/0.20)	

CMYK percentages

%0
%65.37
%87.32
%19.61

Codes

Color #CD471A in popluar color models

CD471A
RGB2057126
HSL15°77.49%45.29%
HSB/HSV15°87.32%80.39%
CMYK0.00%65.37%87.32%
19.61%

Color #CD471A in popluar number systems.

HEXCD471A
Decimal2057126
Binary11001101100011111010
Octal31510732

Shades and tints

Shades of #CD471A

#CD471A
(205,71,26)
#BB4118
(187,65,24)
#A93B16
(169,59,22)
#973514
(151,53,20)
#852F12
(133,47,18)
#732910
(115,41,16)
#61230E
(97,35,14)
#4F1D0C
(79,29,12)
#3D170A
(61,23,10)
#2B1108
(43,17,8)
#190B06
(25,11,6)
#000000
(0,0,0)

Tints of #CD471A

#CD471A
(205,71,26)
#D1572E
(209,87,46)
#D56742
(213,103,66)
#D97756
(217,119,86)
#DD876A
(221,135,106)
#E1977E
(225,151,126)
#E5A792
(229,167,146)
#E9B7A6
(233,183,166)
#EDC7BA
(237,199,186)
#F1D7CE
(241,215,206)
#F5E7E2
(245,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD471A color. Also use rgb(205,71,26) instead hex code.

Text Font Color

.myTextColor { color: #CD471A; }

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

This text font color is #CD471A.


Background Color

.myBgColor { background-color: #CD471A; }

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

This div background color is #CD471A.


Border color

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

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

This div border color is #CD471A.


Opacity

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

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

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

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

This text has shadow with #CD471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD471A on black background.


Color preview on white background

This text has color #CD471A on white background.



Black color preview on #CD471A background

This text has black color on #CD471A background.


White color preview on #CD471A background

This text has white color on #CD471A background.