Color Hex Logo

#d34020 Color Hex

#D34020
(211,64,32)
0 Favorites   0 Comments

Color spaces of #d34020

RGB 2116432
HSL0.030.740.48
HSV11°85°83°
CMYK 0.000.700.85   0.17
XYZ28.958117.62003.2412
Yxy17.62000.58130.3537
Hunter Lab41.976249.683424.8052
CIE-Lab49.031956.134850.1402

#d34020 color RGB value is (211,64,32).

#d34020 hex color red value is 211, green value is 64 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d34020 hue: 0.03 , saturation: 0.74 and the lightness value of d34020 is 0.48.

The process color (four color CMYK) of #d34020 color hex is 0.00, 0.70, 0.85, 0.17. Web safe color of #d34020 is #cc3333. Color #d34020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000000 00100000
Octal 323 100 40
Decimal 211 64 32
Hex D3 40 20

RGB Percentages of Color #d34020

%68.73
%20.85
%10.42

CMYK Percentages of Color #d34020

%0
%70
%85
%17

Triadic Colors of #d34020

#d34020 #20d340 #4020d3

Analogous Colors of #d34020

#d34020 #d39a20 #d3205a

Monochromatic Colors of #d34020

#d34020

Complementary Color

#d34020 #20b3d3

#d34020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34020 Color CSS Codes

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

#d34020 Text Font Color

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

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


#d34020 Background Color

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

This div background color is #d34020


#d34020 Border Color

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

This div border color is #d34020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,64,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34020


Comments

No comments written yet.

Please login to write comment.