Color Hex Logo

#d83329 Color Hex

#D83329
(216,51,41)
0 Favorites   0 Comments

Color spaces of #d83329

RGB 2165141
HSL0.010.690.50
HSV81°85°
CMYK 0.000.760.81   0.15
XYZ29.903017.12673.8275
Yxy17.12670.58800.3368
Hunter Lab41.384456.555423.4856
CIE-Lab48.419362.395845.5516

#d83329 color RGB value is (216,51,41).

#d83329 hex color red value is 216, green value is 51 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d83329 hue: 0.01 , saturation: 0.69 and the lightness value of d83329 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110011 00101001
Octal 330 63 51
Decimal 216 51 41
Hex D8 33 29

RGB Percentages of Color #d83329

%70.13
%16.56
%13.31

CMYK Percentages of Color #d83329

%0
%76
%81
%15

Triadic Colors of #d83329

#d83329 #29d833 #3329d8

Analogous Colors of #d83329

#d83329 #d88b29 #d82977

Monochromatic Colors of #d83329

#d83329

Complementary Color

#d83329 #29ced8

#d83329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83329 Color CSS Codes

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

#d83329 Text Font Color

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

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


#d83329 Background Color

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

This div background color is #d83329


#d83329 Border Color

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

This div border color is #d83329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83329


Comments

No comments written yet.

Please login to write comment.