Color Hex Logo

#dd272a Color Hex

#DD272A
(221,39,42)
0 Favorites   0 Comments

Color spaces of #dd272a

RGB 2213942
HSL1.000.730.51
HSV359°82°87°
CMYK 0.000.820.81   0.13
XYZ30.962216.99043.8381
Yxy16.99040.59780.3281
Hunter Lab41.219461.947323.3329
CIE-Lab48.247967.103145.1957

#dd272a color RGB value is (221,39,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 00101010
Octal 335 47 52
Decimal 221 39 42
Hex DD 27 2A

RGB Percentages of Color #dd272a

%73.18
%12.91
%13.91

CMYK Percentages of Color #dd272a

%0
%82
%81
%13

Triadic Colors of #dd272a

#dd272a #2add27 #272add

Analogous Colors of #dd272a

#dd272a #dd7f27 #dd2785

Monochromatic Colors of #dd272a

#dd272a

Complementary Color

#dd272a #27ddda

#dd272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd272a Color CSS Codes

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

#dd272a Text Font Color

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

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


#dd272a Background Color

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

This div background color is #dd272a


#dd272a Border Color

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

This div border color is #dd272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd272a


Comments

No comments written yet.

Please login to write comment.