Color Hex Logo

#dc272a Color Hex

#DC272A
(220,39,42)
0 Favorites   0 Comments

Color spaces of #dc272a

RGB 2203942
HSL1.000.720.51
HSV359°82°86°
CMYK 0.000.820.81   0.14
XYZ30.658616.83383.8239
Yxy16.83380.59740.3280
Hunter Lab41.029061.581923.1945
CIE-Lab48.049966.828344.9353

#dc272a color RGB value is (220,39,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 00101010
Octal 334 47 52
Decimal 220 39 42
Hex DC 27 2A

RGB Percentages of Color #dc272a

%73.09
%12.96
%13.95

CMYK Percentages of Color #dc272a

%0
%82
%81
%14

Triadic Colors of #dc272a

#dc272a #2adc27 #272adc

Analogous Colors of #dc272a

#dc272a #dc7f27 #dc2785

Monochromatic Colors of #dc272a

#dc272a

Complementary Color

#dc272a #27dcd9

#dc272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc272a Color CSS Codes

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

#dc272a Text Font Color

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

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


#dc272a Background Color

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

This div background color is #dc272a


#dc272a Border Color

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

This div border color is #dc272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc272a


Comments

No comments written yet.

Please login to write comment.