Color Hex Logo

#dd272d Color Hex

#DD272D
(221,39,45)
0 Favorites   0 Comments

Color spaces of #dd272d

RGB 2213945
HSL0.990.730.51
HSV358°82°87°
CMYK 0.000.820.80   0.13
XYZ31.018017.01274.1316
Yxy17.01270.59460.3261
Hunter Lab41.246562.053622.9335
CIE-Lab48.276067.188543.6135

#dd272d color RGB value is (221,39,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 00101101
Octal 335 47 55
Decimal 221 39 45
Hex DD 27 2D

RGB Percentages of Color #dd272d

%72.46
%12.79
%14.75

CMYK Percentages of Color #dd272d

%0
%82
%80
%13

Triadic Colors of #dd272d

#dd272d #2ddd27 #272ddd

Analogous Colors of #dd272d

#dd272d #dd7c27 #dd2788

Monochromatic Colors of #dd272d

#dd272d

Complementary Color

#dd272d #27ddd7

#dd272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd272d Color CSS Codes

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

#dd272d Text Font Color

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

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


#dd272d Background Color

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

This div background color is #dd272d


#dd272d Border Color

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

This div border color is #dd272d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd272d


Comments

No comments written yet.

Please login to write comment.