Color Hex Logo

#dc313d Color Hex

#DC313D
(220,49,61)
0 Favorites   0 Comments

Color spaces of #dc313d

RGB 2204961
HSL0.990.710.53
HSV356°78°86°
CMYK 0.000.780.72   0.14
XYZ31.455817.74926.1829
Yxy17.74920.56790.3205
Hunter Lab42.129859.548120.7896
CIE-Lab49.190564.858935.5244

#dc313d color RGB value is (220,49,61).

#dc313d hex color red value is 220, green value is 49 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dc313d hue: 0.99 , saturation: 0.71 and the lightness value of dc313d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 00111101
Octal 334 61 75
Decimal 220 49 61
Hex DC 31 3D

RGB Percentages of Color #dc313d

%66.67
%14.85
%18.48

CMYK Percentages of Color #dc313d

%0
%78
%72
%14

Triadic Colors of #dc313d

#dc313d #3ddc31 #313ddc

Analogous Colors of #dc313d

#dc313d #dc7b31 #dc3193

Monochromatic Colors of #dc313d

#dc313d

Complementary Color

#dc313d #31dcd0

#dc313d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc313d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc313d Color CSS Codes

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

#dc313d Text Font Color

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

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


#dc313d Background Color

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

This div background color is #dc313d


#dc313d Border Color

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

This div border color is #dc313d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc313d


Comments

No comments written yet.

Please login to write comment.