Color Hex Logo

#d1481d Color Hex

#D1481D
(209,72,29)
0 Favorites   0 Comments

Color spaces of #d1481d

RGB 2097229
HSL0.040.760.47
HSV14°86°82°
CMYK 0.000.660.86   0.18
XYZ28.833618.27873.1708
Yxy18.27870.57340.3635
Hunter Lab42.753645.564025.5303
CIE-Lab49.832452.201651.9724

#d1481d color RGB value is (209,72,29).

#d1481d hex color red value is 209, green value is 72 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d1481d hue: 0.04 , saturation: 0.76 and the lightness value of d1481d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 00011101
Octal 321 110 35
Decimal 209 72 29
Hex D1 48 1D

RGB Percentages of Color #d1481d

%67.42
%23.23
%9.35

CMYK Percentages of Color #d1481d

%0
%66
%86
%18

Triadic Colors of #d1481d

#d1481d #1dd148 #481dd1

Analogous Colors of #d1481d

#d1481d #d1a21d #d11d4c

Monochromatic Colors of #d1481d

#d1481d

Complementary Color

#d1481d #1da6d1

#d1481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1481d Color CSS Codes

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

#d1481d Text Font Color

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

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


#d1481d Background Color

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

This div background color is #d1481d


#d1481d Border Color

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

This div border color is #d1481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1481d


Comments

No comments written yet.

Please login to write comment.