Color Hex Logo

#dc293b Color Hex

#DC293B
(220,41,59)
0 Favorites   0 Comments

Color spaces of #dc293b

RGB 2204159
HSL0.980.720.51
HSV354°81°86°
CMYK 0.000.810.73   0.14
XYZ31.097617.11735.8026
Yxy17.11730.57570.3169
Hunter Lab41.373161.764720.6457
CIE-Lab48.407566.916135.7839

#dc293b color RGB value is (220,41,59).

#dc293b hex color red value is 220, green value is 41 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dc293b hue: 0.98 , saturation: 0.72 and the lightness value of dc293b is 0.51.

The process color (four color CMYK) of #dc293b color hex is 0.00, 0.81, 0.73, 0.14. Web safe color of #dc293b is #cc3333. Color #dc293b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 00111011
Octal 334 51 73
Decimal 220 41 59
Hex DC 29 3B

RGB Percentages of Color #dc293b

%68.75
%12.81
%18.44

CMYK Percentages of Color #dc293b

%0
%81
%73
%14

Triadic Colors of #dc293b

#dc293b #3bdc29 #293bdc

Analogous Colors of #dc293b

#dc293b #dc7129 #dc2995

Monochromatic Colors of #dc293b

#dc293b

Complementary Color

#dc293b #29dcca

#dc293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc293b Color CSS Codes

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

#dc293b Text Font Color

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

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


#dc293b Background Color

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

This div background color is #dc293b


#dc293b Border Color

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

This div border color is #dc293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc293b


Comments

No comments written yet.

Please login to write comment.