Color Hex Logo

#d55101 Color Hex

#D55101
(213,81,1)
0 Favorites   0 Comments

Color spaces of #d55101

RGB 213811
HSL0.060.990.42
HSV23°100°84°
CMYK 0.000.621.00   0.16
XYZ30.388520.03322.2939
Yxy20.03320.57650.3800
Hunter Lab44.758542.864228.2923
CIE-Lab51.874749.332261.7878

#d55101 color RGB value is (213,81,1).

#d55101 hex color red value is 213, green value is 81 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d55101 hue: 0.06 , saturation: 0.99 and the lightness value of d55101 is 0.42.

The process color (four color CMYK) of #d55101 color hex is 0.00, 0.62, 1.00, 0.16. Web safe color of #d55101 is #cc6600. Color #d55101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 00000001
Octal 325 121 1
Decimal 213 81 1
Hex D5 51 1

RGB Percentages of Color #d55101

%72.20
%27.46
%0.34

CMYK Percentages of Color #d55101

%0
%62
%100
%16

Triadic Colors of #d55101

#d55101 #01d551 #5101d5

Analogous Colors of #d55101

#d55101 #d5bb01 #d5011b

Monochromatic Colors of #d55101

#d55101

Complementary Color

#d55101 #0185d5

#d55101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55101 Color CSS Codes

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

#d55101 Text Font Color

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

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


#d55101 Background Color

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

This div background color is #d55101


#d55101 Border Color

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

This div border color is #d55101


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,81,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55101; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55101;
  -webkit-box-shadow: 1px 1px 3px 2px #d55101;
  box-shadow:         1px 1px 3px 2px #d55101; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,81,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55101


Comments

No comments written yet.

Please login to write comment.