Color Hex Logo

#dc4838 Color Hex

#DC4838
(220,72,56)
0 Favorites   0 Comments

Color spaces of #dc4838

RGB 2207256
HSL0.020.700.54
HSV75°86°
CMYK 0.000.670.75   0.14
XYZ32.546420.13595.9126
Yxy20.13590.55540.3436
Hunter Lab44.873050.938223.5989
CIE-Lab51.990556.741541.4890

#dc4838 color RGB value is (220,72,56).

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

The process color (four color CMYK) of #dc4838 color hex is 0.00, 0.67, 0.75, 0.14. Web safe color of #dc4838 is #cc3333. Color #dc4838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00111000
Octal 334 110 70
Decimal 220 72 56
Hex DC 48 38

RGB Percentages of Color #dc4838

%63.22
%20.69
%16.09

CMYK Percentages of Color #dc4838

%0
%67
%75
%14

Triadic Colors of #dc4838

#dc4838 #38dc48 #4838dc

Analogous Colors of #dc4838

#dc4838 #dc9a38 #dc387a

Monochromatic Colors of #dc4838

#dc4838

Complementary Color

#dc4838 #38ccdc

#dc4838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4838 Color CSS Codes

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

#dc4838 Text Font Color

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

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


#dc4838 Background Color

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

This div background color is #dc4838


#dc4838 Border Color

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

This div border color is #dc4838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4838


Comments

No comments written yet.

Please login to write comment.