Color Hex Logo

#d03521 Color Hex

#D03521
(208,53,33)
0 Favorites   0 Comments

Color spaces of #d03521

RGB 2085333
HSL0.020.730.47
HSV84°82°
CMYK 0.000.750.84   0.18
XYZ27.560016.06593.0873
Yxy16.06590.59000.3439
Hunter Lab40.082352.590023.4908
CIE-Lab47.060859.126947.7387

#d03521 color RGB value is (208,53,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 00100001
Octal 320 65 41
Decimal 208 53 33
Hex D0 35 21

RGB Percentages of Color #d03521

%70.75
%18.03
%11.22

CMYK Percentages of Color #d03521

%0
%75
%84
%18

Triadic Colors of #d03521

#d03521 #21d035 #3521d0

Analogous Colors of #d03521

#d03521 #d08d21 #d02165

Monochromatic Colors of #d03521

#d03521

Complementary Color

#d03521 #21bcd0

#d03521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03521 Color CSS Codes

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

#d03521 Text Font Color

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

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


#d03521 Background Color

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

This div background color is #d03521


#d03521 Border Color

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

This div border color is #d03521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,53,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 #d03521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03521


Comments

No comments written yet.

Please login to write comment.