Color Hex Logo

#d3442d Color Hex

#D3442D
(211,68,45)
0 Favorites   0 Comments

Color spaces of #d3442d

RGB 2116845
HSL0.020.650.50
HSV79°83°
CMYK 0.000.680.79   0.17
XYZ29.404718.17264.4405
Yxy18.17260.56530.3494
Hunter Lab42.629348.523723.6646
CIE-Lab49.704854.955344.4420

#d3442d color RGB value is (211,68,45).

#d3442d hex color red value is 211, green value is 68 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d3442d hue: 0.02 , saturation: 0.65 and the lightness value of d3442d is 0.50.

The process color (four color CMYK) of #d3442d color hex is 0.00, 0.68, 0.79, 0.17. Web safe color of #d3442d is #cc3333. Color #d3442d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000100 00101101
Octal 323 104 55
Decimal 211 68 45
Hex D3 44 2D

RGB Percentages of Color #d3442d

%65.12
%20.99
%13.89

CMYK Percentages of Color #d3442d

%0
%68
%79
%17

Triadic Colors of #d3442d

#d3442d #2dd344 #442dd3

Analogous Colors of #d3442d

#d3442d #d3972d #d32d69

Monochromatic Colors of #d3442d

#d3442d

Complementary Color

#d3442d #2dbcd3

#d3442d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3442d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3442d Color CSS Codes

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

#d3442d Text Font Color

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

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


#d3442d Background Color

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

This div background color is #d3442d


#d3442d Border Color

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

This div border color is #d3442d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3442d


Comments

No comments written yet.

Please login to write comment.