Color Hex Logo

#d1293b Color Hex

#D1293B
(209,41,59)
0 Favorites   0 Comments

Color spaces of #d1293b

RGB 2094159
HSL0.980.670.49
HSV354°80°82°
CMYK 0.000.800.72   0.18
XYZ27.876915.45705.6519
Yxy15.45700.56910.3155
Hunter Lab39.315457.765018.9974
CIE-Lab46.253963.868732.7281

#d1293b color RGB value is (209,41,59).

#d1293b hex color red value is 209, green value is 41 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d1293b hue: 0.98 , saturation: 0.67 and the lightness value of d1293b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 00111011
Octal 321 51 73
Decimal 209 41 59
Hex D1 29 3B

RGB Percentages of Color #d1293b

%67.64
%13.27
%19.09

CMYK Percentages of Color #d1293b

%0
%80
%72
%18

Triadic Colors of #d1293b

#d1293b #3bd129 #293bd1

Analogous Colors of #d1293b

#d1293b #d16b29 #d1298f

Monochromatic Colors of #d1293b

#d1293b

Complementary Color

#d1293b #29d1bf

#d1293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1293b Color CSS Codes

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

#d1293b Text Font Color

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

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


#d1293b Background Color

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

This div background color is #d1293b


#d1293b Border Color

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

This div border color is #d1293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1293b


Comments

No comments written yet.

Please login to write comment.