COLOR #D5650A

HEX: #D5650A
RGB: (213,101,10)

Color info

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

RGB color model

#D5650A color RGB value is (213,101,10).

  • red value is 213;
  • green value is 101;
  • blue value is 10.
RGB:
(213,101,10)
(84%,40%,4%)

RGB channels and saturation

R 213 of 255 = 84%
G 101 of 255 = 40%
B 10 of 255 = 4%

213
101
10

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

Portions of RGB colors in percentages

R + G + B =
213 + 101 + 10 = 324 (100%)
R 213 of 324 ~ 65.74%
G 101 of 324 ~ 31.17%
B 10 of 324 ~ 3.09%

%65.74
%31.17

CMYK color model

#D5650A color CMYK value is (0,53,95,16).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 95.31%
  • key color value is 16.47%
CMYK:
(0,53,95,16)
C0M53Y95K16 
(0%,53%,95%,16%)
(0.00/0.53/0.95/0.16)	

CMYK percentages

%0
%52.58
%95.31
%16.47

Codes

Color #D5650A in popluar color models

D5650A
RGB21310110
HSL27°91.03%43.73%
HSB/HSV27°95.31%83.53%
CMYK0.00%52.58%95.31%
16.47%

Color #D5650A in popluar number systems.

HEXD5650A
Decimal21310110
Binary1101010111001011010
Octal32514512

Shades and tints

Shades of #D5650A

#D5650A
(213,101,10)
#C25C0A
(194,92,10)
#AF530A
(175,83,10)
#9C4A0A
(156,74,10)
#89410A
(137,65,10)
#76380A
(118,56,10)
#632F0A
(99,47,10)
#50260A
(80,38,10)
#3D1D0A
(61,29,10)
#2A140A
(42,20,10)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #D5650A

#D5650A
(213,101,10)
#D87320
(216,115,32)
#DB8136
(219,129,54)
#DE8F4C
(222,143,76)
#E19D62
(225,157,98)
#E4AB78
(228,171,120)
#E7B98E
(231,185,142)
#EAC7A4
(234,199,164)
#EDD5BA
(237,213,186)
#F0E3D0
(240,227,208)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5650A color. Also use rgb(213,101,10) instead hex code.

Text Font Color

.myTextColor { color: #D5650A; }

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

This text font color is #D5650A.


Background Color

.myBgColor { background-color: #D5650A; }

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

This div background color is #D5650A.


Border color

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

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

This div border color is #D5650A.


Opacity

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

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

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

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

This text has shadow with #D5650A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5650A on black background.


Color preview on white background

This text has color #D5650A on white background.



Black color preview on #D5650A background

This text has black color on #D5650A background.


White color preview on #D5650A background

This text has white color on #D5650A background.