Color Hex Logo

#dc1403 Color Hex

#DC1403
(220,20,3)
0 Favorites   0 Comments

Color spaces of #dc1403

RGB 220203
HSL0.010.970.44
HSV99°86°
CMYK 0.000.910.99   0.14
XYZ29.781815.72251.5512
Yxy15.72250.63290.3341
Hunter Lab39.651664.678725.4367
CIE-Lab46.608369.741859.4612

#dc1403 color RGB value is (220,20,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 00000011
Octal 334 24 3
Decimal 220 20 3
Hex DC 14 3

RGB Percentages of Color #dc1403

%90.53
%8.23
%1.23

CMYK Percentages of Color #dc1403

%0
%91
%99
%14

Triadic Colors of #dc1403

#dc1403 #03dc14 #1403dc

Analogous Colors of #dc1403

#dc1403 #dc8103 #dc035e

Monochromatic Colors of #dc1403

#dc1403

Complementary Color

#dc1403 #03cbdc

#dc1403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1403 Color CSS Codes

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

#dc1403 Text Font Color

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

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


#dc1403 Background Color

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

This div background color is #dc1403


#dc1403 Border Color

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

This div border color is #dc1403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1403


Comments

No comments written yet.

Please login to write comment.