Color Hex Logo

#d73642 Color Hex

#D73642
(215,54,66)
0 Favorites   0 Comments

Color spaces of #d73642

RGB 2155466
HSL0.990.670.53
HSV356°75°84°
CMYK 0.000.750.69   0.16
XYZ30.326917.47886.9296
Yxy17.47880.55410.3193
Hunter Lab41.807756.318919.4381
CIE-Lab48.857762.105331.9729

#d73642 color RGB value is (215,54,66).

#d73642 hex color red value is 215, green value is 54 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d73642 hue: 0.99 , saturation: 0.67 and the lightness value of d73642 is 0.53.

The process color (four color CMYK) of #d73642 color hex is 0.00, 0.75, 0.69, 0.16. Web safe color of #d73642 is #cc3333. Color #d73642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110110 01000010
Octal 327 66 102
Decimal 215 54 66
Hex D7 36 42

RGB Percentages of Color #d73642

%64.18
%16.12
%19.70

CMYK Percentages of Color #d73642

%0
%75
%69
%16

Triadic Colors of #d73642

#d73642 #42d736 #3642d7

Analogous Colors of #d73642

#d73642 #d77b36 #d73693

Monochromatic Colors of #d73642

#d73642

Complementary Color

#d73642 #36d7cb

#d73642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73642 Color CSS Codes

.mybgcolor {background-color:#d73642; } 
.myforecolor {color:#d73642; }
.mybordercolor {border:3px solid #d73642; }

#d73642 Text Font Color

<p style="color:#d73642">Text here</p>

This sample text font color is #d73642
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d73642 Background Color

<div style="background-color:#d73642">
Div content here</div>

This div background color is #d73642


#d73642 Border Color

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

This div border color is #d73642


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,54,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d73642; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d73642;
  -webkit-box-shadow: 1px 1px 3px 2px #d73642;
  box-shadow:         1px 1px 3px 2px #d73642; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,54,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d73642">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d73642;
  -webkit-box-shadow: 1px 1px 3px 2px #d73642;
  box-shadow:         1px 1px 3px 2px #d73642;">
Div content here</div>

This div box has shadow with color #d73642


Comments

No comments written yet.

Please login to write comment.