Color Hex Logo

#dd462b Color Hex

#DD462B
(221,70,43)
0 Favorites   0 Comments

Color spaces of #dd462b

RGB 2217043
HSL0.030.720.52
HSV81°87°
CMYK 0.000.680.81   0.13
XYZ32.445019.92694.4217
Yxy19.92690.57130.3509
Hunter Lab44.639651.618525.3748
CIE-Lab51.754557.395348.0733

#dd462b color RGB value is (221,70,43).

#dd462b hex color red value is 221, green value is 70 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dd462b hue: 0.03 , saturation: 0.72 and the lightness value of dd462b is 0.52.

The process color (four color CMYK) of #dd462b color hex is 0.00, 0.68, 0.81, 0.13. Web safe color of #dd462b is #cc3333. Color #dd462b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 00101011
Octal 335 106 53
Decimal 221 70 43
Hex DD 46 2B

RGB Percentages of Color #dd462b

%66.17
%20.96
%12.87

CMYK Percentages of Color #dd462b

%0
%68
%81
%13

Triadic Colors of #dd462b

#dd462b #2bdd46 #462bdd

Analogous Colors of #dd462b

#dd462b #dd9f2b #dd2b69

Monochromatic Colors of #dd462b

#dd462b

Complementary Color

#dd462b #2bc2dd

#dd462b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd462b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd462b Color CSS Codes

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

#dd462b Text Font Color

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

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


#dd462b Background Color

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

This div background color is #dd462b


#dd462b Border Color

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

This div border color is #dd462b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,70,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 #dd462b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd462b


Comments

No comments written yet.

Please login to write comment.