Color Hex Logo

#dc231d Color Hex

#DC231D
(220,35,29)
0 Favorites   0 Comments

Color spaces of #dc231d

RGB 2203529
HSL0.010.770.49
HSV87°86°
CMYK 0.000.840.87   0.14
XYZ30.338016.50642.7495
Yxy16.50640.61170.3328
Hunter Lab40.628162.191324.4272
CIE-Lab47.632067.430451.0342

#dc231d color RGB value is (220,35,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 00011101
Octal 334 43 35
Decimal 220 35 29
Hex DC 23 1D

RGB Percentages of Color #dc231d

%77.46
%12.32
%10.21

CMYK Percentages of Color #dc231d

%0
%84
%87
%14

Triadic Colors of #dc231d

#dc231d #1ddc23 #231ddc

Analogous Colors of #dc231d

#dc231d #dc831d #dc1d77

Monochromatic Colors of #dc231d

#dc231d

Complementary Color

#dc231d #1dd6dc

#dc231d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc231d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc231d Color CSS Codes

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

#dc231d Text Font Color

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

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


#dc231d Background Color

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

This div background color is #dc231d


#dc231d Border Color

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

This div border color is #dc231d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,35,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 #dc231d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc231d


Comments

No comments written yet.

Please login to write comment.