Color Hex Logo

#dc1409 Color Hex

#DC1409
(220,20,9)
0 Favorites   0 Comments

Color spaces of #dc1409

RGB 220209
HSL0.010.920.45
HSV96°86°
CMYK 0.000.910.96   0.14
XYZ29.814715.73571.7243
Yxy15.73570.63070.3329
Hunter Lab39.668264.741425.1906
CIE-Lab46.625869.791357.7512

#dc1409 color RGB value is (220,20,9).

#dc1409 hex color red value is 220, green value is 20 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dc1409 hue: 0.01 , saturation: 0.92 and the lightness value of dc1409 is 0.45.

The process color (four color CMYK) of #dc1409 color hex is 0.00, 0.91, 0.96, 0.14. Web safe color of #dc1409 is #cc0000. Color #dc1409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 00001001
Octal 334 24 11
Decimal 220 20 9
Hex DC 14 9

RGB Percentages of Color #dc1409

%88.35
%8.03
%3.61

CMYK Percentages of Color #dc1409

%0
%91
%96
%14

Triadic Colors of #dc1409

#dc1409 #09dc14 #1409dc

Analogous Colors of #dc1409

#dc1409 #dc7e09 #dc0968

Monochromatic Colors of #dc1409

#dc1409

Complementary Color

#dc1409 #09d1dc

#dc1409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1409 Color CSS Codes

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

#dc1409 Text Font Color

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

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


#dc1409 Background Color

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

This div background color is #dc1409


#dc1409 Border Color

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

This div border color is #dc1409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1409


Comments

No comments written yet.

Please login to write comment.