Color Hex Logo

#d14024 Color Hex

#D14024
(209,64,36)
0 Favorites   0 Comments

Color spaces of #d14024

RGB 2096436
HSL0.030.710.48
HSV10°83°82°
CMYK 0.000.690.83   0.18
XYZ28.446317.34953.5186
Yxy17.34950.57680.3518
Hunter Lab41.652749.012424.1484
CIE-Lab48.697455.582847.8433

#d14024 color RGB value is (209,64,36).

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

The process color (four color CMYK) of #d14024 color hex is 0.00, 0.69, 0.83, 0.18. Web safe color of #d14024 is #cc3333. Color #d14024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 00100100
Octal 321 100 44
Decimal 209 64 36
Hex D1 40 24

RGB Percentages of Color #d14024

%67.64
%20.71
%11.65

CMYK Percentages of Color #d14024

%0
%69
%83
%18

Triadic Colors of #d14024

#d14024 #24d140 #4024d1

Analogous Colors of #d14024

#d14024 #d19724 #d1245f

Monochromatic Colors of #d14024

#d14024

Complementary Color

#d14024 #24b5d1

#d14024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14024 Color CSS Codes

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

#d14024 Text Font Color

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

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


#d14024 Background Color

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

This div background color is #d14024


#d14024 Border Color

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

This div border color is #d14024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14024


Comments

No comments written yet.

Please login to write comment.