Color Hex Logo

#d7371d Color Hex

#D7371D
(215,55,29)
0 Favorites   0 Comments

Color spaces of #d7371d

RGB 2155529
HSL0.020.760.48
HSV87°84°
CMYK 0.000.740.87   0.16
XYZ29.612317.26822.9347
Yxy17.26820.59440.3466
Hunter Lab41.555054.478624.9013
CIE-Lab48.596260.527751.4078

#d7371d color RGB value is (215,55,29).

#d7371d hex color red value is 215, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d7371d hue: 0.02 , saturation: 0.76 and the lightness value of d7371d is 0.48.

The process color (four color CMYK) of #d7371d color hex is 0.00, 0.74, 0.87, 0.16. Web safe color of #d7371d is #cc3333. Color #d7371d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110111 00011101
Octal 327 67 35
Decimal 215 55 29
Hex D7 37 1D

RGB Percentages of Color #d7371d

%71.91
%18.39
%9.70

CMYK Percentages of Color #d7371d

%0
%74
%87
%16

Triadic Colors of #d7371d

#d7371d #1dd737 #371dd7

Analogous Colors of #d7371d

#d7371d #d7941d #d71d60

Monochromatic Colors of #d7371d

#d7371d

Complementary Color

#d7371d #1dbdd7

#d7371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7371d Color CSS Codes

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

#d7371d Text Font Color

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

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


#d7371d Background Color

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

This div background color is #d7371d


#d7371d Border Color

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

This div border color is #d7371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7371d


Comments

No comments written yet.

Please login to write comment.