Color Hex Logo

#dc260e Color Hex

#DC260E
(220,38,14)
0 Favorites   0 Comments

Color spaces of #dc260e

RGB 2203814
HSL0.020.880.46
HSV94°86°
CMYK 0.000.830.94   0.14
XYZ30.287616.63362.0297
Yxy16.63360.61870.3398
Hunter Lab40.784361.186725.5984
CIE-Lab47.795066.538456.9615

#dc260e color RGB value is (220,38,14).

#dc260e hex color red value is 220, green value is 38 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dc260e hue: 0.02 , saturation: 0.88 and the lightness value of dc260e is 0.46.

The process color (four color CMYK) of #dc260e color hex is 0.00, 0.83, 0.94, 0.14. Web safe color of #dc260e is #cc3300. Color #dc260e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 00001110
Octal 334 46 16
Decimal 220 38 14
Hex DC 26 E

RGB Percentages of Color #dc260e

%80.88
%13.97
%5.15

CMYK Percentages of Color #dc260e

%0
%83
%94
%14

Triadic Colors of #dc260e

#dc260e #0edc26 #260edc

Analogous Colors of #dc260e

#dc260e #dc8d0e #dc0e5d

Monochromatic Colors of #dc260e

#dc260e

Complementary Color

#dc260e #0ec4dc

#dc260e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc260e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc260e Color CSS Codes

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

#dc260e Text Font Color

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

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


#dc260e Background Color

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

This div background color is #dc260e


#dc260e Border Color

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

This div border color is #dc260e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc260e


Comments

No comments written yet.

Please login to write comment.