Color Hex Logo

#d33521 Color Hex

#D33521
(211,53,33)
0 Favorites   0 Comments

Color spaces of #d33521

RGB 2115333
HSL0.020.730.48
HSV84°83°
CMYK 0.000.750.84   0.17
XYZ28.411616.50493.1271
Yxy16.50490.59140.3435
Hunter Lab40.626253.736623.8747
CIE-Lab47.630160.047548.4592

#d33521 color RGB value is (211,53,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110101 00100001
Octal 323 65 41
Decimal 211 53 33
Hex D3 35 21

RGB Percentages of Color #d33521

%71.04
%17.85
%11.11

CMYK Percentages of Color #d33521

%0
%75
%84
%17

Triadic Colors of #d33521

#d33521 #21d335 #3521d3

Analogous Colors of #d33521

#d33521 #d38e21 #d32166

Monochromatic Colors of #d33521

#d33521

Complementary Color

#d33521 #21bfd3

#d33521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33521 Color CSS Codes

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

#d33521 Text Font Color

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

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


#d33521 Background Color

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

This div background color is #d33521


#d33521 Border Color

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

This div border color is #d33521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33521


Comments

No comments written yet.

Please login to write comment.