Color Hex Logo

#d43521 Color Hex

#D43521
(212,53,33)
0 Favorites   0 Comments

Color spaces of #d43521

RGB 2125333
HSL0.020.730.48
HSV84°83°
CMYK 0.000.750.84   0.17
XYZ28.699016.65313.1406
Yxy16.65310.59180.3434
Hunter Lab40.808254.118524.0028
CIE-Lab47.819960.352548.6985

#d43521 color RGB value is (212,53,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110101 00100001
Octal 324 65 41
Decimal 212 53 33
Hex D4 35 21

RGB Percentages of Color #d43521

%71.14
%17.79
%11.07

CMYK Percentages of Color #d43521

%0
%75
%84
%17

Triadic Colors of #d43521

#d43521 #21d435 #3521d4

Analogous Colors of #d43521

#d43521 #d48f21 #d42167

Monochromatic Colors of #d43521

#d43521

Complementary Color

#d43521 #21c0d4

#d43521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43521 Color CSS Codes

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

#d43521 Text Font Color

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

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


#d43521 Background Color

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

This div background color is #d43521


#d43521 Border Color

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

This div border color is #d43521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43521


Comments

No comments written yet.

Please login to write comment.