Color Hex Logo

#d14110 Color Hex

#D14110
(209,65,16)
0 Favorites   0 Comments

Color spaces of #d14110

RGB 2096516
HSL0.040.860.44
HSV15°92°82°
CMYK 0.000.690.92   0.18
XYZ28.278317.37332.3532
Yxy17.37330.58910.3619
Hunter Lab41.681348.159525.8296
CIE-Lab48.727054.795655.8887

#d14110 color RGB value is (209,65,16).

#d14110 hex color red value is 209, green value is 65 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d14110 hue: 0.04 , saturation: 0.86 and the lightness value of d14110 is 0.44.

The process color (four color CMYK) of #d14110 color hex is 0.00, 0.69, 0.92, 0.18. Web safe color of #d14110 is #cc3300. Color #d14110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 00010000
Octal 321 101 20
Decimal 209 65 16
Hex D1 41 10

RGB Percentages of Color #d14110

%72.07
%22.41
%5.52

CMYK Percentages of Color #d14110

%0
%69
%92
%18

Triadic Colors of #d14110

#d14110 #10d141 #4110d1

Analogous Colors of #d14110

#d14110 #d1a210 #d11040

Monochromatic Colors of #d14110

#d14110

Complementary Color

#d14110 #10a0d1

#d14110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14110 Color CSS Codes

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

#d14110 Text Font Color

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

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


#d14110 Background Color

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

This div background color is #d14110


#d14110 Border Color

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

This div border color is #d14110


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,65,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d14110; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d14110;
  -webkit-box-shadow: 1px 1px 3px 2px #d14110;
  box-shadow:         1px 1px 3px 2px #d14110; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,65,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14110


Comments

No comments written yet.

Please login to write comment.