Color Hex Logo

#d13133 Color Hex

#D13133
(209,49,51)
0 Favorites   0 Comments

Color spaces of #d13133

RGB 2094951
HSL1.000.630.51
HSV359°77°82°
CMYK 0.000.770.76   0.18
XYZ27.990315.99104.7433
Yxy15.99100.57450.3282
Hunter Lab39.988754.961520.9594
CIE-Lab46.962761.263438.1838

#d13133 color RGB value is (209,49,51).

#d13133 hex color red value is 209, green value is 49 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d13133 hue: 1.00 , saturation: 0.63 and the lightness value of d13133 is 0.51.

The process color (four color CMYK) of #d13133 color hex is 0.00, 0.77, 0.76, 0.18. Web safe color of #d13133 is #cc3333. Color #d13133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 00110011
Octal 321 61 63
Decimal 209 49 51
Hex D1 31 33

RGB Percentages of Color #d13133

%67.64
%15.86
%16.50

CMYK Percentages of Color #d13133

%0
%77
%76
%18

Triadic Colors of #d13133

#d13133 #33d131 #3133d1

Analogous Colors of #d13133

#d13133 #d17f31 #d13183

Monochromatic Colors of #d13133

#d13133

Complementary Color

#d13133 #31d1cf

#d13133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13133 Color CSS Codes

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

#d13133 Text Font Color

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

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


#d13133 Background Color

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

This div background color is #d13133


#d13133 Border Color

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

This div border color is #d13133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13133

#d13133 Color Palettes


Comments

No comments written yet.

Please login to write comment.