Color Hex Logo

#dd363a Color Hex

#DD363A
(221,54,58)
0 Favorites   0 Comments

Color spaces of #dd363a

RGB 2215458
HSL1.000.710.54
HSV359°76°87°
CMYK 0.000.760.74   0.13
XYZ31.901718.31605.8569
Yxy18.31600.56890.3266
Hunter Lab42.797258.161621.8441
CIE-Lab49.877263.525738.0838

#dd363a color RGB value is (221,54,58).

#dd363a hex color red value is 221, green value is 54 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dd363a hue: 1.00 , saturation: 0.71 and the lightness value of dd363a is 0.54.

The process color (four color CMYK) of #dd363a color hex is 0.00, 0.76, 0.74, 0.13. Web safe color of #dd363a is #cc3333. Color #dd363a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110110 00111010
Octal 335 66 72
Decimal 221 54 58
Hex DD 36 3A

RGB Percentages of Color #dd363a

%66.37
%16.22
%17.42

CMYK Percentages of Color #dd363a

%0
%76
%74
%13

Triadic Colors of #dd363a

#dd363a #3add36 #363add

Analogous Colors of #dd363a

#dd363a #dd8636 #dd368e

Monochromatic Colors of #dd363a

#dd363a

Complementary Color

#dd363a #36ddd9

#dd363a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd363a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd363a Color CSS Codes

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

#dd363a Text Font Color

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

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


#dd363a Background Color

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

This div background color is #dd363a


#dd363a Border Color

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

This div border color is #dd363a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd363a


Comments

No comments written yet.

Please login to write comment.