COLOR #D63C1A

HEX: #D63C1A
RGB: (214,60,26)

Renk bilgisi

#D63C1A contains mainly red color. #D63C1A ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#D63C1A color RGB value is (214,60,26).

  • kırmız ton 214;
  • yeşil ton 60;
  • mavi ton 26.
RGB:
(214,60,26)
(84%,24%,10%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 60 of 255 = 24%
B 26 of 255 = 10%

214
60
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 60 + 26 = 300 (100%)
R 214 of 300 ~ 71.33%
G 60 of 300 ~ 20%
B 26 of 300 ~ 8.67%

%71.33
%20

CMYK RENK MODELİ

#D63C1A rengi CMYK tonu (0,72,88,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.96%
  • sarı tonu 87.85%
  • ana renk tonu 16.08%
CMYK:
(0,72,88,16)
C0M72Y88K16 
(0%,72%,88%,16%)
(0.00/0.72/0.88/0.16)	

CMYK yüzdeleri

%0
%71.96
%87.85
%16.08

Codes

Color #D63C1A in popluar color models

D63C1A
RGB2146026
HSL11°78.33%47.06%
HSB/HSV11°87.85%83.92%
CMYK0.00%71.96%87.85%
16.08%

Color #D63C1A in popluar number systems.

HEXD63C1A
Decimal2146026
Binary1101011011110011010
Octal3267432

Shades and tints

Shades of #D63C1A

#D63C1A
(214,60,26)
#C33718
(195,55,24)
#B03216
(176,50,22)
#9D2D14
(157,45,20)
#8A2812
(138,40,18)
#772310
(119,35,16)
#641E0E
(100,30,14)
#51190C
(81,25,12)
#3E140A
(62,20,10)
#2B0F08
(43,15,8)
#180A06
(24,10,6)
#000000
(0,0,0)

Tints of #D63C1A

#D63C1A
(214,60,26)
#D94D2E
(217,77,46)
#DC5E42
(220,94,66)
#DF6F56
(223,111,86)
#E2806A
(226,128,106)
#E5917E
(229,145,126)
#E8A292
(232,162,146)
#EBB3A6
(235,179,166)
#EEC4BA
(238,196,186)
#F1D5CE
(241,213,206)
#F4E6E2
(244,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D63C1A color. Also use rgb(214,60,26) instead hex code.

Text Font Color

.myTextColor { color: #D63C1A; }

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

This text font color is #D63C1A.


Background Color

.myBgColor { background-color: #D63C1A; }

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

This div background color is #D63C1A.


Border color

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

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

This div border color is #D63C1A.


Opacity

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

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

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

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

This text has shadow with #D63C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D63C1A on black background.


Color preview on white background

This text has color #D63C1A on white background.



Black color preview on #D63C1A background

This text has black color on #D63C1A background.


White color preview on #D63C1A background

This text has white color on #D63C1A background.