Color Hex Logo

#d12939 Color Hex

#D12939
(209,41,57)
0 Favorites   0 Comments

Color spaces of #d12939

RGB 2094157
HSL0.980.670.49
HSV354°80°82°
CMYK 0.000.800.73   0.18
XYZ27.826015.43665.3839
Yxy15.43660.57200.3173
Hunter Lab39.289457.662719.3780
CIE-Lab46.226563.784533.8792

#d12939 color RGB value is (209,41,57).

#d12939 hex color red value is 209, green value is 41 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d12939 hue: 0.98 , saturation: 0.67 and the lightness value of d12939 is 0.49.

The process color (four color CMYK) of #d12939 color hex is 0.00, 0.80, 0.73, 0.18. Web safe color of #d12939 is #cc3333. Color #d12939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 00111001
Octal 321 51 71
Decimal 209 41 57
Hex D1 29 39

RGB Percentages of Color #d12939

%68.08
%13.36
%18.57

CMYK Percentages of Color #d12939

%0
%80
%73
%18

Triadic Colors of #d12939

#d12939 #39d129 #2939d1

Analogous Colors of #d12939

#d12939 #d16d29 #d1298d

Monochromatic Colors of #d12939

#d12939

Complementary Color

#d12939 #29d1c1

#d12939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12939 Color CSS Codes

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

#d12939 Text Font Color

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

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


#d12939 Background Color

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

This div background color is #d12939


#d12939 Border Color

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

This div border color is #d12939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12939


Comments

No comments written yet.

Please login to write comment.