Color Hex Logo

#d1183d Color Hex

#D1183D
(209,24,61)
0 Favorites   0 Comments

Color spaces of #d1183d

RGB 2092461
HSL0.970.790.46
HSV348°89°82°
CMYK 0.000.890.71   0.18
XYZ27.463414.54555.7750
Yxy14.54550.57470.3044
Hunter Lab38.138661.794517.7192
CIE-Lab45.005367.599830.0376

#d1183d color RGB value is (209,24,61).

#d1183d hex color red value is 209, green value is 24 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d1183d hue: 0.97 , saturation: 0.79 and the lightness value of d1183d is 0.46.

The process color (four color CMYK) of #d1183d color hex is 0.00, 0.89, 0.71, 0.18. Web safe color of #d1183d is #cc0033. Color #d1183d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011000 00111101
Octal 321 30 75
Decimal 209 24 61
Hex D1 18 3D

RGB Percentages of Color #d1183d

%71.09
%8.16
%20.75

CMYK Percentages of Color #d1183d

%0
%89
%71
%18

Triadic Colors of #d1183d

#d1183d #3dd118 #183dd1

Analogous Colors of #d1183d

#d1183d #d14f18 #d1189a

Monochromatic Colors of #d1183d

#d1183d

Complementary Color

#d1183d #18d1ac

#d1183d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1183d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1183d Color CSS Codes

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

#d1183d Text Font Color

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

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


#d1183d Background Color

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

This div background color is #d1183d


#d1183d Border Color

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

This div border color is #d1183d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1183d


Comments

No comments written yet.

Please login to write comment.