Color Hex Logo

#d82101 Color Hex

#D82101
(216,33,1)
0 Favorites   0 Comments

Color spaces of #d82101

RGB 216331
HSL0.020.990.43
HSV100°85°
CMYK 0.000.851.00   0.15
XYZ28.868215.68881.5354
Yxy15.68880.62630.3404
Hunter Lab39.609160.779825.4281
CIE-Lab46.563566.425959.5492

#d82101 color RGB value is (216,33,1).

#d82101 hex color red value is 216, green value is 33 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d82101 hue: 0.02 , saturation: 0.99 and the lightness value of d82101 is 0.43.

The process color (four color CMYK) of #d82101 color hex is 0.00, 0.85, 1.00, 0.15. Web safe color of #d82101 is #cc3300. Color #d82101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100001 00000001
Octal 330 41 1
Decimal 216 33 1
Hex D8 21 1

RGB Percentages of Color #d82101

%86.40
%13.20
%0.40

CMYK Percentages of Color #d82101

%0
%85
%100
%15

Triadic Colors of #d82101

#d82101 #01d821 #2101d8

Analogous Colors of #d82101

#d82101 #d88d01 #d8014c

Monochromatic Colors of #d82101

#d82101

Complementary Color

#d82101 #01b8d8

#d82101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82101 Color CSS Codes

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

#d82101 Text Font Color

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

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


#d82101 Background Color

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

This div background color is #d82101


#d82101 Border Color

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

This div border color is #d82101


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,33,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 #d82101">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82101


Comments

No comments written yet.

Please login to write comment.