Color Hex Logo

#dc273e Color Hex

#DC273E
(220,39,62)
0 Favorites   0 Comments

Color spaces of #dc273e

RGB 2203962
HSL0.980.720.51
HSV352°82°86°
CMYK 0.000.820.72   0.14
XYZ31.110217.01456.2019
Yxy17.01450.57270.3132
Hunter Lab41.248662.441719.9596
CIE-Lab48.278367.519533.8730

#dc273e color RGB value is (220,39,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 00111110
Octal 334 47 76
Decimal 220 39 62
Hex DC 27 3E

RGB Percentages of Color #dc273e

%68.54
%12.15
%19.31

CMYK Percentages of Color #dc273e

%0
%82
%72
%14

Triadic Colors of #dc273e

#dc273e #3edc27 #273edc

Analogous Colors of #dc273e

#dc273e #dc6b27 #dc2799

Monochromatic Colors of #dc273e

#dc273e

Complementary Color

#dc273e #27dcc5

#dc273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc273e Color CSS Codes

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

#dc273e Text Font Color

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

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


#dc273e Background Color

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

This div background color is #dc273e


#dc273e Border Color

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

This div border color is #dc273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc273e


Comments

No comments written yet.

Please login to write comment.