Color Hex Logo

#d14237 Color Hex

#D14237
(209,66,55)
0 Favorites   0 Comments

Color spaces of #d14237

RGB 2096655
HSL0.010.630.52
HSV74°82°
CMYK 0.000.680.74   0.18
XYZ28.932317.72765.5113
Yxy17.72760.55460.3398
Hunter Lab42.104248.975821.7120
CIE-Lab49.164055.465438.3695

#d14237 color RGB value is (209,66,55).

#d14237 hex color red value is 209, green value is 66 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d14237 hue: 0.01 , saturation: 0.63 and the lightness value of d14237 is 0.52.

The process color (four color CMYK) of #d14237 color hex is 0.00, 0.68, 0.74, 0.18. Web safe color of #d14237 is #cc3333. Color #d14237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 00110111
Octal 321 102 67
Decimal 209 66 55
Hex D1 42 37

RGB Percentages of Color #d14237

%63.33
%20.00
%16.67

CMYK Percentages of Color #d14237

%0
%68
%74
%18

Triadic Colors of #d14237

#d14237 #37d142 #4237d1

Analogous Colors of #d14237

#d14237 #d18f37 #d13779

Monochromatic Colors of #d14237

#d14237

Complementary Color

#d14237 #37c6d1

#d14237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14237 Color CSS Codes

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

#d14237 Text Font Color

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

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


#d14237 Background Color

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

This div background color is #d14237


#d14237 Border Color

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

This div border color is #d14237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14237


Comments

No comments written yet.

Please login to write comment.