Color Hex Logo

#dc303e Color Hex

#DC303E
(220,48,62)
0 Favorites   0 Comments

Color spaces of #dc303e

RGB 2204862
HSL0.990.710.53
HSV355°78°86°
CMYK 0.000.780.72   0.14
XYZ31.441717.67736.3123
Yxy17.67730.56720.3189
Hunter Lab42.044459.908520.5296
CIE-Lab49.102365.187134.8398

#dc303e color RGB value is (220,48,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 00111110
Octal 334 60 76
Decimal 220 48 62
Hex DC 30 3E

RGB Percentages of Color #dc303e

%66.67
%14.55
%18.79

CMYK Percentages of Color #dc303e

%0
%78
%72
%14

Triadic Colors of #dc303e

#dc303e #3edc30 #303edc

Analogous Colors of #dc303e

#dc303e #dc7830 #dc3094

Monochromatic Colors of #dc303e

#dc303e

Complementary Color

#dc303e #30dcce

#dc303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc303e Color CSS Codes

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

#dc303e Text Font Color

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

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


#dc303e Background Color

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

This div background color is #dc303e


#dc303e Border Color

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

This div border color is #dc303e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc303e


Comments

No comments written yet.

Please login to write comment.