Color Hex Logo

#d42921 Color Hex

#D42921
(212,41,33)
0 Favorites   0 Comments

Color spaces of #d42921

RGB 2124133
HSL0.010.730.48
HSV84°83°
CMYK 0.000.810.84   0.17
XYZ28.218815.69272.9805
Yxy15.69270.60180.3347
Hunter Lab39.614057.828923.2689
CIE-Lab46.568763.864347.6017

#d42921 color RGB value is (212,41,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 00100001
Octal 324 51 41
Decimal 212 41 33
Hex D4 29 21

RGB Percentages of Color #d42921

%74.13
%14.34
%11.54

CMYK Percentages of Color #d42921

%0
%81
%84
%17

Triadic Colors of #d42921

#d42921 #21d429 #2921d4

Analogous Colors of #d42921

#d42921 #d48321 #d42173

Monochromatic Colors of #d42921

#d42921

Complementary Color

#d42921 #21ccd4

#d42921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42921 Color CSS Codes

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

#d42921 Text Font Color

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

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


#d42921 Background Color

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

This div background color is #d42921


#d42921 Border Color

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

This div border color is #d42921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42921


Comments

No comments written yet.

Please login to write comment.