Color Hex Logo

#dc263e Color Hex

#DC263E
(220,38,62)
0 Favorites   0 Comments

Color spaces of #dc263e

RGB 2203862
HSL0.980.720.51
HSV352°83°86°
CMYK 0.000.830.72   0.14
XYZ31.077816.94976.1911
Yxy16.94970.57320.3126
Hunter Lab41.170062.695919.9030
CIE-Lab48.196667.752033.7768

#dc263e color RGB value is (220,38,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 00111110
Octal 334 46 76
Decimal 220 38 62
Hex DC 26 3E

RGB Percentages of Color #dc263e

%68.75
%11.88
%19.38

CMYK Percentages of Color #dc263e

%0
%83
%72
%14

Triadic Colors of #dc263e

#dc263e #3edc26 #263edc

Analogous Colors of #dc263e

#dc263e #dc6926 #dc2699

Monochromatic Colors of #dc263e

#dc263e

Complementary Color

#dc263e #26dcc4

#dc263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc263e Color CSS Codes

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

#dc263e Text Font Color

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

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


#dc263e Background Color

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

This div background color is #dc263e


#dc263e Border Color

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

This div border color is #dc263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc263e


Comments

No comments written yet.

Please login to write comment.