Color Hex Logo

#dc251d Color Hex

#DC251D
(220,37,29)
0 Favorites   0 Comments

Color spaces of #dc251d

RGB 2203729
HSL0.010.770.49
HSV87°86°
CMYK 0.000.830.87   0.14
XYZ30.398516.62752.7696
Yxy16.62750.61050.3339
Hunter Lab40.776861.709524.5168
CIE-Lab47.787266.988351.1592

#dc251d color RGB value is (220,37,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 00011101
Octal 334 45 35
Decimal 220 37 29
Hex DC 25 1D

RGB Percentages of Color #dc251d

%76.92
%12.94
%10.14

CMYK Percentages of Color #dc251d

%0
%83
%87
%14

Triadic Colors of #dc251d

#dc251d #1ddc25 #251ddc

Analogous Colors of #dc251d

#dc251d #dc851d #dc1d75

Monochromatic Colors of #dc251d

#dc251d

Complementary Color

#dc251d #1dd4dc

#dc251d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc251d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc251d Color CSS Codes

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

#dc251d Text Font Color

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

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


#dc251d Background Color

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

This div background color is #dc251d


#dc251d Border Color

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

This div border color is #dc251d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc251d


Comments

No comments written yet.

Please login to write comment.