Color Hex Logo

#dc492b Color Hex

#DC492B
(220,73,43)
0 Favorites   0 Comments

Color spaces of #dc492b

RGB 2207343
HSL0.030.720.52
HSV10°80°86°
CMYK 0.000.670.80   0.14
XYZ32.333820.15514.4717
Yxy20.15510.56770.3538
Hunter Lab44.894449.993725.5205
CIE-Lab52.012155.885048.2593

#dc492b color RGB value is (220,73,43).

#dc492b hex color red value is 220, green value is 73 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dc492b hue: 0.03 , saturation: 0.72 and the lightness value of dc492b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 00101011
Octal 334 111 53
Decimal 220 73 43
Hex DC 49 2B

RGB Percentages of Color #dc492b

%65.48
%21.73
%12.80

CMYK Percentages of Color #dc492b

%0
%67
%80
%14

Triadic Colors of #dc492b

#dc492b #2bdc49 #492bdc

Analogous Colors of #dc492b

#dc492b #dca22b #dc2b66

Monochromatic Colors of #dc492b

#dc492b

Complementary Color

#dc492b #2bbedc

#dc492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc492b Color CSS Codes

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

#dc492b Text Font Color

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

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


#dc492b Background Color

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

This div background color is #dc492b


#dc492b Border Color

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

This div border color is #dc492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc492b


Comments

No comments written yet.

Please login to write comment.