Color Hex Logo

#d1473a Color Hex

#D1473A
(209,71,58)
0 Favorites   0 Comments

Color spaces of #d1473a

RGB 2097158
HSL0.010.620.52
HSV72°82°
CMYK 0.000.660.72   0.18
XYZ29.311518.36736.0033
Yxy18.36730.54600.3421
Hunter Lab42.857147.082621.6948
CIE-Lab49.938653.589837.5659

#d1473a color RGB value is (209,71,58).

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

The process color (four color CMYK) of #d1473a color hex is 0.00, 0.66, 0.72, 0.18. Web safe color of #d1473a is #cc3333. Color #d1473a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 00111010
Octal 321 107 72
Decimal 209 71 58
Hex D1 47 3A

RGB Percentages of Color #d1473a

%61.83
%21.01
%17.16

CMYK Percentages of Color #d1473a

%0
%66
%72
%18

Triadic Colors of #d1473a

#d1473a #3ad147 #473ad1

Analogous Colors of #d1473a

#d1473a #d1933a #d13a79

Monochromatic Colors of #d1473a

#d1473a

Complementary Color

#d1473a #3ac4d1

#d1473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1473a Color CSS Codes

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

#d1473a Text Font Color

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

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


#d1473a Background Color

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

This div background color is #d1473a


#d1473a Border Color

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

This div border color is #d1473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1473a


Comments

No comments written yet.

Please login to write comment.