Color Hex Logo

#dc261c Color Hex

#DC261C
(220,38,28)
0 Favorites   0 Comments

Color spaces of #dc261c

RGB 2203828
HSL0.010.770.49
HSV87°86°
CMYK 0.000.830.87   0.14
XYZ30.417916.68572.7161
Yxy16.68570.61060.3349
Hunter Lab40.848161.437324.6513
CIE-Lab47.861666.740651.6686

#dc261c color RGB value is (220,38,28).

#dc261c hex color red value is 220, green value is 38 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dc261c hue: 0.01 , saturation: 0.77 and the lightness value of dc261c is 0.49.

The process color (four color CMYK) of #dc261c color hex is 0.00, 0.83, 0.87, 0.14. Web safe color of #dc261c is #cc3333. Color #dc261c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 00011100
Octal 334 46 34
Decimal 220 38 28
Hex DC 26 1C

RGB Percentages of Color #dc261c

%76.92
%13.29
%9.79

CMYK Percentages of Color #dc261c

%0
%83
%87
%14

Triadic Colors of #dc261c

#dc261c #1cdc26 #261cdc

Analogous Colors of #dc261c

#dc261c #dc861c #dc1c72

Monochromatic Colors of #dc261c

#dc261c

Complementary Color

#dc261c #1cd2dc

#dc261c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc261c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc261c Color CSS Codes

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

#dc261c Text Font Color

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

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


#dc261c Background Color

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

This div background color is #dc261c


#dc261c Border Color

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

This div border color is #dc261c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc261c


Comments

No comments written yet.

Please login to write comment.