COLOR #D6630A

HEX: #D6630A
RGB: (214,99,10)

Color info

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

RGB color model

#D6630A color RGB value is (214,99,10).

  • red value is 214;
  • green value is 99;
  • blue value is 10.
RGB:
(214,99,10)
(84%,39%,4%)

RGB channels and saturation

R 214 of 255 = 84%
G 99 of 255 = 39%
B 10 of 255 = 4%

214
99
10

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

Portions of RGB colors in percentages

R + G + B =
214 + 99 + 10 = 323 (100%)
R 214 of 323 ~ 66.25%
G 99 of 323 ~ 30.65%
B 10 of 323 ~ 3.1%

%66.25
%30.65

CMYK color model

#D6630A color CMYK value is (0,54,95,16).

  • cyan value is 0.00%
  • magenta value is 53.74%
  • yellow value is 95.33%
  • key color value is 16.08%
CMYK:
(0,54,95,16)
C0M54Y95K16 
(0%,54%,95%,16%)
(0.00/0.54/0.95/0.16)	

CMYK percentages

%0
%53.74
%95.33
%16.08

Codes

Color #D6630A in popluar color models

D6630A
RGB2149910
HSL26°91.07%43.92%
HSB/HSV26°95.33%83.92%
CMYK0.00%53.74%95.33%
16.08%

Color #D6630A in popluar number systems.

HEXD6630A
Decimal2149910
Binary1101011011000111010
Octal32614312

Shades and tints

Shades of #D6630A

#D6630A
(214,99,10)
#C35A0A
(195,90,10)
#B0510A
(176,81,10)
#9D480A
(157,72,10)
#8A3F0A
(138,63,10)
#77360A
(119,54,10)
#642D0A
(100,45,10)
#51240A
(81,36,10)
#3E1B0A
(62,27,10)
#2B120A
(43,18,10)
#18090A
(24,9,10)
#000000
(0,0,0)

Tints of #D6630A

#D6630A
(214,99,10)
#D97120
(217,113,32)
#DC7F36
(220,127,54)
#DF8D4C
(223,141,76)
#E29B62
(226,155,98)
#E5A978
(229,169,120)
#E8B78E
(232,183,142)
#EBC5A4
(235,197,164)
#EED3BA
(238,211,186)
#F1E1D0
(241,225,208)
#F4EFE6
(244,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6630A color. Also use rgb(214,99,10) instead hex code.

Text Font Color

.myTextColor { color: #D6630A; }

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

This text font color is #D6630A.


Background Color

.myBgColor { background-color: #D6630A; }

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

This div background color is #D6630A.


Border color

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

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

This div border color is #D6630A.


Opacity

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

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

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

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

This text has shadow with #D6630A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6630A on black background.


Color preview on white background

This text has color #D6630A on white background.



Black color preview on #D6630A background

This text has black color on #D6630A background.


White color preview on #D6630A background

This text has white color on #D6630A background.