Color Hex Logo

#dc3513 Color Hex

#DC3513
(220,53,19)
0 Favorites   0 Comments

Color spaces of #dc3513

RGB 2205319
HSL0.030.840.47
HSV10°91°86°
CMYK 0.000.760.91   0.14
XYZ30.905817.80892.4246
Yxy17.80890.60430.3482
Hunter Lab42.200656.874326.1340
CIE-Lab49.263562.516656.2559

#dc3513 color RGB value is (220,53,19).

#dc3513 hex color red value is 220, green value is 53 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dc3513 hue: 0.03 , saturation: 0.84 and the lightness value of dc3513 is 0.47.

The process color (four color CMYK) of #dc3513 color hex is 0.00, 0.76, 0.91, 0.14. Web safe color of #dc3513 is #cc3300. Color #dc3513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110101 00010011
Octal 334 65 23
Decimal 220 53 19
Hex DC 35 13

RGB Percentages of Color #dc3513

%75.34
%18.15
%6.51

CMYK Percentages of Color #dc3513

%0
%76
%91
%14

Triadic Colors of #dc3513

#dc3513 #13dc35 #3513dc

Analogous Colors of #dc3513

#dc3513 #dc9a13 #dc1355

Monochromatic Colors of #dc3513

#dc3513

Complementary Color

#dc3513 #13badc

#dc3513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3513 Color CSS Codes

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

#dc3513 Text Font Color

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

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


#dc3513 Background Color

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

This div background color is #dc3513


#dc3513 Border Color

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

This div border color is #dc3513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3513


Comments

No comments written yet.

Please login to write comment.