Color Hex Logo

#d12815 Color Hex

#D12815
(209,40,21)
0 Favorites   0 Comments

Color spaces of #d12815

RGB 2094021
HSL0.020.820.45
HSV90°82°
CMYK 0.000.810.90   0.18
XYZ27.188615.12702.1963
Yxy15.12700.61080.3398
Hunter Lab38.893456.717523.8773
CIE-Lab45.807763.035152.1221

#d12815 color RGB value is (209,40,21).

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

The process color (four color CMYK) of #d12815 color hex is 0.00, 0.81, 0.90, 0.18. Web safe color of #d12815 is #cc3300. Color #d12815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 00010101
Octal 321 50 25
Decimal 209 40 21
Hex D1 28 15

RGB Percentages of Color #d12815

%77.41
%14.81
%7.78

CMYK Percentages of Color #d12815

%0
%81
%90
%18

Triadic Colors of #d12815

#d12815 #15d128 #2815d1

Analogous Colors of #d12815

#d12815 #d18615 #d11560

Monochromatic Colors of #d12815

#d12815

Complementary Color

#d12815 #15bed1

#d12815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12815 Color CSS Codes

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

#d12815 Text Font Color

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

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


#d12815 Background Color

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

This div background color is #d12815


#d12815 Border Color

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

This div border color is #d12815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12815


Comments

No comments written yet.

Please login to write comment.