Color Hex Logo

#dc190e Color Hex

#DC190E
(220,25,14)
0 Favorites   0 Comments

Color spaces of #dc190e

RGB 2202514
HSL0.010.880.46
HSV94°86°
CMYK 0.000.890.94   0.14
XYZ29.942115.94261.9146
Yxy15.94260.62640.3335
Hunter Lab39.928263.982625.1067
CIE-Lab46.899169.096556.4388

#dc190e color RGB value is (220,25,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 00001110
Octal 334 31 16
Decimal 220 25 14
Hex DC 19 E

RGB Percentages of Color #dc190e

%84.94
%9.65
%5.41

CMYK Percentages of Color #dc190e

%0
%89
%94
%14

Triadic Colors of #dc190e

#dc190e #0edc19 #190edc

Analogous Colors of #dc190e

#dc190e #dc800e #dc0e6a

Monochromatic Colors of #dc190e

#dc190e

Complementary Color

#dc190e #0ed1dc

#dc190e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc190e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc190e Color CSS Codes

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

#dc190e Text Font Color

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

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


#dc190e Background Color

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

This div background color is #dc190e


#dc190e Border Color

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

This div border color is #dc190e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc190e


Comments

No comments written yet.

Please login to write comment.