COLOR #D7425A

HEX: #D7425A
RGB: (215,66,90)

Renk bilgisi

#D7425A contains mainly red color. #D7425A ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#D7425A color RGB value is (215,66,90).

  • kırmız ton 215;
  • yeşil ton 66;
  • mavi ton 90.
RGB:
(215,66,90)
(84%,26%,35%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 66 of 255 = 26%
B 90 of 255 = 35%

215
66
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 66 + 90 = 371 (100%)
R 215 of 371 ~ 57.95%
G 66 of 371 ~ 17.79%
B 90 of 371 ~ 24.26%

%57.95
%17.79
%24.26

CMYK RENK MODELİ

#D7425A rengi CMYK tonu (0,69,58,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.30%
  • sarı tonu 58.14%
  • ana renk tonu 15.69%
CMYK:
(0,69,58,16)
C0M69Y58K16 
(0%,69%,58%,16%)
(0.00/0.69/0.58/0.16)	

CMYK yüzdeleri

%0
%69.3
%58.14
%15.69

Codes

Color #D7425A in popluar color models

D7425A
RGB2156690
HSL350°65.07%55.10%
HSB/HSV350°69.30%84.31%
CMYK0.00%69.30%58.14%
15.69%

Color #D7425A in popluar number systems.

HEXD7425A
Decimal2156690
Binary1101011110000101011010
Octal327102132

Shades and tints

Shades of #D7425A

#D7425A
(215,66,90)
#C43C52
(196,60,82)
#B1364A
(177,54,74)
#9E3042
(158,48,66)
#8B2A3A
(139,42,58)
#782432
(120,36,50)
#651E2A
(101,30,42)
#521822
(82,24,34)
#3F121A
(63,18,26)
#2C0C12
(44,12,18)
#19060A
(25,6,10)
#000000
(0,0,0)

Tints of #D7425A

#D7425A
(215,66,90)
#DA5369
(218,83,105)
#DD6478
(221,100,120)
#E07587
(224,117,135)
#E38696
(227,134,150)
#E697A5
(230,151,165)
#E9A8B4
(233,168,180)
#ECB9C3
(236,185,195)
#EFCAD2
(239,202,210)
#F2DBE1
(242,219,225)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7425A color. Also use rgb(215,66,90) instead hex code.

Text Font Color

.myTextColor { color: #D7425A; }

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

This text font color is #D7425A.


Background Color

.myBgColor { background-color: #D7425A; }

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

This div background color is #D7425A.


Border color

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

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

This div border color is #D7425A.


Opacity

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

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

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

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

This text has shadow with #D7425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7425A on black background.


Color preview on white background

This text has color #D7425A on white background.



Black color preview on #D7425A background

This text has black color on #D7425A background.


White color preview on #D7425A background

This text has white color on #D7425A background.