Color Hex Logo

#d32618 Color Hex

#D32618
(211,38,24)
0 Favorites   0 Comments

Color spaces of #d32618

RGB 2113824
HSL0.010.800.46
HSV89°83°
CMYK 0.000.820.89   0.17
XYZ27.722015.30112.3564
Yxy15.30110.61090.3372
Hunter Lab39.116658.049123.8100
CIE-Lab46.043964.157551.2374

#d32618 color RGB value is (211,38,24).

#d32618 hex color red value is 211, green value is 38 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d32618 hue: 0.01 , saturation: 0.80 and the lightness value of d32618 is 0.46.

The process color (four color CMYK) of #d32618 color hex is 0.00, 0.82, 0.89, 0.17. Web safe color of #d32618 is #cc3300. Color #d32618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100110 00011000
Octal 323 46 30
Decimal 211 38 24
Hex D3 26 18

RGB Percentages of Color #d32618

%77.29
%13.92
%8.79

CMYK Percentages of Color #d32618

%0
%82
%89
%17

Triadic Colors of #d32618

#d32618 #18d326 #2618d3

Analogous Colors of #d32618

#d32618 #d38418 #d31868

Monochromatic Colors of #d32618

#d32618

Complementary Color

#d32618 #18c5d3

#d32618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32618 Color CSS Codes

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

#d32618 Text Font Color

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

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


#d32618 Background Color

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

This div background color is #d32618


#d32618 Border Color

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

This div border color is #d32618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32618


Comments

No comments written yet.

Please login to write comment.