Color Hex Logo

#d12917 Color Hex

#D12917
(209,41,23)
0 Favorites   0 Comments

Color spaces of #d12917

RGB 2094123
HSL0.020.800.45
HSV89°82°
CMYK 0.000.800.89   0.18
XYZ27.242115.20302.3093
Yxy15.20300.60870.3397
Hunter Lab38.991056.479423.7822
CIE-Lab45.911062.805751.3822

#d12917 color RGB value is (209,41,23).

#d12917 hex color red value is 209, green value is 41 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #d12917 hue: 0.02 , saturation: 0.80 and the lightness value of d12917 is 0.45.

The process color (four color CMYK) of #d12917 color hex is 0.00, 0.80, 0.89, 0.18. Web safe color of #d12917 is #cc3300. Color #d12917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 00010111
Octal 321 51 27
Decimal 209 41 23
Hex D1 29 17

RGB Percentages of Color #d12917

%76.56
%15.02
%8.42

CMYK Percentages of Color #d12917

%0
%80
%89
%18

Triadic Colors of #d12917

#d12917 #17d129 #2917d1

Analogous Colors of #d12917

#d12917 #d18617 #d11762

Monochromatic Colors of #d12917

#d12917

Complementary Color

#d12917 #17bfd1

#d12917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12917 Color CSS Codes

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

#d12917 Text Font Color

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

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


#d12917 Background Color

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

This div background color is #d12917


#d12917 Border Color

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

This div border color is #d12917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12917


Comments

No comments written yet.

Please login to write comment.