Color Hex Logo

#dc100e Color Hex

#DC100E
(220,16,14)
0 Favorites   0 Comments

Color spaces of #dc100e

RGB 2201614
HSL0.000.880.46
HSV94°86°
CMYK 0.000.930.94   0.14
XYZ29.779815.61791.8605
Yxy15.61790.63020.3305
Hunter Lab39.519565.349124.8724
CIE-Lab46.469170.333956.1921

#dc100e color RGB value is (220,16,14).

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

The process color (four color CMYK) of #dc100e color hex is 0.00, 0.93, 0.94, 0.14. Web safe color of #dc100e is #cc0000. Color #dc100e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010000 00001110
Octal 334 20 16
Decimal 220 16 14
Hex DC 10 E

RGB Percentages of Color #dc100e

%88.00
%6.40
%5.60

CMYK Percentages of Color #dc100e

%0
%93
%94
%14

Triadic Colors of #dc100e

#dc100e #0edc10 #100edc

Analogous Colors of #dc100e

#dc100e #dc770e #dc0e73

Monochromatic Colors of #dc100e

#dc100e

Complementary Color

#dc100e #0edadc

#dc100e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc100e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc100e Color CSS Codes

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

#dc100e Text Font Color

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

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


#dc100e Background Color

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

This div background color is #dc100e


#dc100e Border Color

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

This div border color is #dc100e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,16,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 #dc100e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc100e


Comments

No comments written yet.

Please login to write comment.