Color Hex Logo

#d83321 Color Hex

#D83321
(216,51,33)
0 Favorites   0 Comments

Color spaces of #d83321

RGB 2165133
HSL0.020.730.49
HSV85°85°
CMYK 0.000.760.85   0.15
XYZ29.777217.07643.1655
Yxy17.07640.59530.3414
Hunter Lab41.323656.308324.3847
CIE-Lab48.356262.190449.4614

#d83321 color RGB value is (216,51,33).

#d83321 hex color red value is 216, green value is 51 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d83321 hue: 0.02 , saturation: 0.73 and the lightness value of d83321 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110011 00100001
Octal 330 63 41
Decimal 216 51 33
Hex D8 33 21

RGB Percentages of Color #d83321

%72.00
%17.00
%11.00

CMYK Percentages of Color #d83321

%0
%76
%85
%15

Triadic Colors of #d83321

#d83321 #21d833 #3321d8

Analogous Colors of #d83321

#d83321 #d88f21 #d8216b

Monochromatic Colors of #d83321

#d83321

Complementary Color

#d83321 #21c6d8

#d83321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83321 Color CSS Codes

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

#d83321 Text Font Color

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

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


#d83321 Background Color

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

This div background color is #d83321


#d83321 Border Color

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

This div border color is #d83321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83321


Comments

No comments written yet.

Please login to write comment.