Color Hex Logo

#dc1834 Color Hex

#DC1834
(220,24,52)
0 Favorites   0 Comments

Color spaces of #dc1834

RGB 2202452
HSL0.980.800.48
HSV351°89°86°
CMYK 0.000.890.76   0.14
XYZ30.461716.11684.7542
Yxy16.11680.59340.3140
Hunter Lab40.145765.186821.0807
CIE-Lab47.127470.069338.4138

#dc1834 color RGB value is (220,24,52).

#dc1834 hex color red value is 220, green value is 24 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dc1834 hue: 0.98 , saturation: 0.80 and the lightness value of dc1834 is 0.48.

The process color (four color CMYK) of #dc1834 color hex is 0.00, 0.89, 0.76, 0.14. Web safe color of #dc1834 is #cc0033. Color #dc1834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 00110100
Octal 334 30 64
Decimal 220 24 52
Hex DC 18 34

RGB Percentages of Color #dc1834

%74.32
%8.11
%17.57

CMYK Percentages of Color #dc1834

%0
%89
%76
%14

Triadic Colors of #dc1834

#dc1834 #34dc18 #1834dc

Analogous Colors of #dc1834

#dc1834 #dc5e18 #dc1896

Monochromatic Colors of #dc1834

#dc1834

Complementary Color

#dc1834 #18dcc0

#dc1834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1834 Color CSS Codes

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

#dc1834 Text Font Color

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

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


#dc1834 Background Color

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

This div background color is #dc1834


#dc1834 Border Color

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

This div border color is #dc1834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1834


Comments

No comments written yet.

Please login to write comment.