Color Hex Logo

#dd320c Color Hex

#DD320C
(221,50,12)
0 Favorites   0 Comments

Color spaces of #dd320c

RGB 2215012
HSL0.030.900.46
HSV11°95°87°
CMYK 0.000.770.95   0.13
XYZ31.025817.67992.1251
Yxy17.67990.61040.3478
Hunter Lab42.047558.127726.4367
CIE-Lab49.105563.641958.4029

#dd320c color RGB value is (221,50,12).

#dd320c hex color red value is 221, green value is 50 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dd320c hue: 0.03 , saturation: 0.90 and the lightness value of dd320c is 0.46.

The process color (four color CMYK) of #dd320c color hex is 0.00, 0.77, 0.95, 0.13. Web safe color of #dd320c is #cc3300. Color #dd320c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110010 00001100
Octal 335 62 14
Decimal 221 50 12
Hex DD 32 C

RGB Percentages of Color #dd320c

%78.09
%17.67
%4.24

CMYK Percentages of Color #dd320c

%0
%77
%95
%13

Triadic Colors of #dd320c

#dd320c #0cdd32 #320cdd

Analogous Colors of #dd320c

#dd320c #dd9b0c #dd0c4f

Monochromatic Colors of #dd320c

#dd320c

Complementary Color

#dd320c #0cb7dd

#dd320c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd320c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd320c Color CSS Codes

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

#dd320c Text Font Color

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

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


#dd320c Background Color

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

This div background color is #dd320c


#dd320c Border Color

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

This div border color is #dd320c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd320c


Comments

No comments written yet.

Please login to write comment.