Color Hex Logo

#dc253e Color Hex

#DC253E
(220,37,62)
0 Favorites   0 Comments

Color spaces of #dc253e

RGB 2203762
HSL0.980.720.50
HSV352°83°86°
CMYK 0.000.830.72   0.14
XYZ31.046316.88666.1805
Yxy16.88660.57370.3121
Hunter Lab41.093362.944819.8480
CIE-Lab48.116867.979433.6832

#dc253e color RGB value is (220,37,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 00111110
Octal 334 45 76
Decimal 220 37 62
Hex DC 25 3E

RGB Percentages of Color #dc253e

%68.97
%11.60
%19.44

CMYK Percentages of Color #dc253e

%0
%83
%72
%14

Triadic Colors of #dc253e

#dc253e #3edc25 #253edc

Analogous Colors of #dc253e

#dc253e #dc6825 #dc259a

Monochromatic Colors of #dc253e

#dc253e

Complementary Color

#dc253e #25dcc3

#dc253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc253e Color CSS Codes

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

#dc253e Text Font Color

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

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


#dc253e Background Color

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

This div background color is #dc253e


#dc253e Border Color

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

This div border color is #dc253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc253e


Comments

No comments written yet.

Please login to write comment.