Color Hex Logo

#d34215 Color Hex

#D34215
(211,66,21)
0 Favorites   0 Comments

Color spaces of #d34215

RGB 2116621
HSL0.040.820.45
HSV14°90°83°
CMYK 0.000.690.90   0.17
XYZ28.947517.79952.6194
Yxy17.79950.58640.3606
Hunter Lab42.189548.642925.8515
CIE-Lab49.252055.145154.7678

#d34215 color RGB value is (211,66,21).

#d34215 hex color red value is 211, green value is 66 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d34215 hue: 0.04 , saturation: 0.82 and the lightness value of d34215 is 0.45.

The process color (four color CMYK) of #d34215 color hex is 0.00, 0.69, 0.90, 0.17. Web safe color of #d34215 is #cc3300. Color #d34215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 00010101
Octal 323 102 25
Decimal 211 66 21
Hex D3 42 15

RGB Percentages of Color #d34215

%70.81
%22.15
%7.05

CMYK Percentages of Color #d34215

%0
%69
%90
%17

Triadic Colors of #d34215

#d34215 #15d342 #4215d3

Analogous Colors of #d34215

#d34215 #d3a115 #d31547

Monochromatic Colors of #d34215

#d34215

Complementary Color

#d34215 #15a6d3

#d34215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34215 Color CSS Codes

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

#d34215 Text Font Color

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

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


#d34215 Background Color

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

This div background color is #d34215


#d34215 Border Color

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

This div border color is #d34215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34215


Comments

No comments written yet.

Please login to write comment.