Color Hex Logo

#d83737 Color Hex

#D83737
(216,55,55)
0 Favorites   0 Comments

Color spaces of #d83737

RGB 2165555
HSL0.000.670.53
HSV75°85°
CMYK 0.000.750.75   0.15
XYZ30.374717.60715.4120
Yxy17.60710.56890.3298
Hunter Lab41.960855.781621.7255
CIE-Lab49.016161.602338.5613

#d83737 color RGB value is (216,55,55).

#d83737 hex color red value is 216, green value is 55 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d83737 hue: 0.00 , saturation: 0.67 and the lightness value of d83737 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 00110111
Octal 330 67 67
Decimal 216 55 55
Hex D8 37 37

RGB Percentages of Color #d83737

%66.26
%16.87
%16.87

CMYK Percentages of Color #d83737

%0
%75
%75
%15

Triadic Colors of #d83737

#d83737 #37d837 #3737d8

Analogous Colors of #d83737

#d83737 #d88837 #d83788

Monochromatic Colors of #d83737

#d83737

Complementary Color

#d83737 #37d8d8

#d83737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83737 Color CSS Codes

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

#d83737 Text Font Color

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

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


#d83737 Background Color

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

This div background color is #d83737


#d83737 Border Color

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

This div border color is #d83737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83737

#d83737 Color Palettes


Comments

No comments written yet.

Please login to write comment.