Color Hex Logo

#d73d3f Color Hex

#D73D3F
(215,61,63)
0 Favorites   0 Comments

Color spaces of #d73d3f

RGB 2156163
HSL1.000.660.54
HSV359°72°84°
CMYK 0.000.720.71   0.16
XYZ30.590318.14346.5924
Yxy18.14340.55290.3279
Hunter Lab42.595153.651120.6403
CIE-Lab49.669659.592334.6894

#d73d3f color RGB value is (215,61,63).

#d73d3f hex color red value is 215, green value is 61 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d73d3f hue: 1.00 , saturation: 0.66 and the lightness value of d73d3f is 0.54.

The process color (four color CMYK) of #d73d3f color hex is 0.00, 0.72, 0.71, 0.16. Web safe color of #d73d3f is #cc3333. Color #d73d3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111101 00111111
Octal 327 75 77
Decimal 215 61 63
Hex D7 3D 3F

RGB Percentages of Color #d73d3f

%63.42
%17.99
%18.58

CMYK Percentages of Color #d73d3f

%0
%72
%71
%16

Triadic Colors of #d73d3f

#d73d3f #3fd73d #3d3fd7

Analogous Colors of #d73d3f

#d73d3f #d7883d #d73d8c

Monochromatic Colors of #d73d3f

#d73d3f

Complementary Color

#d73d3f #3dd7d5

#d73d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73d3f Color CSS Codes

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

#d73d3f Text Font Color

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

This sample text font color is #d73d3f
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.


#d73d3f Background Color

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

This div background color is #d73d3f


#d73d3f Border Color

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

This div border color is #d73d3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73d3f


Comments

No comments written yet.

Please login to write comment.