Color Hex Logo

#d81840 Color Hex

#D81840
(216,24,64)
0 Favorites   0 Comments

Color spaces of #d81840

RGB 2162464
HSL0.970.800.47
HSV348°89°85°
CMYK 0.000.890.70   0.15
XYZ29.570915.62246.3073
Yxy15.62240.57420.3033
Hunter Lab39.525264.376318.2063
CIE-Lab46.475169.512130.3306

#d81840 color RGB value is (216,24,64).

#d81840 hex color red value is 216, green value is 24 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d81840 hue: 0.97 , saturation: 0.80 and the lightness value of d81840 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011000 01000000
Octal 330 30 100
Decimal 216 24 64
Hex D8 18 40

RGB Percentages of Color #d81840

%71.05
%7.89
%21.05

CMYK Percentages of Color #d81840

%0
%89
%70
%15

Triadic Colors of #d81840

#d81840 #40d818 #1840d8

Analogous Colors of #d81840

#d81840 #d85018 #d818a0

Monochromatic Colors of #d81840

#d81840

Complementary Color

#d81840 #18d8b0

#d81840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81840 Color CSS Codes

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

#d81840 Text Font Color

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

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


#d81840 Background Color

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

This div background color is #d81840


#d81840 Border Color

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

This div border color is #d81840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81840


Comments

No comments written yet.

Please login to write comment.