Color Hex Logo

#d43829 Color Hex

#D43829
(212,56,41)
0 Favorites   0 Comments

Color spaces of #d43829

RGB 2125641
HSL0.010.680.50
HSV81°83°
CMYK 0.000.740.81   0.17
XYZ28.965816.98553.8497
Yxy16.98550.58160.3411
Hunter Lab41.213553.330423.3112
CIE-Lab48.241859.570545.1191

#d43829 color RGB value is (212,56,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111000 00101001
Octal 324 70 51
Decimal 212 56 41
Hex D4 38 29

RGB Percentages of Color #d43829

%68.61
%18.12
%13.27

CMYK Percentages of Color #d43829

%0
%74
%81
%17

Triadic Colors of #d43829

#d43829 #29d438 #3829d4

Analogous Colors of #d43829

#d43829 #d48e29 #d42970

Monochromatic Colors of #d43829

#d43829

Complementary Color

#d43829 #29c5d4

#d43829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43829 Color CSS Codes

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

#d43829 Text Font Color

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

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


#d43829 Background Color

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

This div background color is #d43829


#d43829 Border Color

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

This div border color is #d43829


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,56,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d43829">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43829


Comments

No comments written yet.

Please login to write comment.