Color Hex Logo

#dd462c Color Hex

#DD462C
(221,70,44)
0 Favorites   0 Comments

Color spaces of #dd462c

RGB 2217044
HSL0.020.720.52
HSV80°87°
CMYK 0.000.680.80   0.13
XYZ32.463619.93434.5196
Yxy19.93430.57040.3502
Hunter Lab44.647851.654225.2517
CIE-Lab51.762857.425947.5841

#dd462c color RGB value is (221,70,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 00101100
Octal 335 106 54
Decimal 221 70 44
Hex DD 46 2C

RGB Percentages of Color #dd462c

%65.97
%20.90
%13.13

CMYK Percentages of Color #dd462c

%0
%68
%80
%13

Triadic Colors of #dd462c

#dd462c #2cdd46 #462cdd

Analogous Colors of #dd462c

#dd462c #dd9f2c #dd2c6b

Monochromatic Colors of #dd462c

#dd462c

Complementary Color

#dd462c #2cc3dd

#dd462c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd462c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd462c Color CSS Codes

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

#dd462c Text Font Color

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

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


#dd462c Background Color

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

This div background color is #dd462c


#dd462c Border Color

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

This div border color is #dd462c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,70,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd462c


Comments

No comments written yet.

Please login to write comment.