Color Hex Logo

#dc4135 Color Hex

#DC4135
(220,65,53)
0 Favorites   0 Comments

Color spaces of #dc4135

RGB 2206553
HSL0.010.700.54
HSV76°86°
CMYK 0.000.700.76   0.14
XYZ32.048119.25335.3953
Yxy19.25330.56530.3396
Hunter Lab43.878653.585623.4247
CIE-Lab50.982259.293142.0270

#dc4135 color RGB value is (220,65,53).

#dc4135 hex color red value is 220, green value is 65 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dc4135 hue: 0.01 , saturation: 0.70 and the lightness value of dc4135 is 0.54.

The process color (four color CMYK) of #dc4135 color hex is 0.00, 0.70, 0.76, 0.14. Web safe color of #dc4135 is #cc3333. Color #dc4135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000001 00110101
Octal 334 101 65
Decimal 220 65 53
Hex DC 41 35

RGB Percentages of Color #dc4135

%65.09
%19.23
%15.68

CMYK Percentages of Color #dc4135

%0
%70
%76
%14

Triadic Colors of #dc4135

#dc4135 #35dc41 #4135dc

Analogous Colors of #dc4135

#dc4135 #dc9535 #dc357d

Monochromatic Colors of #dc4135

#dc4135

Complementary Color

#dc4135 #35d0dc

#dc4135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4135 Color CSS Codes

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

#dc4135 Text Font Color

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

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


#dc4135 Background Color

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

This div background color is #dc4135


#dc4135 Border Color

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

This div border color is #dc4135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4135


Comments

No comments written yet.

Please login to write comment.