COLOR #D6424B

HEX: #D6424B
RGB: (214,66,75)

Renk bilgisi

#D6424B contains mainly red color. #D6424B ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#D6424B color RGB value is (214,66,75).

  • kırmız ton 214;
  • yeşil ton 66;
  • mavi ton 75.
RGB:
(214,66,75)
(84%,26%,29%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 66 of 255 = 26%
B 75 of 255 = 29%

214
66
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 66 + 75 = 355 (100%)
R 214 of 355 ~ 60.28%
G 66 of 355 ~ 18.59%
B 75 of 355 ~ 21.13%

%60.28
%18.59
%21.13

CMYK RENK MODELİ

#D6424B rengi CMYK tonu (0,69,65,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.16%
  • sarı tonu 64.95%
  • ana renk tonu 16.08%
CMYK:
(0,69,65,16)
C0M69Y65K16 
(0%,69%,65%,16%)
(0.00/0.69/0.65/0.16)	

CMYK yüzdeleri

%0
%69.16
%64.95
%16.08

Codes

Color #D6424B in popluar color models

D6424B
RGB2146675
HSL356°64.35%54.90%
HSB/HSV356°69.16%83.92%
CMYK0.00%69.16%64.95%
16.08%

Color #D6424B in popluar number systems.

HEXD6424B
Decimal2146675
Binary1101011010000101001011
Octal326102113

Shades and tints

Shades of #D6424B

#D6424B
(214,66,75)
#C33C45
(195,60,69)
#B0363F
(176,54,63)
#9D3039
(157,48,57)
#8A2A33
(138,42,51)
#77242D
(119,36,45)
#641E27
(100,30,39)
#511821
(81,24,33)
#3E121B
(62,18,27)
#2B0C15
(43,12,21)
#18060F
(24,6,15)
#000000
(0,0,0)

Tints of #D6424B

#D6424B
(214,66,75)
#D9535B
(217,83,91)
#DC646B
(220,100,107)
#DF757B
(223,117,123)
#E2868B
(226,134,139)
#E5979B
(229,151,155)
#E8A8AB
(232,168,171)
#EBB9BB
(235,185,187)
#EECACB
(238,202,203)
#F1DBDB
(241,219,219)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6424B color. Also use rgb(214,66,75) instead hex code.

Text Font Color

.myTextColor { color: #D6424B; }

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

This text font color is #D6424B.


Background Color

.myBgColor { background-color: #D6424B; }

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

This div background color is #D6424B.


Border color

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

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

This div border color is #D6424B.


Opacity

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

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

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

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

This text has shadow with #D6424B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6424B on black background.


Color preview on white background

This text has color #D6424B on white background.



Black color preview on #D6424B background

This text has black color on #D6424B background.


White color preview on #D6424B background

This text has white color on #D6424B background.