Color Hex Logo

#dc3025 Color Hex

#DC3025
(220,48,37)
0 Favorites   0 Comments

Color spaces of #dc3025

RGB 2204837
HSL0.010.720.50
HSV83°86°
CMYK 0.000.780.83   0.14
XYZ30.906117.46313.4921
Yxy17.46310.59590.3367
Hunter Lab41.788958.884024.2976
CIE-Lab48.838364.350448.2466

#dc3025 color RGB value is (220,48,37).

#dc3025 hex color red value is 220, green value is 48 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dc3025 hue: 0.01 , saturation: 0.72 and the lightness value of dc3025 is 0.50.

The process color (four color CMYK) of #dc3025 color hex is 0.00, 0.78, 0.83, 0.14. Web safe color of #dc3025 is #cc3333. Color #dc3025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 00100101
Octal 334 60 45
Decimal 220 48 37
Hex DC 30 25

RGB Percentages of Color #dc3025

%72.13
%15.74
%12.13

CMYK Percentages of Color #dc3025

%0
%78
%83
%14

Triadic Colors of #dc3025

#dc3025 #25dc30 #3025dc

Analogous Colors of #dc3025

#dc3025 #dc8c25 #dc2576

Monochromatic Colors of #dc3025

#dc3025

Complementary Color

#dc3025 #25d1dc

#dc3025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3025 Color CSS Codes

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

#dc3025 Text Font Color

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

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


#dc3025 Background Color

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

This div background color is #dc3025


#dc3025 Border Color

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

This div border color is #dc3025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3025


Comments

No comments written yet.

Please login to write comment.