Color Hex Logo

#dc272d Color Hex

#DC272D
(220,39,45)
0 Favorites   0 Comments

Color spaces of #dc272d

RGB 2203945
HSL0.990.720.51
HSV358°82°86°
CMYK 0.000.820.80   0.14
XYZ30.714416.85614.1174
Yxy16.85610.59420.3261
Hunter Lab41.056261.688722.7933
CIE-Lab48.078266.914443.3495

#dc272d color RGB value is (220,39,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 00101101
Octal 334 47 55
Decimal 220 39 45
Hex DC 27 2D

RGB Percentages of Color #dc272d

%72.37
%12.83
%14.80

CMYK Percentages of Color #dc272d

%0
%82
%80
%14

Triadic Colors of #dc272d

#dc272d #2ddc27 #272ddc

Analogous Colors of #dc272d

#dc272d #dc7c27 #dc2788

Monochromatic Colors of #dc272d

#dc272d

Complementary Color

#dc272d #27dcd6

#dc272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc272d Color CSS Codes

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

#dc272d Text Font Color

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

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


#dc272d Background Color

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

This div background color is #dc272d


#dc272d Border Color

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

This div border color is #dc272d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc272d


Comments

No comments written yet.

Please login to write comment.