Color Hex Logo

#d5372e Color Hex

#D5372E
(213,55,46)
0 Favorites   0 Comments

Color spaces of #d5372e

RGB 2135546
HSL0.010.670.51
HSV78°84°
CMYK 0.000.740.78   0.16
XYZ29.299917.07584.3364
Yxy17.07580.57780.3367
Hunter Lab41.322954.250022.7042
CIE-Lab48.355460.369442.6577

#d5372e color RGB value is (213,55,46).

#d5372e hex color red value is 213, green value is 55 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d5372e hue: 0.01 , saturation: 0.67 and the lightness value of d5372e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 00101110
Octal 325 67 56
Decimal 213 55 46
Hex D5 37 2E

RGB Percentages of Color #d5372e

%67.83
%17.52
%14.65

CMYK Percentages of Color #d5372e

%0
%74
%78
%16

Triadic Colors of #d5372e

#d5372e #2ed537 #372ed5

Analogous Colors of #d5372e

#d5372e #d58b2e #d52e79

Monochromatic Colors of #d5372e

#d5372e

Complementary Color

#d5372e #2eccd5

#d5372e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5372e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5372e Color CSS Codes

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

#d5372e Text Font Color

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

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


#d5372e Background Color

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

This div background color is #d5372e


#d5372e Border Color

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

This div border color is #d5372e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5372e


Comments

No comments written yet.

Please login to write comment.