Color Hex Logo

#d81641 Color Hex

#D81641
(216,22,65)
0 Favorites   0 Comments

Color spaces of #d81641

RGB 2162265
HSL0.960.820.47
HSV347°90°85°
CMYK 0.000.900.70   0.15
XYZ29.559915.55446.4453
Yxy15.55440.57330.3017
Hunter Lab39.439164.768817.9179
CIE-Lab46.384469.861429.6138

#d81641 color RGB value is (216,22,65).

#d81641 hex color red value is 216, green value is 22 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d81641 hue: 0.96 , saturation: 0.82 and the lightness value of d81641 is 0.47.

The process color (four color CMYK) of #d81641 color hex is 0.00, 0.90, 0.70, 0.15. Web safe color of #d81641 is #cc0033. Color #d81641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 01000001
Octal 330 26 101
Decimal 216 22 65
Hex D8 16 41

RGB Percentages of Color #d81641

%71.29
%7.26
%21.45

CMYK Percentages of Color #d81641

%0
%90
%70
%15

Triadic Colors of #d81641

#d81641 #41d816 #1641d8

Analogous Colors of #d81641

#d81641 #d84c16 #d816a2

Monochromatic Colors of #d81641

#d81641

Complementary Color

#d81641 #16d8ad

#d81641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81641 Color CSS Codes

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

#d81641 Text Font Color

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

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


#d81641 Background Color

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

This div background color is #d81641


#d81641 Border Color

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

This div border color is #d81641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,22,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81641


Comments

No comments written yet.

Please login to write comment.