color codes Logo

#d3652b color codes

#D3652B
(211,101,43)
0 Favorites   0 Comments

Color spaces of #d3652b

RGB 21110143
HSL0.060.660.50
HSV21°80°83°
CMYK 0.000.520.80   0.17
XYZ31.953723.33075.1046
Yxy23.33070.52910.3863
Hunter Lab48.301933.556927.5455
CIE-Lab55.411439.860151.0072

#d3652b color RGB value is (211,101,43).

#d3652b hex color red value is 211, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d3652b hue: 0.06 , saturation: 0.66 and the lightness value of d3652b is 0.50.

The process color (four color CMYK) of #d3652b color code is 0.00, 0.52, 0.80, 0.17. Web safe color of #d3652b is #cc6633. Color #d3652b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100101 00101011
Octal 323 145 53
Decimal 211 101 43
Hex D3 65 2B

RGB Percentages of Color #d3652b

%59.44
%28.45
%12.11

CMYK Percentages of Color #d3652b

%0
%52
%80
%17

Triadic Colors of #d3652b

#d3652b #2bd365 #652bd3

Analogous Colors of #d3652b

#d3652b #d3b92b #d32b45

Monochromatic Colors of #d3652b

#d3652b

Complementary Color

#d3652b #2b99d3

#d3652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3652b Color CSS Codes

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

#d3652b Text Font Color

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

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


#d3652b Background Color

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

This div background color is #d3652b


#d3652b Border Color

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

This div border color is #d3652b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3652b

#d3652b Color Palettes


Comments

No comments written yet.

Please login to write comment.