Color Hex Logo

#d32821 Color Hex

#D32821
(211,40,33)
1 Favorites   0 Comments

Color spaces of #d32821

RGB 2114033
HSL0.010.730.48
HSV84°83°
CMYK 0.000.810.84   0.17
XYZ27.897315.47632.9557
Yxy15.47630.60220.3340
Hunter Lab39.339957.735623.0834
CIE-Lab46.279863.838147.2712

#d32821 color RGB value is (211,40,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101000 00100001
Octal 323 50 41
Decimal 211 40 33
Hex D3 28 21

RGB Percentages of Color #d32821

%74.30
%14.08
%11.62

CMYK Percentages of Color #d32821

%0
%81
%84
%17

Triadic Colors of #d32821

#d32821 #21d328 #2821d3

Analogous Colors of #d32821

#d32821 #d38121 #d32173

Monochromatic Colors of #d32821

#d32821

Complementary Color

#d32821 #21ccd3

#d32821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32821 Color CSS Codes

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

#d32821 Text Font Color

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

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


#d32821 Background Color

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

This div background color is #d32821


#d32821 Border Color

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

This div border color is #d32821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32821


Comments

No comments written yet.

Please login to write comment.