Color Hex Logo

#dc272e Color Hex

#DC272E
(220,39,46)
0 Favorites   0 Comments

Color spaces of #dc272e

RGB 2203946
HSL0.990.720.51
HSV358°82°86°
CMYK 0.000.820.79   0.14
XYZ30.733916.86394.2200
Yxy16.86390.59310.3254
Hunter Lab41.065761.726022.6532
CIE-Lab48.088166.944442.8135

#dc272e color RGB value is (220,39,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 00101110
Octal 334 47 56
Decimal 220 39 46
Hex DC 27 2E

RGB Percentages of Color #dc272e

%72.13
%12.79
%15.08

CMYK Percentages of Color #dc272e

%0
%82
%79
%14

Triadic Colors of #dc272e

#dc272e #2edc27 #272edc

Analogous Colors of #dc272e

#dc272e #dc7b27 #dc2789

Monochromatic Colors of #dc272e

#dc272e

Complementary Color

#dc272e #27dcd5

#dc272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc272e Color CSS Codes

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

#dc272e Text Font Color

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

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


#dc272e Background Color

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

This div background color is #dc272e


#dc272e Border Color

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

This div border color is #dc272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc272e


Comments

No comments written yet.

Please login to write comment.