Color Hex Logo

#dd283a Color Hex

#DD283A
(221,40,58)
0 Favorites   0 Comments

Color spaces of #dd283a

RGB 2214058
HSL0.980.730.51
HSV354°82°87°
CMYK 0.000.820.74   0.13
XYZ31.341317.19525.6701
Yxy17.19520.57820.3172
Hunter Lab41.467162.344920.9198
CIE-Lab48.505167.393236.5294

#dd283a color RGB value is (221,40,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 00111010
Octal 335 50 72
Decimal 221 40 58
Hex DD 28 3A

RGB Percentages of Color #dd283a

%69.28
%12.54
%18.18

CMYK Percentages of Color #dd283a

%0
%82
%74
%13

Triadic Colors of #dd283a

#dd283a #3add28 #283add

Analogous Colors of #dd283a

#dd283a #dd7128 #dd2895

Monochromatic Colors of #dd283a

#dd283a

Complementary Color

#dd283a #28ddcb

#dd283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd283a Color CSS Codes

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

#dd283a Text Font Color

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

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


#dd283a Background Color

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

This div background color is #dd283a


#dd283a Border Color

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

This div border color is #dd283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd283a


Comments

No comments written yet.

Please login to write comment.