Color Hex Logo

#dc303f Color Hex

#DC303F
(220,48,63)
0 Favorites   0 Comments

Color spaces of #dc303f

RGB 2204863
HSL0.990.710.53
HSV355°78°86°
CMYK 0.000.780.71   0.14
XYZ31.469417.68846.4582
Yxy17.68840.56580.3180
Hunter Lab42.057659.961120.3360
CIE-Lab49.116065.229934.2715

#dc303f color RGB value is (220,48,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 00111111
Octal 334 60 77
Decimal 220 48 63
Hex DC 30 3F

RGB Percentages of Color #dc303f

%66.47
%14.50
%19.03

CMYK Percentages of Color #dc303f

%0
%78
%71
%14

Triadic Colors of #dc303f

#dc303f #3fdc30 #303fdc

Analogous Colors of #dc303f

#dc303f #dc7730 #dc3095

Monochromatic Colors of #dc303f

#dc303f

Complementary Color

#dc303f #30dccd

#dc303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc303f Color CSS Codes

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

#dc303f Text Font Color

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

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


#dc303f Background Color

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

This div background color is #dc303f


#dc303f Border Color

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

This div border color is #dc303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc303f


Comments

No comments written yet.

Please login to write comment.