Color Hex Logo

#dd283e Color Hex

#DD283E
(221,40,62)
0 Favorites   0 Comments

Color spaces of #dd283e

RGB 2214062
HSL0.980.730.51
HSV353°82°87°
CMYK 0.000.820.72   0.13
XYZ31.447117.23756.2272
Yxy17.23750.57270.3139
Hunter Lab41.518162.544920.1699
CIE-Lab48.557967.553734.2505

#dd283e color RGB value is (221,40,62).

#dd283e hex color red value is 221, green value is 40 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd283e hue: 0.98 , saturation: 0.73 and the lightness value of dd283e is 0.51.

The process color (four color CMYK) of #dd283e color hex is 0.00, 0.82, 0.72, 0.13. Web safe color of #dd283e is #cc3333. Color #dd283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 00111110
Octal 335 50 76
Decimal 221 40 62
Hex DD 28 3E

RGB Percentages of Color #dd283e

%68.42
%12.38
%19.20

CMYK Percentages of Color #dd283e

%0
%82
%72
%13

Triadic Colors of #dd283e

#dd283e #3edd28 #283edd

Analogous Colors of #dd283e

#dd283e #dd6d28 #dd2899

Monochromatic Colors of #dd283e

#dd283e

Complementary Color

#dd283e #28ddc7

#dd283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd283e Color CSS Codes

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

#dd283e Text Font Color

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

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


#dd283e Background Color

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

This div background color is #dd283e


#dd283e Border Color

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

This div border color is #dd283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd283e


Comments

No comments written yet.

Please login to write comment.